X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-dep%2Fit-dep.yaml;h=076c30b3037ff98cbdfd2d5dcf6ed55e3442e9ee;hb=490938d90594521a131596be5861853071efe9d3;hp=bc80644459af46bf62a9a00f04df3feb29447e53;hpb=6bc2fabe4080ce6c3a41e0e851a406222d5c90d2;p=ci-management.git diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index bc806444..076c30b3 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -14,7 +14,7 @@ - gerrit-info-yaml-verify - it_dep_common: &it_dep_common - # values apply to all it/dep docker projects + # values apply to all it/dep projects name: it-dep-docker-common # git repo project: it/dep @@ -26,9 +26,6 @@ docker-build-args: '--network=host' # source of docker tag container-tag-method: yaml-file - stream: - - master: - branch: master - project: <<: *it_dep_common @@ -45,6 +42,9 @@ container-tag-method: latest jobs: - gerrit-docker-verify + stream: + - all: + branch: '*' # build and publish packages to PackageCloud.io - project: @@ -73,13 +73,16 @@ # image name docker-name: 'o-ran-sc/{name}' # root of docker build - docker-root: ric-infra/45-Tiller/docker + docker-root: ci/tiller-secret-gen # build only on relevant changes gerrit_trigger_file_paths: - compare-type: REG_EXP pattern: '{docker-root}/.*' jobs: - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master - project: <<: *it_dep_common @@ -95,6 +98,9 @@ pattern: '{docker-root}/.*' jobs: - '{project-name}-gerrit-docker-jobs' + stream: + - master: + branch: master - project: <<: *it_dep_common @@ -105,4 +111,3 @@ build-node: centos7-docker-2c-8g jobs: - '{project-name}-gerrit-release-jobs' -