Skip to content

Commit

Permalink
ci: change name of ci environment to 'ci-branch-main' to avoid terraf…
Browse files Browse the repository at this point in the history
…orm issues (#301)

Terraform has a hard time tearing down and recreating whole environments when they are
too far out of date. Instead, this starts a brand new environment named 'ci-branch-main'.

Changing name as short-term fix, long-term fix we will want to dynamically change the 
env name.  This work will be tracked by #302
  • Loading branch information
hessjcg authored Apr 12, 2023
1 parent 83f6190 commit cf01c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: 'Run E2E Tests'
run: "./tools/e2e_test_job.sh"
env:
ENVIRONMENT_NAME: "ci-main"
ENVIRONMENT_NAME: "ci-branch-main"
NODEPOOL_SERVICEACCOUNT_EMAIL: "${{secrets.NODEPOOL_SERVICEACCOUNT_EMAIL}}"
WORKLOAD_ID_SERVICEACCOUNT_EMAIL: "${{secrets.WORKLOAD_ID_SERVICEACCOUNT_EMAIL}}"
TFSTATE_STORAGE_BUCKET: "${{secrets.TFSTATE_STORAGE_BUCKET}}"
Expand Down

0 comments on commit cf01c26

Please sign in to comment.