CI: Deprecate Jenkins Sonar jobs
[ci-management.git] / jjb / aiml-fw-athp-sdk-feature-store / aiml-fw-athp-sdk-feature-store.yaml
1 ---
2 - project:
3     name: aiml-fw-athp-sdk-feature-store-project-view
4     project-name: aiml-fw-athp-sdk-feature-store
5     views:
6       - project-view
7
8 - _aiml_fssdk_docker_common:
9     &aiml_fssdk_docker_common # values apply to all training manager projects
10     name: aiml-fw-athp-sdk-feature-store-docker-common
11     # git repo
12     project: aiml-fw/athp/sdk/feature-store
13     # jenkins job name prefix
14     project-name: aiml-fw-athp-sdk-feature-store
15     # maven settings file has docker credentials
16     mvn-settings: aiml-fw-athp-sdk-feature-store-settings
17
18 - project:
19     <<: *aiml_fssdk_docker_common
20     name: aiml-fw-athp-sdk-feature-store-sonarqube
21     python-version: python3
22     tox-dir: "."
23     # the install script assumes an ubuntu image
24     build-node: ubuntu1804-builder-2c-2g
25     # do not trigger on changes in docs, releases
26     gerrit_trigger_file_paths:
27       - compare-type: REG_EXP
28         pattern: "featurestoresdk/.*"
29     sonar-project-file: ""
30     sonar-properties: |
31       sonar.login={sonarcloud_api_token}
32       sonar.projectKey={sonarcloud_project_organization}_{project-name}
33       sonar.projectName={project-name}
34       sonar.organization={sonarcloud_project_organization}
35       sonar.build.sourceEncoding=UTF-8
36       sonar.sources=featurestoresdk
37       sonar.python.coverage.reportPaths=coverage.xml
38     jobs:
39       - gerrit-tox-sonarqube