X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faiml-fw-athp-sdk-feature-store%2Faiml-fw-athp-sdk-feature-store.yaml;h=22b9b8a1dc06fdf37440f92ea8cc1404b713ac7c;hb=e3fc20e44067b93bea3f90c642652854434722ea;hp=e30c1c5fe430ffd8ecc5f85ae5e442e39542f19b;hpb=368b5adc49741b9992d240bf619f621a18f0d5c0;p=ci-management.git diff --git a/jjb/aiml-fw-athp-sdk-feature-store/aiml-fw-athp-sdk-feature-store.yaml b/jjb/aiml-fw-athp-sdk-feature-store/aiml-fw-athp-sdk-feature-store.yaml index e30c1c5f..22b9b8a1 100644 --- a/jjb/aiml-fw-athp-sdk-feature-store/aiml-fw-athp-sdk-feature-store.yaml +++ b/jjb/aiml-fw-athp-sdk-feature-store/aiml-fw-athp-sdk-feature-store.yaml @@ -12,4 +12,58 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +- aiml_fssdk_docker_common: &aiml_fssdk_docker_common + # values apply to all training manager projects + name: aiml-fw-athp-sdk-feature-store-docker-common + # git repo + project: aiml-fw/athp/sdk/feature-store + # jenkins job name prefix + project-name: aiml-fw-athp-sdk-feature-store + # maven settings file has docker credentials + mvn-settings: aiml-fw-athp-sdk-feature-store-settings + +- project: + <<: *aiml_fssdk_docker_common + name: aiml-fw-athp-sdk-feature-store-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: 'featurestoresdk/.*' + stream: + # run verify on all branches + # the ANT pattern is **/{branch}, we are exploiting that. + - all: + branch: master + jobs: + - gerrit-tox-verify + +- project: + <<: *aiml_fssdk_docker_common + name: aiml-fw-athp-sdk-feature-store-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: 'featurestoresdk/.*' + 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=featurestoresdk + sonar.python.coverage.reportPaths=coverage.xml + jobs: + - gerrit-tox-sonarqube \ No newline at end of file