X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fit-otf%2Fit-otf.yaml;h=e4ff23de72c524172af387244734410eb1f88efd;hb=014d57f38aaba51a8dbaca4fb3f39bf85a16cc30;hp=3c253226830f8f5ea75ef066b58d79c93139665c;hpb=8fa742a60744a811a464ca1d7aacfffa0d60553e;p=ci-management.git diff --git a/jjb/it-otf/it-otf.yaml b/jjb/it-otf/it-otf.yaml index 3c253226..e4ff23de 100644 --- a/jjb/it-otf/it-otf.yaml +++ b/jjb/it-otf/it-otf.yaml @@ -156,6 +156,60 @@ - compare-type: REG_EXP pattern: '{docker-root}/.*' +- project: + <<: *it_otf_common + name: it-otf-smo-o1-vth + # jenkins job name prefix + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/{name}' + # start in parent directory with shared files + docker-root: smo-o1-vth + # dockerfile is in subdir of docker root + docker-build-args: '--network=host -f ./docker/Dockerfile' + # tag file is in subdir + container-tag-yaml-dir: '{docker-root}/docker' + # build only on relevant changes + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '{docker-root}/.*' + +- project: + <<: *it_otf_common + name: it-otf-dmaap-vth + # jenkins job name prefix + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/{name}' + # start in parent directory with shared files + docker-root: dmaap-vth + # dockerfile is in subdir of docker root + docker-build-args: '--network=host -f ./docker/Dockerfile' + # tag file is in subdir + container-tag-yaml-dir: '{docker-root}/docker' + # build only on relevant changes + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '{docker-root}/.*' + +- project: + <<: *it_otf_common + name: it-otf-a1-mediator-vth + # jenkins job name prefix + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/{name}' + # start in parent directory with shared files + docker-root: a1-mediator-vth + # dockerfile is in subdir of docker root + docker-build-args: '--network=host -f ./docker/Dockerfile' + # tag file is in subdir + container-tag-yaml-dir: '{docker-root}/docker' + # build only on relevant changes + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: '{docker-root}/.*' + - project: <<: *it_otf_common name: it-otf-release