Add jobs for ric-app/bouncer
[ci-management.git] / jjb / nonrtric / nonrtric.yaml
index 6773e1e..987335d 100644 (file)
@@ -34,8 +34,8 @@
     stream:
       - master:
           branch: master
-      - bronze:
-          branch: bronze
+      - cherry:
+          branch: cherry
 
 # nonrtric:policy-agent
 # Maven artifacts for nonrtric-policy-agent
@@ -57,8 +57,8 @@
     stream:
       - master:
           branch: master
-      - bronze:
-          branch: bronze
+      - cherry:
+          branch: cherry
 
 # nonrtric:sdnc-a1-controller
 # Maven artifacts for nonrtric-sdnc-a1-controller
@@ -80,8 +80,8 @@
     stream:
       - master:
           branch: master
-      - bronze:
-          branch: bronze
+      - cherry:
+          branch: cherry
 
 # nonrtric:enrichment-coordinator-service
 # Maven artifacts for nonrtric-enrichment-coordinator-service
     stream:
       - master:
           branch: master
+      - cherry:
+          branch: cherry
 
 # nonrtric:r-app-catalogue
 # Maven artifacts for r-app-catalogue
     stream:
       - master:
           branch: master
+      - 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