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=12d221e77897c55a81088e90fba2c2ae2c178a4d;hpb=0370d0aad5861f6465dbb6eeb4e6a5e6e69f5d8d;p=ci-management.git diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 12d221e7..ec3c643b 100644 --- a/jjb/smo-ves/smo-ves.yaml +++ b/jjb/smo-ves/smo-ves.yaml @@ -70,6 +70,21 @@ stream: - master: branch: master +- project: + <<: *ves_docker_common + name: smo-postconfig + project-name: '{name}' + # image name + docker-name: 'smo-post-config' + # Dockerfile is in a subdir + docker-root: postconfig + # source of docker tag + container-tag-method: yaml-file + jobs: + - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master - project: <<: *ves_docker_common @@ -101,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} @@ -116,7 +141,7 @@ sonar.projectName={project-name} sonar.organization={sonarcloud_project_organization} sonar.build.sourceEncoding=UTF-8 - sonar.sources=a1 + sonar.sources=collector sonar.python.coverage.reportPaths=coverage.xml - jobs: - - gerrit-tox-sonarqube + jobs: + - gerrit-tox-sonar