X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fsmo-ves%2Fsmo-ves.yaml;h=e27e42a5f09291c3758480e1bae85e109b5e8692;hb=b5abac49788df7c147a4eb885c56645778e782e4;hp=12d221e77897c55a81088e90fba2c2ae2c178a4d;hpb=3be5951cfbebec3418d3b31f49e7f2d1811d5afa;p=ci-management.git diff --git a/jjb/smo-ves/smo-ves.yaml b/jjb/smo-ves/smo-ves.yaml index 12d221e7..e27e42a5 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 @@ -107,8 +122,10 @@ 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 +133,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