fixing ties test
[infra/cicd.git] / jjb / metal3 / job_capm3_e2e_basic_tests.yml
index 7336ec98f85db5678569dc1224cfba0c660f6dd5..a2071ef68ea57722c589c2bda0af3c485681c7be 100644 (file)
     disabled: False
     concurrent: True
     parameters:
+    # Parameters set by Prow
+    - string:
+        name: BUILD_ID
+        description: 'Used by Prow when triggering jobs'
+    - string:
+        name: PROW_JOB_ID
+        description: 'Used by Prow when triggering jobs'
+    - string:
+        name: REPO_OWNER
+        default: '{org}'
+        description: 'Project github repo org name'
+    - string:
+        name: REPO_NAME
+        default: '{repo}'
+        description: 'Project github repo name'
+    - string:
+        name: PULL_BASE_REF
+        default: 'main'
+        description: 'Ref name of the base branch'
+    - string:
+        name: PULL_PULL_SHA
+        default: 'main'
+        description: 'Pull request head SHA'
+    # End of Prow parameters
     - string:
         name: PROJECT_REPO_ORG
         default: '{org}'
         name: capm3_release_branch
         default: '{capm3_release_branch}'
         description: 'The target branch of CAPM3 to be used for this test'
+    - string:
+        name: bmo_release_branch
+        default: '{bmo_release_branch}'
+        description: 'The target branch of BMO to be used for this test'
     - string:
         name: CAPI_VERSION
         default: '{capi_version}'
         org-list: "{ci_github_whitelist_org}"
         cron: 'H/5 * * * *'
         auth-id: "{ci_ghprb_auth_id}"
-        trigger-phrase: '((.|\n)*\s)?/test-{image_os}-e2e-basic-{capm3_target_branch}(\s(.|\n)*)?'
+        trigger-phrase: '.*?/test-{image_os}-e2e-basic-{capm3_target_branch}.*?'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
         github-hooks: True