From 92b91006e838f76ca0ba049be31163ece93bf06a Mon Sep 17 00:00:00 2001 From: Juha Hyttinen Date: Mon, 11 Nov 2019 11:03:59 +0200 Subject: [PATCH] Add xapp-frame CI for xapp-frame repository. Change-Id: Ic20fc13badf5ce44959819458c66b94e756d137c Signed-off-by: Juha Hyttinen --- jjb/ric-plt-xapp-frame/ric-plt-xapp-frame.yaml | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 jjb/ric-plt-xapp-frame/ric-plt-xapp-frame.yaml diff --git a/jjb/ric-plt-xapp-frame/ric-plt-xapp-frame.yaml b/jjb/ric-plt-xapp-frame/ric-plt-xapp-frame.yaml new file mode 100644 index 00000000..834d5960 --- /dev/null +++ b/jjb/ric-plt-xapp-frame/ric-plt-xapp-frame.yaml @@ -0,0 +1,40 @@ +--- +- project: + name: ric-plt-xapp-frame-project-view + project-name: ric-plt-xapp-frame + views: + - project-view + +- project: + name: ric-plt-xapp-frame-info + project: ric-plt/xapp-frame + project-name: ric-plt-xapp-frame + build-node: centos7-builder-1c-1g + jobs: + - gerrit-info-yaml-verify + +- xapp_frame_docker_common: &xapp_frame_docker_common + # values apply to all xapp-frame docker projects + name: xapp-frame-docker-common + # git repo + project: ric-plt/xapp-frame + # jenkins job name prefix + project-name: ric-plt-xapp-frame + # maven settings file has docker credentials + mvn-settings: ric-plt-xapp-frame-settings + +# runs unit tests on verify only +- project: + <<: *xapp_frame_docker_common + name: ric-plt-xapp-frame + # 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 -- 2.16.6