From fd14732ba31051f8ffdc39f36998e4affdae8652 Mon Sep 17 00:00:00 2001 From: ychacon Date: Wed, 23 Feb 2022 09:54:15 +0100 Subject: [PATCH] Remove O-DU Ransliceassurance from nonrtric repo Issue-ID: NONRTRIC-710 Signed-off-by: ychacon Change-Id: I1392d413eaf52ad77f3d3f6db73a4a05ff5d8302 --- jjb/nonrtric/nonrtric.yaml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index d45141e9..d17a9b53 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -284,35 +284,6 @@ - e-release: branch: e-release -- project: - <<: *nonrtric_jdk_common - name: nonrtric-o-du-slice-assurance - project-name: '{name}' - # image name - docker-name: 'o-ran-sc/nonrtric-o-du-slice-assurance' - # 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/odusliceassurance/goversion' - # Directory where go test should be run - go-root: 'test/usecases/odusliceassurance/goversion' - # Limit build trigger to appropriate files - gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: 'test/usecases/odusliceassurance/goversion/.*' - build-node: ubuntu1804-docker-4c-4g - # Includes verify and merge jobs - jobs: - - "{project-name}-gerrit-docker-jobs" - - gerrit-go-verify - stream: - - master: - branch: master - - e-release: - branch: e-release - - project: <<: *nonrtric_jdk_common name: nonrtric-o-ru-closed-loop-consumer-sonar -- 2.16.6