X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fsmo-ves%2Fsmo-ves.yaml;h=9526fa0216597d52c3d530f0292b1cc0a55a4a6f;hb=8fb59d1218c4477dbb735081740040560bba2804;hp=9f6ba64cd44d8d87a7eb01560df470554302b8db;hpb=f9019bcc38a27525fe5ca277a1c5df093f44f01b;p=ci-management.git diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 9f6ba64c..9526fa02 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -116,16 +116,25 @@ 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 + sonarcloud: true sonar-project-file: "" sonar-properties: | sonar.login={sonarcloud_api_token} @@ -136,4 +145,4 @@ sonar.sources=collector sonar.python.coverage.reportPaths=coverage.xml jobs: - - gerrit-tox-sonarqube + - gerrit-tox-sonar