Skip to content

Commit

Permalink
Restore full testing for a full regression check
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Jan 27, 2022
1 parent c291405 commit e2880f8
Showing 1 changed file with 28 additions and 29 deletions.
57 changes: 28 additions & 29 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,32 +354,31 @@ workflows:
tags:
only: /^v.*/

# TODO: Temporarily disable all non-k8s testing
#- test:
# context:
# - Gruntwork Admin
# requires:
# - setup
# filters:
# tags:
# only: /^v.*/

#- gcp_test:
# context:
# - Gruntwork GCP
# requires:
# - setup
# filters:
# tags:
# only: /^v.*/

#- deploy:
# context:
# - Gruntwork Admin
# requires:
# - setup
# filters:
# tags:
# only: /^v.*/
# branches:
# ignore: /.*/
- test:
context:
- Gruntwork Admin
requires:
- setup
filters:
tags:
only: /^v.*/

- gcp_test:
context:
- Gruntwork GCP
requires:
- setup
filters:
tags:
only: /^v.*/

- deploy:
context:
- Gruntwork Admin
requires:
- setup
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit e2880f8

Please sign in to comment.