Skip to content

Commit

Permalink
fix: update cleanup circle contexts, remove unnecessary branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at committed May 18, 2022
1 parent dbd2228 commit 0bac1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ workflows:
branches:
only:
- main
- api-split-m1-test
- api-split-m1
jobs:
- build
- cleanup_resources:
Expand Down Expand Up @@ -432,8 +430,6 @@ workflows:
- main
- /tagged-release\/.*/
- /run-e2e\/.*/
- api-split-m1-test
- api-split-m1
requires:
- build
- publish_to_local_registry
Expand All @@ -447,9 +443,6 @@ workflows:
- beta
- /tagged-release\/.*/
- /run-e2e\/.*/
- api-split-m1-test
- api-split-m1
- api-split-m1-staging
requires:
- build
- publish_to_local_registry:
Expand All @@ -462,8 +455,6 @@ workflows:
- /tagged-release\/.*/
- /tagged-release-without-e2e-tests\/.*/
- /run-e2e\/.*/
- api-split-m1-test
- api-split-m1
requires:
- build
- amplify_e2e_tests:
Expand All @@ -477,8 +468,6 @@ workflows:
- main
- /tagged-release\/.*/
- /run-e2e\/.*/
- api-split-m1-test
- api-split-m1
requires:
- publish_to_local_registry
- amplify_migration_tests_v6:
Expand All @@ -492,8 +481,6 @@ workflows:
- main
- /tagged-release\/.*/
- /run-e2e\/.*/
- api-split-m1-test
- api-split-m1
requires:
- publish_to_local_registry
- integration_test
Expand All @@ -508,8 +495,6 @@ workflows:
- main
- /tagged-release\/.*/
- /run-e2e\/.*/
- api-split-m1-test
- api-split-m1
requires:
- publish_to_local_registry
- integration_test
Expand Down Expand Up @@ -542,7 +527,6 @@ workflows:
- beta
- /tagged-release\/.*/
- /tagged-release-without-e2e-tests\/.*/

commands:
install_yarn:
description: "Install yarn dependency for windows"
Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ workflows:
- build
- cleanup_resources:
context:
- cleanup-resources
- e2e-test-context
- api-cleanup-resources
- api-e2e-test-context
requires:
- build

0 comments on commit 0bac1bd

Please sign in to comment.