forked from konflux-ci/release-service-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.env
More file actions
33 lines (27 loc) · 1.22 KB
/
Copy pathtest.env
File metadata and controls
33 lines (27 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
uuid=${uuid:-"$(openssl rand -hex 4)"}
# make sure uuid is 8 chars long
uuid="${uuid:0:8}"
export originating_tool="rh-advisories-idempotent-test"
# Namespaces
export tenant_namespace=dev-release-team-tenant
#
## Since this is a test that requires internal services,
## this name should not change.
#
export managed_namespace=managed-release-team-tenant
export application_name=rh-adv-idem-app-${uuid}
export component_type=rh-adv-idem
export component_name=${component_type}-${uuid}
export component_branch=${component_name}
## do not change this. it is a known branch created by Konflux
export appstudio_component_branch="appstudio-${component_name}"
export component_github_org=hacbs-release-tests
export component_base_branch=collectors-base
export component_repo_name=${component_github_org}/${component_name}
export component_base_repo_name=${component_github_org}/e2e-base
export component_git_url=https://github.com/$component_repo_name
export tenant_collector_sa_name=${component_type}-collector-sa-${uuid}
export tenant_sa_name=${component_type}-tenant-sa-${uuid}
export release_plan_name=${component_type}-rp-${uuid}
export managed_sa_name=${component_type}-sa-${uuid}
export release_plan_admission_name=${component_type}-rpa-${uuid}