X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faiml-fw-athp-data-extraction%2Faiml-fw-athp-data-extraction.yaml;h=c497f9284717d9e844c354aa0cff3743a20e82af;hb=b4622e056586e6208ac9a5fcdfaa37096485f5eb;hp=dd1e0c538a19d322262d843e4aa88cd3f0d767a9;hpb=5a8739dc2ad72b7ec65fbd78cbb4eb6ea0ef37d6;p=ci-management.git diff --git a/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml b/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml index dd1e0c53..c497f928 100644 --- a/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml +++ b/jjb/aiml-fw-athp-data-extraction/aiml-fw-athp-data-extraction.yaml @@ -14,8 +14,8 @@ jobs: - gerrit-info-yaml-verify -- aiml_de_docker_common: &aiml_de_docker_common - # values apply to all training manager projects +- _aiml_de_docker_common: + &aiml_de_docker_common # values apply to all training manager projects name: aiml-fw-athp-data-extraction-docker-common # git repo project: aiml-fw/athp/data-extraction @@ -31,19 +31,19 @@ # container release requires docker build-node: centos7-docker-2c-8g jobs: - - '{project-name}-gerrit-release-jobs' + - "{project-name}-gerrit-release-jobs" - project: <<: *aiml_de_docker_common name: aiml-fw-athp-data-extraction-docker - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # Dockerfile is in a subdir - docker-root: '.' + docker-root: "." # source of docker tag # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" container-tag-method: yaml-file build-node: ubuntu1804-docker-4c-4g jobs: @@ -51,3 +51,47 @@ stream: - master: branch: master + +- project: + <<: *aiml_de_docker_common + name: aiml-fw-athp-data-extraction-tox-verify + # the install script assumes an ubuntu image + build-node: ubuntu1804-builder-2c-2g + python-version: python3 + # skip docs on verify + tox-envs: code + tox-dir: "." + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "dataextraction/.*" + stream: + # run verify on all branches + # the ANT pattern is **/{branch}, we are exploiting that. + - all: + branch: master + jobs: + - gerrit-tox-verify + +- project: + <<: *aiml_de_docker_common + name: aiml-fw-athp-data-extraction-sonarqube + python-version: python3 + tox-dir: "." + # the install script assumes an ubuntu image + build-node: ubuntu1804-builder-2c-2g + # do not trigger on changes in docs, releases + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "dataextraction/.*" + 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=dataextraction + sonar.python.coverage.reportPaths=coverage.xml + jobs: + - gerrit-tox-sonarqube