X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-xapp-frame-py%2Fric-plt-xapp-frame-py.yaml;h=91df2948bdc8209a1b8fad221cfe2769ccafbabe;hb=059b41a151f24c13bdc3e246c3181e1b6e37c1a9;hp=b6c4e04eb3e38daa4da9257f53575aa2d7b45c4b;hpb=18c71594912bbcdb58210c184f266594bc99597f;p=ci-management.git diff --git a/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml b/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml index b6c4e04e..91df2948 100644 --- a/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml +++ b/jjb/ric-plt-xapp-frame-py/ric-plt-xapp-frame-py.yaml @@ -13,7 +13,7 @@ jobs: - gerrit-info-yaml-verify -- py_common: &py_common +- _py_common: &py_common name: xapp-frame-py-common # git repo project: ric-plt/xapp-frame-py @@ -26,10 +26,15 @@ build-node: ubuntu1804-builder-2c-2g pre-build-script: !include-raw-escape: - ../shell/install-deb-rmr.sh + - ../shell/install-deb-e2ap.sh - project: name: ric-plt-xapp-frame-py-pypi <<: *py_common + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '^((?!docs\/|releases\/|\/COMMIT_MSG).)*$' jobs: - gerrit-pypi-verify - gerrit-pypi-stage @@ -43,21 +48,21 @@ # release requires sigul which requires centos build-node: centos7-builder-1c-1g jobs: - - '{project-name}-gerrit-pypi-release-jobs' + - "{project-name}-gerrit-pypi-release-jobs" - project: name: ric-plt-xapp-frame-py-sonarqube <<: *py_common sonar-project-file: "" sonar-properties: | - sonar.login={sonarcloud_api_token} - sonar.projectKey={sonarcloud_project_organization}_{project-name} - sonar.projectName={project-name} - sonar.organization={sonarcloud_project_organization} - sonar.build.sourceEncoding=UTF-8 - sonar.sources=ricxappframe - sonar.exclusions=setup.py,tests/*.py - sonar.python.coverage.reportPaths=coverage.xml + sonar.login={sonarcloud_api_token} + sonar.projectKey={sonarcloud_project_organization}_{project-name} + sonar.projectName={project-name} + sonar.organization={sonarcloud_project_organization} + sonar.build.sourceEncoding=UTF-8 + sonar.sources=ricxappframe + sonar.exclusions=setup.py,tests/*.py + sonar.python.coverage.reportPaths=coverage.xml jobs: - gerrit-tox-sonarqube