Add verification jobs for test images in nonrtric 06/10206/7
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 20 Dec 2022 15:45:19 +0000 (16:45 +0100)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 3 Jan 2023 13:58:03 +0000 (14:58 +0100)
Issue-ID: NONRTRIC-751
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I1d5acc789a8d5896c878b2959cb8f174353100fb

jjb/nonrtric/nonrtric.yaml

index bfdf94b..46f31bc 100644 (file)
 
 - project:
     <<: *nonrtric_jdk_common
-    mvn-params: -Dbuild.number=${{BUILD_NUMBER}}
+    name: nonrtric-test-kafka-procon
+    project-name: '{name}'
+    # image name
+    docker-name: 'kafka-procon'
+    # 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/kafka-procon'
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host'
+    # Directory where go test should be run
+    # Limit build trigger to appropriate files
+    gerrit_trigger_file_paths:
+      - compare-type: REG_EXP
+        pattern: 'test/kafka-procon/.*'
+    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-http-https-proxy
+    project-name: '{name}'
+    # image name
+    docker-name: 'http-https-proxy'
+    # 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/http-https-proxy'
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host'
+    # Directory where go test should be run
+    # Limit build trigger to appropriate files
+    gerrit_trigger_file_paths:
+      - compare-type: REG_EXP
+        pattern: 'test/http-https-proxy/.*'
+    build-node: ubuntu1804-docker-4c-4g
+    # Includes verify and merge jobs
     jobs:
-      - gerrit-maven-docker-verify
-      - gerrit-maven-docker-merge
-      - gerrit-maven-docker-stage
+      - "{project-name}-gerrit-docker-jobs"
     stream:
-      - e-release:
-          branch: e-release
+      - master:
+          branch: master
 
-# nonrtric:policy-agent/
-# Maven artifacts for nonrtric-policy-agent/
 - project:
     <<: *nonrtric_jdk_common
-    name: nonrtric-policy-agent
+    name: nonrtric-test-cr
     project-name: '{name}'
-    mvn-opts: '-Ddocker.skip=true'
-    mvn-params: '-f policy-agent/'
+    # image name
+    docker-name: 'cr'
+    # 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/cr'
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host'
+    # Directory where go test should be run
+    # Limit build trigger to appropriate files
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
-        pattern: 'policy-agent/.*'
-    build-node: ubuntu1804-builder-4c-4g
+        pattern: 'test/cr/.*'
+    build-node: ubuntu1804-docker-4c-4g
+    # Includes verify and merge jobs
     jobs:
-      - gerrit-maven-verify
-      - gerrit-maven-merge
-      - gerrit-maven-stage
-      - gerrit-maven-clm
+      - "{project-name}-gerrit-docker-jobs"
     stream:
-      - dawn:
-          branch: dawn
+      - master:
+          branch: master
 
-# nonrtric:sdnc-a1-controller
-# Maven artifacts for nonrtric-sdnc-a1-controller
 - project:
     <<: *nonrtric_jdk_common
-    name: nonrtric-sdnc-a1-controller
+    name: nonrtric-test-prodstub
     project-name: '{name}'
-    mvn-opts: '-Ddocker.skip=true'
-    mvn-params: '-f sdnc-a1-controller/northbound'
+    # image name
+    docker-name: 'prodstub'
+    # 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/prodstub'
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host'
+    # Directory where go test should be run
+    # Limit build trigger to appropriate files
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
-        pattern: 'sdnc-a1-controller/northbound/.*'
-    build-node: ubuntu1804-builder-4c-4g
+        pattern: 'test/prodstub/.*'
+    build-node: ubuntu1804-docker-4c-4g
+    # Includes verify and merge jobs
     jobs:
-      - gerrit-maven-verify
-      - gerrit-maven-merge
-      - gerrit-maven-stage
-      - gerrit-maven-clm
+      - "{project-name}-gerrit-docker-jobs"
     stream:
-      - dawn:
-          branch: dawn
-      - e-release:
-          branch: e-release
+      - master:
+          branch: master
 
-# nonrtric:enrichment-coordinator-service
-# Maven artifacts for nonrtric-enrichment-coordinator-service
 - project:
     <<: *nonrtric_jdk_common
-    name: nonrtric-enrichment-coordinator-service
+    name: nonrtric-test-mrstub
     project-name: '{name}'
-    mvn-opts: '-Ddocker.skip=true'
-    mvn-params: '-f enrichment-coordinator-service'
+    # image name
+    docker-name: 'mrstub'
+    # 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/mrstub'
+    # use host network to clone from our gerrit
+    docker-build-args: '--network=host'
+    # Directory where go test should be run
+    # Limit build trigger to appropriate files
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
-        pattern: 'enrichment-coordinator-service/.*'
-    build-node: ubuntu1804-builder-4c-4g
+        pattern: 'test/mrstub/.*'
+    build-node: ubuntu1804-docker-4c-4g
+    # Includes verify and merge jobs
     jobs:
-      - gerrit-maven-verify
-      - gerrit-maven-merge
-      - gerrit-maven-stage
-      - gerrit-maven-clm
+      - "{project-name}-gerrit-docker-jobs"
     stream:
-      - dawn:
-          branch: dawn
+      - master:
+          branch: master
 
 - project:
     <<: *nonrtric_jdk_common
       - "{project-name}-gerrit-docker-jobs"
       - gerrit-go-verify
     stream:
-      - master:
-          branch: master
-      - f-release:
-          branch: f-release
+      - all:
+          branch: '*'
       - g-release:
           branch: g-release