File tree Expand file tree Collapse file tree
integration-tests/push-to-external-registry-idempotent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,3 +26,14 @@ export release_plan_name=push-to-external-registry-idempotent-rp-${uuid}
2626
2727export managed_sa_name = push-to-external-registry-idempotent-sa-${ uuid }
2828export release_plan_admission_name = push-to-external-registry-idempotent-rpa-${ uuid }
29+
30+ # Component 2 configuration (for multi-component tests)
31+ # Uses a different base branch to avoid duplicate package conflicts
32+ export component2_name = ${ component_type } -comp2-${ uuid }
33+ export component2_type = ${ component_type }
34+ export component2_github_org = ${ component_github_org }
35+ export component2_branch = ${ component2_name }
36+ export component2_base_branch = fbc-release-multi-component-base
37+ export component2_repo_name = ${ component_repo_name }
38+ export component2_base_repo_name = ${ component_github_org } /e2e-base
39+ export component2_git_url = https://github.com/${ component2_repo_name }
You can’t perform that action at this time.
0 commit comments