Skip to content

Commit

Permalink
move cust mock test off release flow (#9833)
Browse files Browse the repository at this point in the history
will be moving these to a cron workflow instead.
  • Loading branch information
molinamelendezj committed Mar 13, 2024
1 parent 3cb3ad0 commit 394ba11
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .circleci/main.yml
Expand Up @@ -1937,68 +1937,11 @@ workflows:
- build-pachctl-bin
- publish-chart-preview
- release-github-draft
- pulumi-aws-test-env:
name: aws-prerelease-testing-env-2
env: qa2
action: update
pachdVersion: $CIRCLE_SHA1
helmChartVersion: ${CIRCLE_TAG:1}-${CIRCLE_SHA1}
filters: *only-alpha-tags
requires:
- build-docker-images
- build-pachctl-bin
- publish-chart-preview
- release-github-draft
- pulumi-aws-test-env:
name: aws-prerelease-testing-env-3
env: qa3
action: update
pachdVersion: $CIRCLE_SHA1
helmChartVersion: ${CIRCLE_TAG:1}-${CIRCLE_SHA1}
filters: *only-alpha-tags
requires:
- build-docker-images
- build-pachctl-bin
- publish-chart-preview
- release-github-draft
- pulumi-aws-test-env:
name: aws-prerelease-testing-env-4
env: qa4
action: update
pachdVersion: $CIRCLE_SHA1
helmChartVersion: ${CIRCLE_TAG:1}-${CIRCLE_SHA1}
filters: *only-alpha-tags
requires:
- build-docker-images
- build-pachctl-bin
- publish-chart-preview
- release-github-draft
- aws-prerelease-testing:
name: aws-testing
filters: *only-release-tags
requires:
- aws-prerelease-testing-env-1
- cust-prerelease-testing:
name: wp-testing
customer: wp
env: qa2
filters: *only-alpha-tags
requires:
- aws-prerelease-testing-env-2
- cust-prerelease-testing:
name: btl-testing
customer: btl
env: qa3
filters: *only-alpha-tags
requires:
- aws-prerelease-testing-env-3
- cust-prerelease-testing:
name: krs-testing
customer: krs
env: qa4
filters: *only-alpha-tags
requires:
- aws-prerelease-testing-env-4
- pulumi-aws-test-env:
name: destroy-aws-prerelease-testing-env-1
env: qa1
Expand Down

0 comments on commit 394ba11

Please sign in to comment.