X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-a1%2Fric-plt-a1.yaml;h=81cf04322e9598de7c00affa55598d0e9d951f39;hb=b1fa0a4c730bbc41fd9553e3574fa967cd2510c2;hp=dc2de48dcf353b57f15b330f4719b43899592a39;hpb=ee02d431e90ef3a2ab1cdee4898949129b5bb5cb;p=ci-management.git diff --git a/jjb/ric-plt-a1/ric-plt-a1.yaml b/jjb/ric-plt-a1/ric-plt-a1.yaml index dc2de48d..81cf0432 100644 --- a/jjb/ric-plt-a1/ric-plt-a1.yaml +++ b/jjb/ric-plt-a1/ric-plt-a1.yaml @@ -27,12 +27,16 @@ <<: *a1_common name: ric-plt-a1-docker # image name - docker-name: 'o-ran-sc/{name}' + docker-name: 'o-ran-sc/ric-plt-a1' # source of docker tag container-tag-method: yaml-file # use host network docker-build-args: '--network=host' build-node: ubuntu1804-docker-4c-4g + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' stream: - master: branch: master @@ -45,8 +49,14 @@ # the install script assumes an ubuntu image build-node: ubuntu1804-builder-2c-2g pre-build-script: !include-raw-escape: - - ../shell/install-deb-nng-rmr.sh + - ../shell/install-deb-rmr.sh python-version: python3 + # skip docs on verify + tox-envs: code,flake8 + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' stream: # run verify on all branches # the ANT pattern is **/{branch}, we are exploiting that. @@ -55,6 +65,14 @@ jobs: - gerrit-tox-verify +- project: + <<: *a1_common + name: ric-plt-a1-nexus-iq + build-node: centos7-builder-1c-1g + nexus-iq-namespace: oran- + jobs: + - gerrit-tox-nexus-iq-clm + - project: <<: *a1_common name: ric-plt-a1-sonarqube @@ -62,7 +80,7 @@ # the install script assumes an ubuntu image build-node: ubuntu1804-builder-2c-2g pre-build-script: !include-raw-escape: - - ../shell/install-deb-nng-rmr.sh + - ../shell/install-deb-rmr.sh sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token} @@ -78,7 +96,6 @@ - project: <<: *a1_common name: ric-plt-a1-release - branch: master # maven release requires sigul which requires centos # container release requires docker build-node: centos7-docker-2c-8g