From 76c920356d18dbce98e0979356f316b655e9e97a Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Tue, 1 Mar 2022 08:22:32 +0100 Subject: [PATCH] Remove DMaaP Mediator Producer from nonrtric conf Issue-ID: NONRTRIC-714 Signed-off-by: elinuxhenrik Change-Id: I5f51e71c9eb3f70516a3c5372e0df0e54159270e --- jjb/nonrtric/nonrtric.yaml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/jjb/nonrtric/nonrtric.yaml b/jjb/nonrtric/nonrtric.yaml index d17a9b53..55c2ab68 100644 --- a/jjb/nonrtric/nonrtric.yaml +++ b/jjb/nonrtric/nonrtric.yaml @@ -160,50 +160,6 @@ - dawn: branch: dawn -- project: - <<: *nonrtric_jdk_common - name: nonrtric-dmaap-mediator-producer - project-name: '{name}' - # image name - docker-name: 'o-ran-sc/nonrtric-dmaap-mediator-producer' - # 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: 'dmaap-mediator-producer' - # Directory where go test should be run - go-root: 'dmaap-mediator-producer' - # Limit build trigger to appropriate files - gerrit_trigger_file_paths: - - compare-type: REG_EXP - pattern: 'dmaap-mediator-producer/.*' - 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-dmaap-mediator-producer-sonar - project-name: nonrtric-dmaap-mediator-producer - # prescan script requires ubuntu - # golang is only on docker-enabled nodes - build-node: ubuntu1804-docker-4c-4g - sonar-prescan-script: !include-raw-escape: prescan-dmaapmediatorproducer-ubuntu.sh - sonar-project-file: "" - java-version: openjdk11 - # use sonarcloud values from defaults.yaml - sonar-properties: !include-raw: sonar-project.properties - jobs: - - gerrit-sonar-prescan-script - - project: <<: *nonrtric_jdk_common name: nonrtric-release -- 2.16.6