X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-ric-dep%2Fric-plt-ric-dep.yaml;h=ee61d2165af5e097eec5cd8758d54b0ea9756fdb;hb=a5f910f6c877000699a40af29124c5b2ee0f54ce;hp=9dea7b3b55ccfcf318abe3fa7151d52748cdd477;hpb=da252d2f419ea69e7f0443f7207a34c403ea1b66;p=ci-management.git diff --git a/jjb/ric-plt-ric-dep/ric-plt-ric-dep.yaml b/jjb/ric-plt-ric-dep/ric-plt-ric-dep.yaml index 9dea7b3b..ee61d216 100644 --- a/jjb/ric-plt-ric-dep/ric-plt-ric-dep.yaml +++ b/jjb/ric-plt-ric-dep/ric-plt-ric-dep.yaml @@ -1,8 +1,28 @@ --- - project: - name: ric-plt-ric-dep-info + name: ric-plt-ric-dep-project-view project-name: ric-plt-ric-dep + views: + - project-view + +- _dep_common: &dep_common + name: dep-common + # git repo project: ric-plt/ric-dep - build-node: centos7-builder-1c-1g + # jenkins job name prefix + project-name: ric-plt-ric-dep + # maven settings file has credentials + mvn-settings: ric-plt-ric-dep-settings + +- project: + <<: *dep_common + name: ric-plt-ric-dep-chart + project-name: "{name}" + build-node: ubuntu1804-builder-2c-2g + script: "cd bin && bash verify-ric-charts" + # limit scope to subdir with helm charts + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "helm/.*" jobs: - - gerrit-info-yaml-verify + - oran-shell-verify