X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-test%2Fit-test.yaml;h=f2a1d140c197c8bb4b2a46a6b945dcdbab5871c8;hb=439502c44e9eaa7ef2436564f734d5d760ab99d1;hp=c67f685a167bbffef6fd121022178591ef4f0841;hpb=1688ecd7ba8a8d8632e202f4c4f25736089e827d;p=ci-management.git diff --git a/jjb/it-test/it-test.yaml b/jjb/it-test/it-test.yaml index c67f685a..f2a1d140 100644 --- a/jjb/it-test/it-test.yaml +++ b/jjb/it-test/it-test.yaml @@ -13,8 +13,7 @@ jobs: - gerrit-info-yaml-verify -- _it_test_common: &it_test_common - # values apply to all it/test docker projects +- _it_test_common: &it_test_common # values apply to all it/test docker projects name: it-test-docker-common # git repo project: it/test @@ -23,11 +22,11 @@ # source of docker tag container-tag-method: yaml-file # use host network to clone from our gerrit - docker-build-args: '--network=host' + docker-build-args: "--network=host" # maven settings file has docker credentials mvn-settings: it-test-settings jobs: - - '{project-name}-gerrit-docker-jobs' + - "{project-name}-gerrit-docker-jobs" stream: - master: branch: master @@ -36,55 +35,55 @@ <<: *it_test_common name: it-test-nanobot # jenkins job name prefix - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # start in parent directory with shared files docker-root: ric_robot_suite # dockerfile is in subdir of docker root - docker-build-args: '--network=host -f docker/nanobot/Dockerfile' + docker-build-args: "--network=host -f docker/nanobot/Dockerfile" # tag file is in subdir container-tag-yaml-dir: ric_robot_suite/docker/nanobot # build only on relevant changes gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: '{docker-root}/.*' + pattern: "{docker-root}/.*" - project: <<: *it_test_common name: it-test-ric-robot # jenkins job name prefix - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # start in parent directory with shared files docker-root: ric_robot_suite # dockerfile is in subdir of docker root - docker-build-args: '--network=host -f docker/ric-robot/Dockerfile' + docker-build-args: "--network=host -f docker/ric-robot/Dockerfile" # tag file is in subdir container-tag-yaml-dir: ric_robot_suite/docker/ric-robot # build only on relevant changes gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: '{docker-root}/.*' + pattern: "{docker-root}/.*" - project: <<: *it_test_common name: it-test-ric-benchmarking # jenkins job name prefix - project-name: '{name}' + project-name: "{name}" # image name - docker-name: 'o-ran-sc/{name}' + docker-name: "o-ran-sc/{name}" # start in parent directory with shared files - docker-root: ric_benchmarking/e2-interface/e2sim/e2sm_examples/kpm_e2sm + docker-root: ric_benchmarking/e2-interface/e2sim/e2sm_examples/kpm_e2sm # dockerfile is in subdir of docker root - docker-build-args: '--network=host -f Dockerfile' + docker-build-args: "--network=host -f Dockerfile" # tag file is in subdir container-tag-yaml-dir: ric_benchmarking/e2-interface/e2sim/docker # build only on relevant changes gerrit_trigger_file_paths: - compare-type: REG_EXP - pattern: 'ric_benchmarking/e2-interface/.*' + pattern: "ric_benchmarking/e2-interface/.*" - project: <<: *it_test_common @@ -93,4 +92,4 @@ # container release requires docker build-node: centos7-docker-2c-8g jobs: - - '{project-name}-gerrit-release-jobs' + - "{project-name}-gerrit-release-jobs"