set default values for PULL_PULL_SHA and PULL_BASE_REF to
[infra/cicd.git] / jjb / metal3 / job_bml_integration_tests.yml
index 705458ea548a72f686525453e76d71e45a9148fa..72c3c407d05ccafb5fb67b16028876b7227be947 100644 (file)
         name: capm3_release_branch
         default: 'main'
         description: 'The target branch of CAPM3 to be used for this test'
+    - string:
+        name: bmo_release_branch
+        default: 'main'
+        description: 'The target branch of BMO to be used for this test'
     - string:
         name: CAPI_VERSION
         default: 'v1beta1'
         name: TARGET_NODE_MEMORY
         default: 4096
         description: 'RAM size of the target host.'
+    - string:
+        name: NUM_NODES
+        default: 2
+        description: 'Number of baremetal servers.'
 
     properties:
     - build-discarder:
@@ -86,7 +94,7 @@
     - build-blocker:
         use-build-blocker: true
         blocking-jobs:
-            - ".*_bml_integration_tests_*"
+            - ".*_bml_integration_tests_centos"
         block-level: 'GLOBAL'
 
     triggers:
         org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
         auth-id: "{ci_ghprb_auth_id}"
-        trigger-phrase: '((.|\n)*\s)?/test-integration-bml-{image_os}(\s(.|\n)*)?'
+        trigger-phrase: '.*?/test-integration-bml-{image_os}.*?'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
         github-hooks: True