X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-otf%2Fit-otf.yaml;h=13443c8c1f26484d50f905552a954876158586d5;hb=439502c44e9eaa7ef2436564f734d5d760ab99d1;hp=75188be35ffb211812fa2b9a0cda05573b114b93;hpb=1688ecd7ba8a8d8632e202f4c4f25736089e827d;p=ci-management.git diff --git a/jjb/it-otf/it-otf.yaml b/jjb/it-otf/it-otf.yaml index 75188be3..13443c8c 100644 --- a/jjb/it-otf/it-otf.yaml +++ b/jjb/it-otf/it-otf.yaml @@ -13,29 +13,28 @@ jobs: - gerrit-info-yaml-verify -- _it_otf_common: &it_otf_common - # values apply to all it/otf docker projects +- _it_otf_common: &it_otf_common # values apply to all it/otf docker projects name: it_otf_common # git repo project: it/otf # jenkins job name prefix - project-name: '{name}' + project-name: "{name}" # source of docker tag container-tag-method: yaml-file # maven settings file has docker credentials mvn-settings: it-otf-settings # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # dockerfile is in subdir of docker root - docker-build-args: '--network=host -f ./docker/Dockerfile' + docker-build-args: "--network=host -f ./docker/Dockerfile" # tag file is in subdir - container-tag-yaml-dir: '{docker-root}/docker' + container-tag-yaml-dir: "{docker-root}/docker" # build only on relevant changes gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: '{docker-root}/.*' + pattern: "{docker-root}/.*" jobs: - - '{project-name}-gerrit-docker-jobs' + - "{project-name}-gerrit-docker-jobs" stream: - master: branch: master @@ -46,9 +45,9 @@ # start in parent directory with shared files docker-root: oran-ric-test-head # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" # tag file is in subdir - container-tag-yaml-dir: '{docker-root}' + container-tag-yaml-dir: "{docker-root}" - project: <<: *it_otf_common @@ -56,9 +55,9 @@ # start in parent directory with shared files docker-root: otf-frontend # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" # tag file is in subdir - container-tag-yaml-dir: '{docker-root}' + container-tag-yaml-dir: "{docker-root}" - project: <<: *it_otf_common @@ -66,9 +65,9 @@ # start in parent directory with shared files docker-root: otf-ping-test-head # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" # tag file is in subdir - container-tag-yaml-dir: '{docker-root}' + container-tag-yaml-dir: "{docker-root}" - project: <<: *it_otf_common @@ -76,9 +75,9 @@ # start in parent directory with shared files docker-root: otf-robot-test-head # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" # tag file is in subdir - container-tag-yaml-dir: '{docker-root}' + container-tag-yaml-dir: "{docker-root}" - project: <<: *it_otf_common @@ -86,9 +85,9 @@ # start in parent directory with shared files docker-root: otf-ssh-test-head # dockerfile is in subdir of docker root - docker-build-args: '--network=host' + docker-build-args: "--network=host" # tag file is in subdir - container-tag-yaml-dir: '{docker-root}' + container-tag-yaml-dir: "{docker-root}" - project: <<: *it_otf_common @@ -145,4 +144,4 @@ # container release requires docker build-node: centos7-docker-2c-8g jobs: - - '{project-name}-gerrit-release-jobs' + - "{project-name}-gerrit-release-jobs"