From: Furkat Gofurov Date: Mon, 14 Mar 2022 09:44:22 +0000 (+0200) Subject: Change ghprbActualCommit and ghprbTargetBranch to main in all BML jobs X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=3bf548d30ede81a3e5440e34c125d05f310bb893;hp=146f50a3252eb3334f04d5031d7dd26f9082a976;p=infra%2Fcicd.git Change ghprbActualCommit and ghprbTargetBranch to main in all BML jobs Change-Id: I22b221be261e2e80c1bda789cfe1d50489d086dc --- 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