Checkout to release-0.5 branch when e2e v1a5 master is triggered 24/11124/2
authorFeruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Mon, 8 Nov 2021 08:52:06 +0000 (10:52 +0200)
committerFeruzjon Muyassarov <feruzjon.muyassarov@est.tech>
Mon, 8 Nov 2021 09:24:34 +0000 (11:24 +0200)
E2E v1a5 master jobs are enabled only in CAPM3 repository. In CAPM3
it is release-0.5 branch that holds v1a5 related code base. As such,
for v1a5 master jobs, we need to make sure we default to release-0.5
branch, which will be passed to project-infra scripts, where git
checkout release-0.5 will happen. For v1beta1 master jobs, we continue
checking out to main branch, as configured by default here.

Change-Id: I532a349236f16af6450a7f0325c499c0f35e56c2

jjb/airship/job_capi_capm3_v1a5_master_e2e_tests_centos.yml
jjb/airship/job_capi_capm3_v1a5_master_e2e_tests_ubuntu.yml

index 9827c17e39645131e69b3b6c18f6140eb12f77d7..beb10edb4afcb2e2408e808d15f9be5d95032dfa 100644 (file)
@@ -43,7 +43,7 @@
         description: 'Project github repo name'
     - string:
         name: ghprbActualCommit
-        default: 'main'
+        default: 'release-0.5'
         description: 'CI Repo branch for triggering manual build'
     - string:
         name: ghprbAuthorRepoGitUrl
@@ -51,7 +51,7 @@
         description: 'CI Repo URL for triggering manual build'
     - string:
         name: ghprbTargetBranch
-        default: 'main'
+        default: 'release-0.5'
         description: 'Target branch of the PR'
     - string:
         name: DISTRIBUTION
index e2f19632e91d781690e40f4aa691d956b82bcab6..8ea3262d8f2e2266a2d35c468fd9a40e8dafa1a8 100644 (file)
@@ -43,7 +43,7 @@
         description: 'Project github repo name'
     - string:
         name: ghprbActualCommit
-        default: 'main'
+        default: 'release-0.5'
         description: 'CI Repo branch for triggering manual build'
     - string:
         name: ghprbAuthorRepoGitUrl
@@ -51,7 +51,7 @@
         description: 'CI Repo URL for triggering manual build'
     - string:
         name: ghprbTargetBranch
-        default: 'main'
+        default: 'release-0.5'
         description: 'Target branch of the PR'
     - string:
         name: DISTRIBUTION