set default values for PULL_PULL_SHA and PULL_BASE_REF to
[infra/cicd.git] / jjb / metal3 / job_capm3_main_e2e_feature_tests _prow.yml
index ef6e0d1e731fa4243e463cb8f116a52a77d7fda8..22946c8ef1b01eec2590071e3fad0dfeee688617 100644 (file)
@@ -26,7 +26,7 @@
 
 - job-template:
     id: capm3_main_e2e_feature_tests_prow
-    name: '{job_prefix}-daily-e2e-feature-test-{capm3_target_branch}'
+    name: '{job_prefix}-daily-{image_os}-e2e-feature-test-{capm3_target_branch}'
     description: "CAPM3 {capm3_version} e2e tests on {image_os}."
     project-type: pipeline
     defaults: global
         description: 'Project github repo name'
     - string:
         name: PULL_BASE_REF
-        default: 'main'
+        default: '{capm3_branch}'
         description: 'Ref name of the base branch'
     - string:
         name: PULL_PULL_SHA
-        default: 'main'
+        default: '{capm3_branch}'
         description: 'Pull request head SHA'
     - string:
         name: PULL_NUMBER