Skip to content

Commit

Permalink
ci: remove retries from migration tests as new account is not checked…
Browse files Browse the repository at this point in the history
… out on retry
  • Loading branch information
edwardfoyle committed Oct 4, 2021
1 parent a82519f commit 46c6e15
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
source .circleci/local_publish_helpers.sh
setAwsAccountCredentials
cd packages/graphql-transformers-e2e-tests/
retry yarn e2e --maxWorkers=3 $TEST_SUITE
yarn e2e --maxWorkers=3 $TEST_SUITE
environment:
AMPLIFY_CLI_DISABLE_LOGGING: 'true'
no_output_timeout: 90m
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
changeNpmGlobalPath
cd packages/amplify-migration-tests
setAwsAccountCredentials
retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE
yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE
no_output_timeout: 90m
- run: *scan_e2e_test_artifacts
- store_test_results:
Expand All @@ -333,7 +333,7 @@ jobs:
changeNpmGlobalPath
cd packages/amplify-migration-tests
setAwsAccountCredentials
retry yarn run migration_v4.28.2_nonmultienv_layers --maxWorkers=3 $TEST_SUITE
yarn run migration_v4.28.2_nonmultienv_layers --maxWorkers=3 $TEST_SUITE
no_output_timeout: 90m
- run: *scan_e2e_test_artifacts
- store_test_results:
Expand All @@ -360,7 +360,7 @@ jobs:
changeNpmGlobalPath
cd packages/amplify-migration-tests
setAwsAccountCredentials
retry yarn run migration_v4.52.0_multienv_layers --maxWorkers=3 $TEST_SUITE
yarn run migration_v4.52.0_multienv_layers --maxWorkers=3 $TEST_SUITE
no_output_timeout: 90m
- run: *scan_e2e_test_artifacts
- store_test_results:
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
changeNpmGlobalPath
cd packages/amplify-migration-tests
setAwsAccountCredentials
retry yarn run migration_v4.30.0_auth --maxWorkers=3 $TEST_SUITE
yarn run migration_v4.30.0_auth --maxWorkers=3 $TEST_SUITE
no_output_timeout: 90m
- run: *scan_e2e_test_artifacts
- store_test_results:
Expand All @@ -417,7 +417,7 @@ jobs:
changeNpmGlobalPath
cd packages/amplify-migration-tests
setAwsAccountCredentials
retry yarn run migration --maxWorkers=3 $TEST_SUITE
yarn run migration --maxWorkers=3 $TEST_SUITE
no_output_timeout: 90m
- run: *scan_e2e_test_artifacts
- store_test_results:
Expand Down
Loading

0 comments on commit 46c6e15

Please sign in to comment.