Skip to content

Commit 3af1815

Browse files
committed
feat(RELEASE-2315): Added missing vars to ITS
1 parent 19ba992 commit 3af1815

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • integration-tests/push-to-external-registry-idempotent

integration-tests/push-to-external-registry-idempotent/test.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,14 @@ export release_plan_name=push-to-external-registry-idempotent-rp-${uuid}
2626

2727
export managed_sa_name=push-to-external-registry-idempotent-sa-${uuid}
2828
export 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}

0 commit comments

Comments
 (0)