From da2b9eac8074d56fc133fcfccd94eb8a7f7b0abb Mon Sep 17 00:00:00 2001 From: Mohammed Boukhalfa Date: Wed, 27 Mar 2024 10:47:47 +0200 Subject: [PATCH] Fix daily test default capm3 branches Change-Id: I47c65e440a16f5a1f89f937b3e486a4bcbb3e7cc --- jjb/metal3/job_capm3_main_e2e_feature_tests _prow.yml | 4 ++-- jjb/metal3/job_capm3_main_e2e_integration_tests_prow.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ef6e0d1e..a3ae5365 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 459099a4..ad834a51 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 -- 2.25.1