Skip to content

Commit

Permalink
Merge pull request #1265 from gruntwork-io/context-refactor
Browse files Browse the repository at this point in the history
[skip ci] Refactor contexts
  • Loading branch information
eak12913 committed Mar 29, 2023
2 parents 4e97088 + 259f963 commit 93b80e2
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,16 @@ workflows:
jobs:
- setup:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
filters:
tags:
only: /^v.*/

- kubernetes_test:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
requires:
- setup
filters:
Expand All @@ -353,7 +355,8 @@ workflows:

- helm_test:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
requires:
- setup
filters:
Expand All @@ -362,8 +365,11 @@ workflows:

- test:
context:
- Gruntwork Admin
- Slack Token For Test
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
- SLACK__TOKEN__refarch-deployer-test
- SLACK__WEBHOOK__refarch-deployer-test
- SLACK__CHANNEL__test-workflow-approvals
requires:
- setup
filters:
Expand All @@ -372,7 +378,8 @@ workflows:

- gcp_test:
context:
- Gruntwork GCP
- GCP__automated-tests
- GITHUB__PAT__gruntwork-ci
requires:
- setup
filters:
Expand All @@ -381,7 +388,8 @@ workflows:

- deploy:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
requires:
- setup
filters:
Expand Down

0 comments on commit 93b80e2

Please sign in to comment.