8d25fac74deae12a7a84ef95f90a75959946ebde
[ci-management.git] / jjb / ric-plt-ric-dep / ric-plt-ric-dep.yaml
1 ---
2 - project:
3     name: ric-plt-ric-dep-project-view
4     project-name: ric-plt-ric-dep
5     views:
6       - project-view
7
8 - _dep_common: &dep_common
9     name: dep-common
10     # git repo
11     project: ric-plt/ric-dep
12     # jenkins job name prefix
13     project-name: ric-plt-ric-dep
14     # maven settings file has credentials
15     mvn-settings: ric-plt-ric-dep-settings
16
17 - project:
18     <<: *dep_common
19     name: ric-plt-ric-dep-info
20     build-node: centos7-builder-1c-1g
21     jobs:
22       - gerrit-info-yaml-verify
23
24 - project:
25     <<: *dep_common
26     name: ric-plt-ric-dep-chart
27     project-name: "{name}"
28     build-node: ubuntu1804-builder-2c-2g
29     script: "cd bin && bash verify-ric-charts"
30     # limit scope to subdir with helm charts
31     gerrit_trigger_file_paths:
32       - compare-type: REG_EXP
33         pattern: "helm/.*"
34     jobs:
35       - oran-shell-verify