Aric Gardner | 5c0c59e | 2019-11-08 19:18:16 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
Lott, Christopher (cl778h) | 491b345 | 2020-03-27 14:35:34 -0400 | [diff] [blame] | 3 | name: ric-plt-ric-dep-project-view |
Aric Gardner | 5c0c59e | 2019-11-08 19:18:16 +0000 | [diff] [blame] | 4 | project-name: ric-plt-ric-dep |
Lott, Christopher (cl778h) | 491b345 | 2020-03-27 14:35:34 -0400 | [diff] [blame] | 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - dep_common: &dep_common |
| 9 | name: dep-common |
| 10 | # git repo |
Aric Gardner | da252d2 | 2019-10-11 16:10:03 -0400 | [diff] [blame] | 11 | project: ric-plt/ric-dep |
Lott, Christopher (cl778h) | 491b345 | 2020-03-27 14:35:34 -0400 | [diff] [blame] | 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 |
Aric Gardner | da252d2 | 2019-10-11 16:10:03 -0400 | [diff] [blame] | 20 | build-node: centos7-builder-1c-1g |
Aric Gardner | 5c0c59e | 2019-11-08 19:18:16 +0000 | [diff] [blame] | 21 | jobs: |
| 22 | - gerrit-info-yaml-verify |
Lott, Christopher (cl778h) | 491b345 | 2020-03-27 14:35:34 -0400 | [diff] [blame] | 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 |