Skip to content

Commit

Permalink
chore: disable nightly acceptance tests
Browse files Browse the repository at this point in the history
The time-cost of cleaning up after flakes, and investing in making
flakes less frequent, isn't worth the benefit we get from these, given
that we rarely make changes to this repo anymore.

We can run acceptance tests manually, against branches, by passing
ACC_TESTS=1 in CircleCI if we feel the need, to test specific changes.
  • Loading branch information
Craig Furman committed Dec 12, 2023
1 parent 90874b6 commit 6d64bf0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,30 +226,6 @@ jobs:
project: ${CIRCLE_PROJECT_REPONAME}
organization: cloud-cloud
workflows:
nightly:
jobs:
- test_acc:
name: "Acceptance tests: << matrix.pattern >>"
matrix:
parameters:
pattern:
- TestAcc_Aws
- TestAcc_Google
- TestAcc_Azure_
- TestAcc_StateReader_

# Disable this rather than create a new test org
# - TestAcc_Github_
context:
- driftctl-acc
- snyk-bot-slack
triggers:
- schedule:
cron: "0 3 * * *"
filters:
branches:
only:
- main
manual-acc-tests:
when:
equal: ['1', << pipeline.parameters.ACC_TESTS >>]
Expand Down

0 comments on commit 6d64bf0

Please sign in to comment.