From: Tommy Carpenter Date: Fri, 28 Feb 2020 15:59:38 +0000 (-0500) Subject: Verify shouldn't verify docs. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c4daff4ca26c07c99d0fb310b645a0eb1971ba03;p=ci-management.git Verify shouldn't verify docs. Change-Id: Iad75d9a43b872bbe384e6c861c3698497b2b56f3 Signed-off-by: Tommy Carpenter --- diff --git a/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml b/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml index 95136045..e48fbf11 100644 --- a/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml +++ b/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml @@ -21,14 +21,16 @@ 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}'