Skip to content

Commit 9b9a6cf

Browse files
14rcolekasemAlem
andauthored
chore: change default branch for integration e2e tests (#1747)
The integration e2e tests trigger builds by creating a Component in the cluster, which sends an onboarding PR to the repo/branch for that Component in Github or Gitlab. Now that the main branches for the Compopnents have been onboarded to the staging cluster (in order to build the images nightly) we need to use a different branch for our main e2e tests. This is only necessary while there is an overlap between migrating from the old way of running e2e tests (components are built for every test) to the new way (compopnents are built nightly and pulled to run integration tests). Signed-off-by: Ryan Cole <rcyoalne@gmail.com> Co-authored-by: Kasem Alem <kalem@redhat.com>
1 parent fee427e commit 9b9a6cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration-service/const.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ const (
2525
componentRepoNameForGroupIntegration = "konflux-test-integration-clone"
2626
componentRepoNameForStatusReporting = "konflux-test-integration-status-report"
2727
multiComponentRepoNameForGroupSnapshot = "group-snapshot-multi-component"
28-
multiComponentDefaultBranch = "main"
28+
multiComponentDefaultBranch = "onboarding"
2929
multiComponentGitRevision = "0d1835404efb8ab7bb1ab5b5b82cda1ebfda4b25"
3030
multiRepoComponentGitRevision = "79402df023e646c5ad108abc879ad1b28799cbc4"
3131
gitlabComponentRepoName = "hacbs-test-project-integration"
32-
componentDefaultBranch = "main"
32+
componentDefaultBranch = "onboarding"
3333
componentRevision = "79402df023e646c5ad108abc879ad1b28799cbc4"
3434
referenceDoesntExist = "Reference does not exist"
3535
checkrunStatusCompleted = "completed"

0 commit comments

Comments
 (0)