blob: 89b48cf755f50b448e52201e893ae5ad49c205ea [file] [log] [blame]
Aric Gardner5c0c59e2019-11-08 19:18:16 +00001---
2- project:
Lott, Christopher (cl778h)491b3452020-03-27 14:35:34 -04003 name: ric-plt-ric-dep-project-view
Aric Gardner5c0c59e2019-11-08 19:18:16 +00004 project-name: ric-plt-ric-dep
Lott, Christopher (cl778h)491b3452020-03-27 14:35:34 -04005 views:
6 - project-view
7
8- dep_common: &dep_common
9 name: dep-common
10 # git repo
Aric Gardnerda252d22019-10-11 16:10:03 -040011 project: ric-plt/ric-dep
Lott, Christopher (cl778h)491b3452020-03-27 14:35:34 -040012 # 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 Gardnerda252d22019-10-11 16:10:03 -040020 build-node: centos7-builder-1c-1g
Aric Gardner5c0c59e2019-11-08 19:18:16 +000021 jobs:
22 - gerrit-info-yaml-verify
Lott, Christopher (cl778h)491b3452020-03-27 14:35:34 -040023
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