From: Mohammed Boukhalfa Date: Wed, 27 Mar 2024 08:47:47 +0000 (+0200) Subject: Fix daily test default capm3 branches X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=da2b9eac8074d56fc133fcfccd94eb8a7f7b0abb;p=infra%2Fcicd.git Fix daily test default capm3 branches Change-Id: I47c65e440a16f5a1f89f937b3e486a4bcbb3e7cc --- diff --git a/jjb/metal3/job_capm3_main_e2e_feature_tests _prow.yml b/jjb/metal3/job_capm3_main_e2e_feature_tests _prow.yml index ef6e0d1e7..a3ae53656 100644 --- a/jjb/metal3/job_capm3_main_e2e_feature_tests _prow.yml +++ b/jjb/metal3/job_capm3_main_e2e_feature_tests _prow.yml @@ -50,11 +50,11 @@ 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 diff --git a/jjb/metal3/job_capm3_main_e2e_integration_tests_prow.yml b/jjb/metal3/job_capm3_main_e2e_integration_tests_prow.yml index 459099a47..ad834a51d 100644 --- a/jjb/metal3/job_capm3_main_e2e_integration_tests_prow.yml +++ b/jjb/metal3/job_capm3_main_e2e_integration_tests_prow.yml @@ -50,11 +50,11 @@ description: 'Project github repo name' - string: name: PULL_BASE_REF - default: 'main' + default: '{capm3_release_branch}' description: 'Ref name of the base branch' - string: name: PULL_PULL_SHA - default: 'main' + default: '{capm3_release_branch}' description: 'Pull request head SHA' - string: name: PULL_NUMBER