Verify shouldn't verify docs. 19/2619/5
authorTommy Carpenter <tc677g@att.com>
Fri, 28 Feb 2020 15:59:38 +0000 (10:59 -0500)
committerTommy Carpenter <tc677g@att.com>
Fri, 28 Feb 2020 16:12:37 +0000 (11:12 -0500)
Change-Id: Iad75d9a43b872bbe384e6c861c3698497b2b56f3
Signed-off-by: Tommy Carpenter <tc677g@att.com>
jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml

index 9513604..e48fbf1 100644 (file)
     project-name: ric-plt-xapp-frame-py
     # maven settings file has credentials
     mvn-settings: ric-plt-xapp-frame-py-settings
+    # dont run docs on verify
+    tox-envs: code,flake8
+    build-node: ubuntu1804-builder-2c-2g
+    pre-build-script: !include-raw-escape:
+      - ../shell/install-deb-nng-rmr.sh
 
 # verify distribution and publish to test.pypi.org
 - project:
     name: ric-plt-xapp-frame-py-pypi
     <<: *py_common
-    build-node: ubuntu1804-builder-2c-2g
-    pre-build-script: !include-raw-escape:
-      - ../shell/install-deb-nng-rmr.sh
     jobs:
       - '{project-name}-gerrit-pypi-jobs'
     stream:
@@ -39,7 +41,7 @@
 - project:
     name: ric-plt-xapp-frame-py-release
     <<: *py_common
-    # maven release requires sigul which requires centos
+    # release requires sigul which requires centos
     build-node: centos7-builder-1c-1g
     jobs:
       - '{project-name}-gerrit-pypi-release-jobs'
@@ -48,9 +50,6 @@
 - project:
     name: ric-plt-xapp-frame-py-sonar
     <<: *py_common
-    build-node: ubuntu1804-builder-2c-2g
-    pre-build-script: !include-raw-escape:
-      - ../shell/install-deb-nng-rmr.sh
     sonarcloud: true
     sonarcloud-api-token: '{sonarcloud_api_token}'
     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'