X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-test%2Fit-test.yaml;h=5a492bea4ec3ed2d64fa2e64077e6ee9d438c532;hb=a22d417105f619c1c11cebbb8d87ae8626282c75;hp=40819b13e64d7fd9a3ff79e9b486ee306cc8cce8;hpb=3f5f89b3b9f227a82db37e770e051350dde7bb68;p=ci-management.git diff --git a/jjb/it-test/it-test.yaml b/jjb/it-test/it-test.yaml index 40819b13..5a492bea 100644 --- a/jjb/it-test/it-test.yaml +++ b/jjb/it-test/it-test.yaml @@ -18,6 +18,8 @@ name: it-test-docker-common # git repo project: it/test + # jenkins job name prefix + project-name: it-test # source of docker tag container-tag-method: yaml-file # use host network to clone from our gerrit @@ -36,11 +38,11 @@ # jenkins job name prefix project-name: '{name}' # image name - docker-name: '{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: -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 @@ -54,14 +56,41 @@ # jenkins job name prefix project-name: '{name}' # image name - docker-name: '{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: -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}/.*' + +- project: + <<: *it_test_common + name: it-test-ric-benchmarking + # jenkins job name prefix + project-name: '{name}' + # image 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 + # dockerfile is in subdir of docker root + 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/.*' + +- project: + <<: *it_test_common + name: it-test-release + # maven release requires sigul which requires centos + # container release requires docker + build-node: centos7-docker-2c-8g + jobs: + - '{project-name}-gerrit-release-jobs'