From: John Keeney Date: Fri, 8 Dec 2023 15:28:49 +0000 (+0000) Subject: Merge "OSC NONRTRIC Add Jenkins jobs for test helloworld servicestub" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=ec0ede761b79e4971f92c567a79b4c5151efab8d;hp=649bbf49a022c4d73d257463e5a5fdda3c5412a2;p=ci-management.git Merge "OSC NONRTRIC Add Jenkins jobs for test helloworld servicestub" --- diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index 633d6e1a..718c0f63 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -124,6 +124,31 @@ - master: branch: master +- project: + <<: *nonrtric_jdk_common + name: nonrtric-test-servicestub + project-name: "{name}" + # image name + docker-name: "servicestub" + # 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/servicestub" + # Directory where go test should be run + # Limit build trigger to appropriate files + gerrit_trigger_file_paths: + - compare-type: REG_EXP + pattern: "test/servicestub/.*" + 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-test-mrstub