diff --git a/.circleci/config.base.yml b/.circleci/config.base.yml index b5f5cbb88e7..b6bc9d2604b 100644 --- a/.circleci/config.base.yml +++ b/.circleci/config.base.yml @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/.circleci/config.yml b/.circleci/config.yml index ff693cf1c1c..1f642d46c05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -245,7 +245,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 @@ -380,7 +380,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: name: Scan And Cleanup E2E Test Artifacts @@ -424,7 +424,7 @@ jobs: setAwsAccountCredentials - retry yarn run migration_v4.28.2_nonmultienv_layers --maxWorkers=3 + yarn run migration_v4.28.2_nonmultienv_layers --maxWorkers=3 $TEST_SUITE no_output_timeout: 90m - run: @@ -469,7 +469,7 @@ jobs: setAwsAccountCredentials - retry yarn run migration_v4.52.0_multienv_layers --maxWorkers=3 + yarn run migration_v4.52.0_multienv_layers --maxWorkers=3 $TEST_SUITE no_output_timeout: 90m - run: @@ -513,7 +513,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: name: Scan And Cleanup E2E Test Artifacts @@ -553,7 +553,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: name: Scan And Cleanup E2E Test Artifacts @@ -9372,7 +9372,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 @@ -9403,7 +9403,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 @@ -9434,7 +9434,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 @@ -9465,7 +9465,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 @@ -9496,7 +9496,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 @@ -9527,7 +9527,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 @@ -9558,7 +9558,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 @@ -9589,7 +9589,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 @@ -9620,7 +9620,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 @@ -9651,7 +9651,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 @@ -9682,7 +9682,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 @@ -9713,7 +9713,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 @@ -9744,7 +9744,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 @@ -9775,7 +9775,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 @@ -9806,7 +9806,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 @@ -9837,7 +9837,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 @@ -9868,7 +9868,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 @@ -9899,7 +9899,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 @@ -9930,7 +9930,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 @@ -9961,7 +9961,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 @@ -9992,7 +9992,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 @@ -10023,7 +10023,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 @@ -10054,7 +10054,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 @@ -10085,7 +10085,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 @@ -10116,7 +10116,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 @@ -10147,7 +10147,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 @@ -10178,7 +10178,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 @@ -10209,7 +10209,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 @@ -10240,7 +10240,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 @@ -10274,7 +10274,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: name: Scan And Cleanup E2E Test Artifacts @@ -10318,7 +10318,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: name: Scan And Cleanup E2E Test Artifacts @@ -10362,7 +10362,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: name: Scan And Cleanup E2E Test Artifacts @@ -10406,7 +10406,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: name: Scan And Cleanup E2E Test Artifacts @@ -10450,7 +10450,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: name: Scan And Cleanup E2E Test Artifacts @@ -10494,7 +10494,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: name: Scan And Cleanup E2E Test Artifacts @@ -10537,7 +10537,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: name: Scan And Cleanup E2E Test Artifacts @@ -10580,7 +10580,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: name: Scan And Cleanup E2E Test Artifacts @@ -10623,7 +10623,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: name: Scan And Cleanup E2E Test Artifacts @@ -10672,7 +10672,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: name: Scan And Cleanup E2E Test Artifacts @@ -10716,7 +10716,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: name: Scan And Cleanup E2E Test Artifacts @@ -10760,7 +10760,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: name: Scan And Cleanup E2E Test Artifacts @@ -10804,7 +10804,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: name: Scan And Cleanup E2E Test Artifacts @@ -10848,7 +10848,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: name: Scan And Cleanup E2E Test Artifacts @@ -10891,7 +10891,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: name: Scan And Cleanup E2E Test Artifacts @@ -10934,7 +10934,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: name: Scan And Cleanup E2E Test Artifacts @@ -10977,7 +10977,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: name: Scan And Cleanup E2E Test Artifacts @@ -11020,7 +11020,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: name: Scan And Cleanup E2E Test Artifacts @@ -11067,7 +11067,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: name: Scan And Cleanup E2E Test Artifacts @@ -11114,7 +11114,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: name: Scan And Cleanup E2E Test Artifacts @@ -11161,7 +11161,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: name: Scan And Cleanup E2E Test Artifacts @@ -11208,7 +11208,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: name: Scan And Cleanup E2E Test Artifacts @@ -11255,7 +11255,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: name: Scan And Cleanup E2E Test Artifacts @@ -11301,7 +11301,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: name: Scan And Cleanup E2E Test Artifacts @@ -11347,7 +11347,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: name: Scan And Cleanup E2E Test Artifacts @@ -11393,7 +11393,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: name: Scan And Cleanup E2E Test Artifacts @@ -11439,7 +11439,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: name: Scan And Cleanup E2E Test Artifacts