From 3bf548d30ede81a3e5440e34c125d05f310bb893 Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Mon, 14 Mar 2022 11:44:22 +0200 Subject: [PATCH 1/1] Change ghprbActualCommit and ghprbTargetBranch to main in all BML jobs Change-Id: I22b221be261e2e80c1bda789cfe1d50489d086dc --- jjb/metal3/job_bml_integration_tests.yml | 4 ++-- jjb/metal3/job_bml_main_integration_tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/metal3/job_bml_integration_tests.yml b/jjb/metal3/job_bml_integration_tests.yml index 582e3d3bd..8fca3f709 100644 --- a/jjb/metal3/job_bml_integration_tests.yml +++ b/jjb/metal3/job_bml_integration_tests.yml @@ -44,7 +44,7 @@ description: 'Project github repo name' - string: name: ghprbActualCommit - default: 'master' + default: 'main' description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl @@ -52,7 +52,7 @@ description: 'CI Repo URL for triggering manual build' - string: name: ghprbTargetBranch - default: 'master' + default: 'main' description: 'Target branch of the PR' - string: name: IMAGE_OS diff --git a/jjb/metal3/job_bml_main_integration_tests.yml b/jjb/metal3/job_bml_main_integration_tests.yml index a40174e51..51c8f9c05 100644 --- a/jjb/metal3/job_bml_main_integration_tests.yml +++ b/jjb/metal3/job_bml_main_integration_tests.yml @@ -44,7 +44,7 @@ description: 'Project github repo name' - string: name: ghprbActualCommit - default: 'master' + default: 'main' description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl @@ -52,7 +52,7 @@ description: 'CI Repo URL for triggering manual build' - string: name: ghprbTargetBranch - default: 'master' + default: 'main' description: 'Target branch of the PR' - string: name: IMAGE_OS -- 2.25.1