add ccsdk-sli-northbound
[infra/cicd.git] / jjb / metal3 / job_bml_main_integration_tests.yml
index 51c8f9c05b3b4b8a71b86c1f1184b12d5c3b280c..039d93ca1ae9c19a2b78cf20442f9ec9ebb6db3e 100644 (file)
@@ -27,7 +27,7 @@
 
 - job-template:
     id: bml_main_integration_tests
-    name: '{job_prefix}_main_bml_integration_tests_{image_os}'
+    name: '{job_prefix}_daily_main_bml_integration_tests_{image_os}'
     description: "CAPM3 v1beta1 main integration tests for {org}/{repo} on {image_os} in Bare Metal Lab."
     project-type: pipeline
     defaults: global
         name: IMAGE_OS
         default: '{image_os}'
         description: 'Distribution to use for the target host as well as source and target cluster. Can be ubuntu or centos'
+    - string:
+        name: capm3_release_branch
+        default: 'main'
+        description: 'The target branch of CAPM3 to be used for this test'
     - string:
         name: CAPI_VERSION
         default: 'v1beta1'
         num-to-keep: 300
         artifact-days-to-keep: -1
         artifact-num-to-keep: -1
+    - build-blocker:
+        use-build-blocker: true
+        blocking-jobs:
+            - ".*_bml_integration_tests_centos"
+        block-level: 'GLOBAL'
 
     triggers:
     - timed: "H 2 * * *"