Skip to content

Commit

Permalink
Add missing slack status to gke acc. tests (hashicorp#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow authored Mar 9, 2021
1 parent 9afb6bb commit 43d1603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ jobs:
terraform destroy -var project=${CLOUDSDK_CORE_PROJECT} -auto-approve
when: always

- slack/status:
fail_only: true
failure_message: "GKE acceptance tests failed. Check the logs at: ${CIRCLE_BUILD_URL}"

acceptance-aks-1-18:
environment:
- TEST_RESULTS: /tmp/test-results
Expand Down

0 comments on commit 43d1603

Please sign in to comment.