X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fsmo-ves%2Fsmo-ves.yaml;h=ec3c643b2dd330744586483484a899b7e0655511;hb=refs%2Fchanges%2F64%2F8564%2F1;hp=137760a8fd5c7ebfdda8c60955cc3b5ce0aacf89;hpb=f96d97c9c7c892b8d65cc44152f39b4e4ba367ce;p=ci-management.git diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 137760a8..ec3c643b 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -116,14 +116,24 @@ jobs: - '{project-name}-gerrit-release-jobs' +- project: + <<: *ves_docker_common + name: smo-ves-nexus-iq + build-node: centos7-builder-1c-1g + nexus-iq-namespace: oran- + jobs: + - gerrit-tox-nexus-iq-clm + - project: <<: *ves_docker_common name: smo-ves-sonarqube python-version: python3 # the install script assumes an ubuntu image build-node: ubuntu1804-builder-2c-2g - # pre-build-script: !include-raw-escape: - # - ../shell/install-deb-rmr.sh + pre-build-script: !include-raw-escape: + - ../shell/install-deb-rmr.sh + # impt for verify and tox etc + tox-envs: code,flake8 sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token} @@ -134,4 +144,4 @@ sonar.sources=collector sonar.python.coverage.reportPaths=coverage.xml jobs: - - gerrit-tox-sonarqube + - gerrit-tox-sonar