From 8ac0e242ca174a5234feadf098fc644b2b0c1fa5 Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 1 Jun 2021 17:06:34 +0200 Subject: [PATCH] Add release of o-ru-closed-loop-recovery use case Issue-ID: NONRTRIC-535 Signed-off-by: elinuxhenrik Change-Id: I4974fbef42cc878fef1f1781d67d6e89e20faf4c --- jjb/nonrtric/nonrtric.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 573836a2..987335d9 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -129,6 +129,30 @@ - cherry: branch: cherry +- project: + <<: *nonrtric_jdk_common + name: nonrtric-o-ru-closed-loop-recovery + project-name: '{name}' + # image name + docker-name: 'o-ran-sc/nonrtric-o-ru-closed-loop-recovery' + # get tag from YAML + container-tag-method: yaml-file + # use host network to clone from our gerrit + docker-build-args: '--network=host' + # Directory with Dockerfile + docker-root: 'test/usecases/oruclosedlooprecovery/scriptversion/app' + # Limit build trigger to appropriate files + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: 'test/usecases/oruclosedlooprecovery/scriptversion/app/.*' + build-node: ubuntu1804-docker-4c-4g + # Includes verify and merge jobs + jobs: + - "{project-name}-gerrit-docker-jobs" + stream: + - master: + branch: master + - project: <<: *nonrtric_jdk_common name: nonrtric-release -- 2.16.6