mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-21 11:05:44 +00:00
make tests for notifications provider agnostic
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
parent
7c1b897919
commit
e63ddb99de
18 changed files with 515 additions and 287 deletions
|
|
@ -1,11 +1,7 @@
|
|||
## Azure
|
||||
export TF_VAR_azuredevops_org=
|
||||
export TF_VAR_azuredevops_pat=
|
||||
export TF_VAR_azure_location=
|
||||
## These are not terraform variables
|
||||
## but they are needed for the azure tests
|
||||
export AZUREDEVOPS_SSH=
|
||||
export AZUREDEVOPS_SSH_PUB=
|
||||
# export TF_VAR_azuredevops_org=
|
||||
# export TF_VAR_azuredevops_pat=
|
||||
# export TF_VAR_azure_location=
|
||||
## Set the following only when authenticating using Service Principal (suited
|
||||
## for CI environment).
|
||||
# export ARM_CLIENT_ID=
|
||||
|
|
@ -14,13 +10,20 @@ export AZUREDEVOPS_SSH_PUB=
|
|||
# export ARM_TENANT_ID=
|
||||
|
||||
## GCP
|
||||
export TF_VAR_gcp_project_id=
|
||||
export TF_VAR_gcp_zone=
|
||||
export TF_VAR_gcp_keyring=
|
||||
export TF_VAR_gcp_crypto_key=
|
||||
# export TF_VAR_gcp_project_id=
|
||||
# export TF_VAR_gcp_zone=
|
||||
# export TF_VAR_gcp_region=
|
||||
# export TF_VAR_gcp_keyring=
|
||||
# export TF_VAR_gcp_crypto_key=
|
||||
## Email address of a GCP user used for git repository cloning over ssh.
|
||||
# export TF_VAR_gcp_email=
|
||||
## Set the following only when using service account.
|
||||
## Provide absolute path to the service account JSON key file.
|
||||
# export GOOGLE_APPLICATION_CREDENTIALS=
|
||||
|
||||
## Common variables
|
||||
# export TF_VAR_tags='{"environment"="dev", "createdat"='"\"$(date -u +x%Y-%m-%d_%Hh%Mm%Ss)\""'}'
|
||||
## These are not terraform variables
|
||||
## but they are needed for the bootstrap tests
|
||||
# export GITREPO_SSH_PATH=
|
||||
# export GITREPO_SSH_PUB_PATH=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue