Skip to content

Commit a03f3ca

Browse files
committed
Add Azure vars to env.template
They're needed for hack/azure-set-vars.sh to work (in addition to the variables needed by the RHTAP pipeline itself) Signed-off-by: Adam Cmiel <[email protected]>
1 parent 6293d73 commit a03f3ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.env.template

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,16 @@ export jenkins_enabled=false
5454
export JENKINS_API_TOKEN=
5555
export JENKINS_URL=
5656
export JENKINS_USERNAME=
57+
58+
#### Azure
59+
# A Personal Access Token with the following permissions:
60+
# Variable Groups (Read, create, & manage)
61+
export AZURE_DEVOPS_EXT_PAT=
62+
# If you have access to https://dev.azure.com/rhtap-test, feel free to use it
63+
export AZURE_ORGANIZATION=rhtap-test
64+
# https://dev.azure.com/rhtap-test/shared-public has unlimited parallel jobs on self-hosted agents.
65+
# If the self-hosted agents are down, you can try 'shared-private' and use a microsoft-hosted agent.
66+
export AZURE_PROJECT=shared-public
67+
# Your RHTAP variables within the project specified above. Keep this unique enough to avoid clashing
68+
# with other users of the same project.
69+
export AZURE_VARIABLE_GROUP_NAME=${USER}-variables

0 commit comments

Comments
 (0)