X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fric-plt-xapp-frame-rust%2Fric-plt-xapp-frame-rust.yaml;h=5cac6b6875d62803ea4476f1abdb18610d9e9e0c;hb=a7fbd14ea49c453ead41af57020ebf966b547a19;hp=fec72ae79fe90f603d76d450734c6afef19c5ac2;hpb=f2a946e16f3ea1ebc5568b5f29125a230eeb59e1;p=ci-management.git diff --git a/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml b/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml index fec72ae7..5cac6b68 100644 --- a/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml +++ b/jjb/ric-plt-xapp-frame-rust/ric-plt-xapp-frame-rust.yaml @@ -12,4 +12,30 @@ build-node: centos7-builder-1c-1g branch: master jobs: - - gerrit-info-yaml-verify \ No newline at end of file + - gerrit-info-yaml-verify + +- _xapp_frame_rust_docker_common: + &xapp_frame_rust_docker_common # values apply to all xapp-frame docker projects + name: xapp-frame-rust-docker-common + # git repo + project: ric-plt/xapp-frame-rust + # jenkins job name prefix + project-name: ric-plt-xapp-frame-rust + # maven settings file has docker credentials + mvn-settings: ric-plt-xapp-frame-rust-settings + +# runs unit tests on verify only +- project: + <<: *xapp_frame_rust_docker_common + name: ric-plt-xapp-frame-rust + # image name, altho it is never pushed + docker-name: "{name}" + # use host network + docker-build-args: "--network=host -f ci/Dockerfile" + # image tag; use a fixed value + container-tag-method: latest + jobs: + - gerrit-docker-verify + stream: + - master: + branch: master