diff --git a/.circleci/config.base.yml b/.circleci/config.base.yml index cb9cb4c56ae..79b36d2caf1 100644 --- a/.circleci/config.base.yml +++ b/.circleci/config.base.yml @@ -203,7 +203,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -288,8 +287,9 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> + # - clean_e2e_resources: + # os: << parameters.os >> + amplify_migration_tests_v4: <<: *defaults steps: @@ -305,7 +305,7 @@ jobs: source .circleci/local_publish_helpers.sh changeNpmGlobalPath cd packages/amplify-migration-tests - yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE no_output_timeout: 90m - run: *scan_e2e_test_artifacts - store_test_results: @@ -412,7 +412,7 @@ jobs: source .circleci/local_publish_helpers.sh changeNpmGlobalPath cd packages/amplify-migration-tests - yarn run migration --maxWorkers=3 $TEST_SUITE + retry yarn run migration --maxWorkers=3 $TEST_SUITE no_output_timeout: 90m - run: *scan_e2e_test_artifacts - store_test_results: @@ -767,8 +767,8 @@ workflows: - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources filters: branches: only: @@ -805,8 +805,8 @@ workflows: - /run-e2e\/.*/ requires: - build - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources - amplify_migration_tests_v4: context: - amplify-ecr-image-pull @@ -821,8 +821,8 @@ workflows: - /run-e2e\/.*/ requires: - build - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources - amplify_migration_tests_v4_30_0: context: - amplify-ecr-image-pull @@ -837,8 +837,8 @@ workflows: - /run-e2e\/.*/ requires: - build - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources - amplify_migration_tests_non_multi_env_layers: context: - amplify-ecr-image-pull @@ -853,8 +853,8 @@ workflows: - /run-e2e\/.*/ requires: - build - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources - amplify_migration_tests_multi_env_layers: context: - amplify-ecr-image-pull @@ -869,8 +869,8 @@ workflows: - /run-e2e\/.*/ requires: - build - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources - amplify_console_integration_tests: context: - amplify-ecr-image-pull @@ -878,8 +878,8 @@ workflows: - cleanup-resources - console-e2e-test - e2e-test-context - post-steps: - - run: *clean_e2e_resources + # post-steps: + # - run: *clean_e2e_resources filters: branches: only: diff --git a/.circleci/config.yml b/.circleci/config.yml index 6aa6a2d7e2b..eb7d605f094 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -243,7 +243,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -357,8 +356,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> amplify_migration_tests_v4: working_directory: ~/repo parameters: @@ -381,7 +378,7 @@ jobs: source .circleci/local_publish_helpers.sh changeNpmGlobalPath cd packages/amplify-migration-tests - yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE no_output_timeout: 90m - run: name: Scan And Cleanup E2E Test Artifacts @@ -548,7 +545,7 @@ jobs: source .circleci/local_publish_helpers.sh changeNpmGlobalPath cd packages/amplify-migration-tests - yarn run migration --maxWorkers=3 $TEST_SUITE + retry yarn run migration --maxWorkers=3 $TEST_SUITE no_output_timeout: 90m - run: name: Scan And Cleanup E2E Test Artifacts @@ -944,10 +941,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/api_4.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/api_4.test.ts + CLI_REGION: us-east-2 auth_6-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -996,10 +993,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_6.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_6.test.ts + CLI_REGION: us-west-2 auth_7-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1048,10 +1045,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_7.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_7.test.ts + CLI_REGION: eu-west-2 auth_8-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1100,10 +1097,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_8.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_8.test.ts + CLI_REGION: eu-central-1 configure-project-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1152,10 +1149,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/configure-project.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/configure-project.test.ts + CLI_REGION: ap-northeast-1 container-hosting-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1204,10 +1201,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/container-hosting.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/container-hosting.test.ts + CLI_REGION: ap-southeast-1 frontend_config_drift-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1256,10 +1253,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/frontend_config_drift.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/frontend_config_drift.test.ts + CLI_REGION: ap-southeast-2 function_5-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1308,10 +1305,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_5.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_5.test.ts + CLI_REGION: us-east-2 function_6-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1360,10 +1357,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_6.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_6.test.ts + CLI_REGION: us-west-2 function_7-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1412,10 +1409,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_7.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_7.test.ts + CLI_REGION: eu-west-2 function_8-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1464,10 +1461,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_8.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_8.test.ts + CLI_REGION: eu-central-1 function_9-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1516,10 +1513,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_9.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_9.test.ts + CLI_REGION: ap-northeast-1 hooks-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1568,10 +1565,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/hooks.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/hooks.test.ts + CLI_REGION: ap-southeast-1 iam-permissions-boundary-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1620,10 +1617,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/iam-permissions-boundary.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/iam-permissions-boundary.test.ts + CLI_REGION: ap-southeast-2 import_auth_3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1672,10 +1669,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/import_auth_3.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/import_auth_3.test.ts + CLI_REGION: us-east-2 import_dynamodb_2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1724,10 +1721,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/import_dynamodb_2.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/import_dynamodb_2.test.ts + CLI_REGION: us-west-2 import_s3_2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1776,10 +1773,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/import_s3_2.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/import_s3_2.test.ts + CLI_REGION: eu-west-2 layer-1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1828,10 +1825,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/layer-1.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/layer-1.test.ts + CLI_REGION: eu-central-1 layer-2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1880,10 +1877,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/layer-2.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/layer-2.test.ts + CLI_REGION: ap-northeast-1 layer-3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1932,10 +1929,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/layer-3.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/layer-3.test.ts + CLI_REGION: ap-southeast-1 layer-4-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -1984,10 +1981,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/layer-4.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/layer-4.test.ts + CLI_REGION: ap-southeast-2 migration-api-connection-migration2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2036,10 +2033,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/migration/api.connection.migration2.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/migration/api.connection.migration2.test.ts + CLI_REGION: us-east-2 migration-node-function-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2088,10 +2085,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/migration/node.function.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/migration/node.function.test.ts + CLI_REGION: us-west-2 pull-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2140,10 +2137,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/pull.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/pull.test.ts + CLI_REGION: eu-west-2 s3-sse-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2192,10 +2189,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/s3-sse.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/s3-sse.test.ts + CLI_REGION: eu-central-1 schema-auth-12-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2244,10 +2241,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-12.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-12.test.ts + CLI_REGION: ap-northeast-1 schema-auth-13-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2296,10 +2293,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-13.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-13.test.ts + CLI_REGION: ap-southeast-1 schema-function-1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2348,10 +2345,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-function-1.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-function-1.test.ts + CLI_REGION: ap-southeast-2 schema-function-2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2400,10 +2397,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-function-2.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-function-2.test.ts + CLI_REGION: us-east-2 schema-iterative-update-locking-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2452,10 +2449,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-update-locking.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-update-locking.test.ts + CLI_REGION: us-west-2 storage-1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2504,10 +2501,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/storage-1.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/storage-1.test.ts + CLI_REGION: eu-west-2 storage-2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2556,10 +2553,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/storage-2.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/storage-2.test.ts + CLI_REGION: eu-central-1 storage-3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2608,10 +2605,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/storage-3.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/storage-3.test.ts + CLI_REGION: ap-northeast-1 plugin-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2660,10 +2657,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/plugin.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/plugin.test.ts + CLI_REGION: ap-southeast-1 init-special-case-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2712,10 +2709,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/init-special-case.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/init-special-case.test.ts + CLI_REGION: ap-southeast-2 datastore-modelgen-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2764,10 +2761,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/datastore-modelgen.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/datastore-modelgen.test.ts + CLI_REGION: us-east-2 amplify-configure-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2816,10 +2813,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/amplify-configure.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/amplify-configure.test.ts + CLI_REGION: us-west-2 init-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2868,10 +2865,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/init.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/init.test.ts + CLI_REGION: eu-west-2 tags-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2920,10 +2917,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/tags.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/tags.test.ts + CLI_REGION: eu-central-1 notifications-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -2972,10 +2969,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/notifications.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/notifications.test.ts + CLI_REGION: ap-northeast-1 schema-versioned-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3024,10 +3021,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-versioned.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-versioned.test.ts + CLI_REGION: ap-southeast-1 schema-data-access-patterns-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3076,10 +3073,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-data-access-patterns.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-data-access-patterns.test.ts + CLI_REGION: ap-southeast-2 interactions-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3128,10 +3125,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/interactions.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/interactions.test.ts + CLI_REGION: us-west-2 schema-predictions-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3180,10 +3177,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-predictions.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-predictions.test.ts + CLI_REGION: us-west-2 amplify-app-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3232,10 +3229,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/amplify-app.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/amplify-app.test.ts + CLI_REGION: eu-west-2 hosting-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3284,10 +3281,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/hosting.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/hosting.test.ts + CLI_REGION: eu-central-1 analytics-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3336,10 +3333,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/analytics.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/analytics.test.ts + CLI_REGION: ap-northeast-1 feature-flags-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3388,10 +3385,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/feature-flags.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/feature-flags.test.ts + CLI_REGION: ap-southeast-1 schema-iterative-update-2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3440,10 +3437,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-update-2.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-update-2.test.ts + CLI_REGION: ap-southeast-2 containers-api-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3492,10 +3489,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/containers-api.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/containers-api.test.ts + CLI_REGION: us-east-2 predictions-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3544,10 +3541,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/predictions.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/predictions.test.ts + CLI_REGION: us-west-2 hostingPROD-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3596,10 +3593,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/hostingPROD.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/hostingPROD.test.ts + CLI_REGION: eu-west-2 geo-add-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3648,10 +3645,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/geo-add.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/geo-add.test.ts + CLI_REGION: ap-southeast-1 geo-update-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3700,10 +3697,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/geo-update.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/geo-update.test.ts + CLI_REGION: ap-southeast-2 geo-remove-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3752,10 +3749,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/geo-remove.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/geo-remove.test.ts + CLI_REGION: us-east-2 schema-auth-10-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3804,10 +3801,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-10.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-10.test.ts + CLI_REGION: ap-southeast-2 schema-key-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3856,10 +3853,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-key.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-key.test.ts + CLI_REGION: us-east-2 auth_1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3908,10 +3905,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_1.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_1.test.ts + CLI_REGION: us-west-2 auth_5-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -3960,10 +3957,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_5.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_5.test.ts + CLI_REGION: eu-west-2 function_3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4012,10 +4009,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_3.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_3.test.ts + CLI_REGION: eu-central-1 schema-iterative-update-1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4064,10 +4061,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-update-1.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-update-1.test.ts + CLI_REGION: ap-northeast-1 schema-auth-3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4116,10 +4113,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-3.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-3.test.ts + CLI_REGION: ap-southeast-1 delete-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4168,10 +4165,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/delete.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/delete.test.ts + CLI_REGION: ap-southeast-2 function_2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4220,11 +4217,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_2.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify - auth_3-amplify_e2e_tests: + TEST_SUITE: src/__tests__/function_2.test.ts + CLI_REGION: us-east-2 + auth_3-amplify_e2e_tests: working_directory: ~/repo parameters: os: @@ -4272,10 +4269,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_3.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_3.test.ts + CLI_REGION: us-west-2 migration-api-key-migration1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4324,10 +4321,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/migration/api.key.migration1.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/migration/api.key.migration1.test.ts + CLI_REGION: eu-west-2 auth_4-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4376,10 +4373,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/auth_4.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/auth_4.test.ts + CLI_REGION: eu-central-1 schema-auth-7-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4428,10 +4425,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-7.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-7.test.ts + CLI_REGION: ap-northeast-1 schema-auth-8-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4480,10 +4477,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-8.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-8.test.ts + CLI_REGION: ap-southeast-1 schema-searchable-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4532,10 +4529,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-searchable.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-searchable.test.ts + CLI_REGION: ap-southeast-2 schema-auth-4-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4584,10 +4581,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-4.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-4.test.ts + CLI_REGION: us-east-2 api_3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4636,10 +4633,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/api_3.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/api_3.test.ts + CLI_REGION: us-west-2 import_auth_1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4688,10 +4685,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/import_auth_1.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/import_auth_1.test.ts + CLI_REGION: eu-west-2 import_auth_2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4740,10 +4737,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/import_auth_2.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/import_auth_2.test.ts + CLI_REGION: eu-central-1 import_s3_1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4792,11 +4789,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/import_s3_1.test.ts CLI_REGION: ap-northeast-1 USE_PARENT_ACCOUNT: 1 - AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin - AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify import_dynamodb_1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4845,11 +4842,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/import_dynamodb_1.test.ts CLI_REGION: ap-southeast-1 USE_PARENT_ACCOUNT: 1 - AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin - AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify schema-iterative-rollback-1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4898,10 +4895,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-rollback-1.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-rollback-1.test.ts + CLI_REGION: ap-southeast-2 schema-iterative-rollback-2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -4950,10 +4947,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-rollback-2.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-rollback-2.test.ts + CLI_REGION: us-east-2 env-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5002,10 +4999,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/env.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/env.test.ts + CLI_REGION: us-west-2 auth_2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5054,11 +5051,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/auth_2.test.ts CLI_REGION: eu-west-2 USE_PARENT_ACCOUNT: 1 - AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin - AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify schema-auth-9-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5107,10 +5104,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-9.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-9.test.ts + CLI_REGION: eu-central-1 schema-auth-11-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5159,10 +5156,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-11.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-11.test.ts + CLI_REGION: ap-northeast-1 migration-api-key-migration2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5211,11 +5208,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/migration/api.key.migration2.test.ts CLI_REGION: ap-southeast-1 USE_PARENT_ACCOUNT: 1 - AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin - AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify function_1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5264,10 +5261,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_1.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_1.test.ts + CLI_REGION: ap-southeast-2 schema-auth-1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5316,10 +5313,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-1.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-1.test.ts + CLI_REGION: us-east-2 function_4-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5368,10 +5365,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/function_4.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/function_4.test.ts + CLI_REGION: us-west-2 schema-model-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5420,10 +5417,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-model.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-model.test.ts + CLI_REGION: eu-west-2 migration-api-connection-migration-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5472,10 +5469,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/migration/api.connection.migration.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/migration/api.connection.migration.test.ts + CLI_REGION: eu-central-1 schema-connection-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5524,10 +5521,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-connection.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-connection.test.ts + CLI_REGION: ap-northeast-1 schema-auth-6-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5576,10 +5573,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-6.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-6.test.ts + CLI_REGION: ap-southeast-1 schema-iterative-update-3-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5628,10 +5625,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-update-3.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-update-3.test.ts + CLI_REGION: ap-southeast-2 schema-auth-2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5680,10 +5677,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-2.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-2.test.ts + CLI_REGION: us-east-2 api_1-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5732,11 +5729,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/api_1.test.ts CLI_REGION: us-west-2 USE_PARENT_ACCOUNT: 1 - AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin - AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify schema-auth-5-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5785,10 +5782,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-auth-5.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-auth-5.test.ts + CLI_REGION: eu-west-2 api_2-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5837,11 +5834,11 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/api_2.test.ts CLI_REGION: eu-central-1 USE_PARENT_ACCOUNT: 1 - AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin - AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify api_5-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5890,10 +5887,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/api_5.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/api_5.test.ts + CLI_REGION: ap-northeast-1 schema-iterative-update-4-amplify_e2e_tests: working_directory: ~/repo parameters: @@ -5942,10 +5939,10 @@ jobs: - store_artifacts: path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports environment: - TEST_SUITE: src/__tests__/schema-iterative-update-4.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/schema-iterative-update-4.test.ts + CLI_REGION: ap-southeast-1 api_4-amplify_e2e_tests_pkg: parameters: os: @@ -5978,8 +5975,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/api_4.test.ts CLI_REGION: us-east-2 @@ -6015,8 +6010,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_6.test.ts CLI_REGION: us-west-2 @@ -6052,8 +6045,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_7.test.ts CLI_REGION: eu-west-2 @@ -6089,8 +6080,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_8.test.ts CLI_REGION: eu-central-1 @@ -6126,8 +6115,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/configure-project.test.ts CLI_REGION: ap-northeast-1 @@ -6163,8 +6150,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/container-hosting.test.ts CLI_REGION: ap-southeast-1 @@ -6200,8 +6185,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/frontend_config_drift.test.ts CLI_REGION: ap-southeast-2 @@ -6237,8 +6220,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_5.test.ts CLI_REGION: us-east-2 @@ -6274,8 +6255,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_6.test.ts CLI_REGION: us-west-2 @@ -6311,8 +6290,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_7.test.ts CLI_REGION: eu-west-2 @@ -6348,8 +6325,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_8.test.ts CLI_REGION: eu-central-1 @@ -6385,8 +6360,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_9.test.ts CLI_REGION: ap-northeast-1 @@ -6422,8 +6395,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/hooks.test.ts CLI_REGION: ap-southeast-1 @@ -6459,8 +6430,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/iam-permissions-boundary.test.ts CLI_REGION: ap-southeast-2 @@ -6496,8 +6465,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_auth_3.test.ts CLI_REGION: us-east-2 @@ -6533,8 +6500,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_dynamodb_2.test.ts CLI_REGION: us-west-2 @@ -6570,8 +6535,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_s3_2.test.ts CLI_REGION: eu-west-2 @@ -6607,8 +6570,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/layer-1.test.ts CLI_REGION: eu-central-1 @@ -6644,8 +6605,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/layer-2.test.ts CLI_REGION: ap-northeast-1 @@ -6681,8 +6640,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/layer-3.test.ts CLI_REGION: ap-southeast-1 @@ -6718,8 +6675,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/layer-4.test.ts CLI_REGION: ap-southeast-2 @@ -6755,8 +6710,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/migration/api.connection.migration2.test.ts CLI_REGION: us-east-2 @@ -6792,8 +6745,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/migration/node.function.test.ts CLI_REGION: us-west-2 @@ -6829,8 +6780,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/pull.test.ts CLI_REGION: eu-west-2 @@ -6866,8 +6815,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/s3-sse.test.ts CLI_REGION: eu-central-1 @@ -6903,8 +6850,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-12.test.ts CLI_REGION: ap-northeast-1 @@ -6940,8 +6885,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-13.test.ts CLI_REGION: ap-southeast-1 @@ -6977,8 +6920,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-function-1.test.ts CLI_REGION: ap-southeast-2 @@ -7014,8 +6955,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-function-2.test.ts CLI_REGION: us-east-2 @@ -7051,8 +6990,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-update-locking.test.ts CLI_REGION: us-west-2 @@ -7088,8 +7025,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/storage-1.test.ts CLI_REGION: eu-west-2 @@ -7125,8 +7060,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/storage-2.test.ts CLI_REGION: eu-central-1 @@ -7162,8 +7095,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/storage-3.test.ts CLI_REGION: ap-northeast-1 @@ -7199,8 +7130,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/plugin.test.ts CLI_REGION: ap-southeast-1 @@ -7236,8 +7165,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/init-special-case.test.ts CLI_REGION: ap-southeast-2 @@ -7273,8 +7200,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/datastore-modelgen.test.ts CLI_REGION: us-east-2 @@ -7310,8 +7235,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/amplify-configure.test.ts CLI_REGION: us-west-2 @@ -7347,8 +7270,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/init.test.ts CLI_REGION: eu-west-2 @@ -7384,8 +7305,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/tags.test.ts CLI_REGION: eu-central-1 @@ -7421,8 +7340,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/notifications.test.ts CLI_REGION: ap-northeast-1 @@ -7458,8 +7375,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-versioned.test.ts CLI_REGION: ap-southeast-1 @@ -7495,8 +7410,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-data-access-patterns.test.ts CLI_REGION: ap-southeast-2 @@ -7532,8 +7445,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/interactions.test.ts CLI_REGION: us-west-2 @@ -7569,8 +7480,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-predictions.test.ts CLI_REGION: us-west-2 @@ -7606,8 +7515,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/amplify-app.test.ts CLI_REGION: eu-west-2 @@ -7643,8 +7550,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/hosting.test.ts CLI_REGION: eu-central-1 @@ -7680,8 +7585,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/analytics.test.ts CLI_REGION: ap-northeast-1 @@ -7717,8 +7620,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/feature-flags.test.ts CLI_REGION: ap-southeast-1 @@ -7754,8 +7655,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-update-2.test.ts CLI_REGION: ap-southeast-2 @@ -7791,8 +7690,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/containers-api.test.ts CLI_REGION: us-east-2 @@ -7828,8 +7725,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/predictions.test.ts CLI_REGION: us-west-2 @@ -7865,8 +7760,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/hostingPROD.test.ts CLI_REGION: eu-west-2 @@ -7902,8 +7795,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/geo-add.test.ts CLI_REGION: ap-southeast-1 @@ -7939,8 +7830,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/geo-update.test.ts CLI_REGION: ap-southeast-2 @@ -7976,8 +7865,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/geo-remove.test.ts CLI_REGION: us-east-2 @@ -8013,8 +7900,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-10.test.ts CLI_REGION: ap-southeast-2 @@ -8050,8 +7935,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-key.test.ts CLI_REGION: us-east-2 @@ -8087,8 +7970,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_1.test.ts CLI_REGION: us-west-2 @@ -8124,8 +8005,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_5.test.ts CLI_REGION: eu-west-2 @@ -8161,8 +8040,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_3.test.ts CLI_REGION: eu-central-1 @@ -8198,8 +8075,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-update-1.test.ts CLI_REGION: ap-northeast-1 @@ -8235,8 +8110,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-3.test.ts CLI_REGION: ap-southeast-1 @@ -8272,8 +8145,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/delete.test.ts CLI_REGION: ap-southeast-2 @@ -8309,8 +8180,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_2.test.ts CLI_REGION: us-east-2 @@ -8346,8 +8215,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_3.test.ts CLI_REGION: us-west-2 @@ -8383,8 +8250,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/migration/api.key.migration1.test.ts CLI_REGION: eu-west-2 @@ -8420,8 +8285,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_4.test.ts CLI_REGION: eu-central-1 @@ -8457,8 +8320,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-7.test.ts CLI_REGION: ap-northeast-1 @@ -8494,8 +8355,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-8.test.ts CLI_REGION: ap-southeast-1 @@ -8531,8 +8390,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-searchable.test.ts CLI_REGION: ap-southeast-2 @@ -8568,8 +8425,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-4.test.ts CLI_REGION: us-east-2 @@ -8605,8 +8460,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/api_3.test.ts CLI_REGION: us-west-2 @@ -8642,8 +8495,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_auth_1.test.ts CLI_REGION: eu-west-2 @@ -8679,8 +8530,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_auth_2.test.ts CLI_REGION: eu-central-1 @@ -8716,8 +8565,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_s3_1.test.ts CLI_REGION: ap-northeast-1 @@ -8754,8 +8601,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/import_dynamodb_1.test.ts CLI_REGION: ap-southeast-1 @@ -8792,8 +8637,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-rollback-1.test.ts CLI_REGION: ap-southeast-2 @@ -8829,8 +8672,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-rollback-2.test.ts CLI_REGION: us-east-2 @@ -8866,8 +8707,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/env.test.ts CLI_REGION: us-west-2 @@ -8903,8 +8742,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/auth_2.test.ts CLI_REGION: eu-west-2 @@ -8941,8 +8778,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-9.test.ts CLI_REGION: eu-central-1 @@ -8978,8 +8813,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-11.test.ts CLI_REGION: ap-northeast-1 @@ -9015,8 +8848,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/migration/api.key.migration2.test.ts CLI_REGION: ap-southeast-1 @@ -9053,8 +8884,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_1.test.ts CLI_REGION: ap-southeast-2 @@ -9090,8 +8919,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-1.test.ts CLI_REGION: us-east-2 @@ -9127,8 +8954,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/function_4.test.ts CLI_REGION: us-west-2 @@ -9164,8 +8989,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-model.test.ts CLI_REGION: eu-west-2 @@ -9201,8 +9024,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/migration/api.connection.migration.test.ts CLI_REGION: eu-central-1 @@ -9238,8 +9059,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-connection.test.ts CLI_REGION: ap-northeast-1 @@ -9275,8 +9094,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-6.test.ts CLI_REGION: ap-southeast-1 @@ -9312,8 +9129,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-update-3.test.ts CLI_REGION: ap-southeast-2 @@ -9349,8 +9164,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-2.test.ts CLI_REGION: us-east-2 @@ -9386,8 +9199,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/api_1.test.ts CLI_REGION: us-west-2 @@ -9424,8 +9235,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-auth-5.test.ts CLI_REGION: eu-west-2 @@ -9461,8 +9270,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/api_2.test.ts CLI_REGION: eu-central-1 @@ -9499,8 +9306,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/api_5.test.ts CLI_REGION: ap-northeast-1 @@ -9536,8 +9341,6 @@ jobs: path: packages/amplify-e2e-tests/ - store_artifacts: path: packages/amplify-e2e-tests/amplify-e2e-reports - - clean_e2e_resources: - os: << parameters.os >> environment: TEST_SUITE: src/__tests__/schema-iterative-update-4.test.ts CLI_REGION: ap-southeast-1 @@ -9559,7 +9362,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9568,10 +9370,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/ConnectionsWithAuthTests.e2e.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/ConnectionsWithAuthTests.e2e.test.ts + CLI_REGION: us-east-2 CustomRoots-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9590,7 +9392,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9599,10 +9400,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/CustomRoots.e2e.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/CustomRoots.e2e.test.ts + CLI_REGION: us-west-2 DynamoDBModelTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9621,7 +9422,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9630,10 +9430,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/DynamoDBModelTransformer.e2e.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/DynamoDBModelTransformer.e2e.test.ts + CLI_REGION: eu-west-2 FunctionTransformerTests-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9652,7 +9452,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9661,10 +9460,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/FunctionTransformerTests.e2e.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/FunctionTransformerTests.e2e.test.ts + CLI_REGION: eu-central-1 HttpTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9683,7 +9482,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9692,10 +9490,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/HttpTransformer.e2e.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/HttpTransformer.e2e.test.ts + CLI_REGION: ap-northeast-1 IndexTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9714,7 +9512,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9723,10 +9520,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/IndexTransformer.e2e.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/IndexTransformer.e2e.test.ts + CLI_REGION: ap-southeast-1 KeyTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9745,7 +9542,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9754,10 +9550,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/KeyTransformer.e2e.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/KeyTransformer.e2e.test.ts + CLI_REGION: ap-southeast-2 KeyTransformerLocal-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9776,7 +9572,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9785,10 +9580,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/KeyTransformerLocal.e2e.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/KeyTransformerLocal.e2e.test.ts + CLI_REGION: us-east-2 KeyWithAuth-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9807,7 +9602,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9816,10 +9610,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/KeyWithAuth.e2e.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/KeyWithAuth.e2e.test.ts + CLI_REGION: us-west-2 ModelAuthTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9838,7 +9632,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9847,10 +9640,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/ModelAuthTransformer.e2e.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/ModelAuthTransformer.e2e.test.ts + CLI_REGION: eu-west-2 ModelConnectionTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9869,7 +9662,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9878,10 +9670,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/ModelConnectionTransformer.e2e.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/ModelConnectionTransformer.e2e.test.ts + CLI_REGION: eu-central-1 ModelConnectionWithKeyTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9900,7 +9692,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9909,10 +9700,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/ModelConnectionWithKeyTransformer.e2e.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/ModelConnectionWithKeyTransformer.e2e.test.ts + CLI_REGION: ap-northeast-1 ModelTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9931,7 +9722,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9940,10 +9730,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/ModelTransformer.e2e.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/ModelTransformer.e2e.test.ts + CLI_REGION: ap-southeast-1 MultiAuthModelAuthTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9962,7 +9752,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -9971,10 +9760,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/MultiAuthModelAuthTransformer.e2e.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/MultiAuthModelAuthTransformer.e2e.test.ts + CLI_REGION: ap-southeast-2 MutationCondition-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -9993,7 +9782,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10002,10 +9790,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/MutationCondition.e2e.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/MutationCondition.e2e.test.ts + CLI_REGION: us-east-2 NestedStacksTest-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10024,7 +9812,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10033,10 +9820,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/NestedStacksTest.e2e.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/NestedStacksTest.e2e.test.ts + CLI_REGION: us-west-2 NewConnectionTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10055,7 +9842,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10064,10 +9850,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/NewConnectionTransformer.e2e.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/NewConnectionTransformer.e2e.test.ts + CLI_REGION: eu-west-2 NewConnectionWithAuth-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10086,7 +9872,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10095,10 +9880,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/NewConnectionWithAuth.e2e.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/NewConnectionWithAuth.e2e.test.ts + CLI_REGION: eu-central-1 NoneEnvFunctionTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10117,7 +9902,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10126,10 +9910,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/NoneEnvFunctionTransformer.e2e.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/NoneEnvFunctionTransformer.e2e.test.ts + CLI_REGION: ap-northeast-1 NonModelAuthFunction-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10148,7 +9932,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10157,10 +9940,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/NonModelAuthFunction.e2e.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/NonModelAuthFunction.e2e.test.ts + CLI_REGION: ap-southeast-1 PerFieldAuthTests-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10179,7 +9962,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10188,10 +9970,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/PerFieldAuthTests.e2e.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/PerFieldAuthTests.e2e.test.ts + CLI_REGION: ap-southeast-2 PredictionsTransformerTests-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10210,7 +9992,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10219,10 +10000,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/PredictionsTransformerTests.e2e.test.ts - CLI_REGION: us-east-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/PredictionsTransformerTests.e2e.test.ts + CLI_REGION: us-east-2 RelationalTransformers-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10241,7 +10022,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10250,10 +10030,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/RelationalTransformers.e2e.test.ts - CLI_REGION: us-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/RelationalTransformers.e2e.test.ts + CLI_REGION: us-west-2 SearchableModelTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10272,7 +10052,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10281,10 +10060,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/SearchableModelTransformer.e2e.test.ts - CLI_REGION: eu-west-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/SearchableModelTransformer.e2e.test.ts + CLI_REGION: eu-west-2 SearchableModelTransformerV2-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10303,7 +10082,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10312,10 +10090,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/SearchableModelTransformerV2.e2e.test.ts - CLI_REGION: eu-central-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/SearchableModelTransformerV2.e2e.test.ts + CLI_REGION: eu-central-1 SearchableWithAuthTests-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10334,7 +10112,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10343,10 +10120,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/SearchableWithAuthTests.e2e.test.ts - CLI_REGION: ap-northeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/SearchableWithAuthTests.e2e.test.ts + CLI_REGION: ap-northeast-1 SubscriptionsWithAuthTest-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10365,7 +10142,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10374,10 +10150,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/SubscriptionsWithAuthTest.e2e.test.ts - CLI_REGION: ap-southeast-1 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/SubscriptionsWithAuthTest.e2e.test.ts + CLI_REGION: ap-southeast-1 TestComplexStackMappingsLocal-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10396,7 +10172,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10405,10 +10180,10 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: - TEST_SUITE: src/__tests__/TestComplexStackMappingsLocal.e2e.test.ts - CLI_REGION: ap-southeast-2 AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/TestComplexStackMappingsLocal.e2e.test.ts + CLI_REGION: ap-southeast-2 VersionedModelTransformer-e2e-graphql_e2e_tests: working_directory: ~/repo parameters: @@ -10427,7 +10202,6 @@ jobs: name: Run GraphQL end-to-end tests command: | source .circleci/local_publish_helpers.sh - setAwsAccountCredentials cd packages/graphql-transformers-e2e-tests/ retry yarn e2e --maxWorkers=3 $TEST_SUITE environment: @@ -10436,150 +10210,1456 @@ jobs: - store_test_results: path: packages/graphql-transformers-e2e-tests/ environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify TEST_SUITE: src/__tests__/VersionedModelTransformer.e2e.test.ts CLI_REGION: us-east-2 + migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify -workflows: - version: 2 - nightly_console_integration_tests: - triggers: - - schedule: - cron: 0 14 * * * - filters: - branches: - only: - - master - jobs: - - build - - publish_to_local_registry: - requires: - - build - - amplify_console_integration_tests: - context: - - amplify-ecr-image-pull - - console-e2e-test - - e2e-auth-credentials - - e2e-test-context - requires: - - build - - publish_to_local_registry - e2e_resource_cleanup: - triggers: - - schedule: - cron: 45 0,12 * * * - filters: - branches: - only: - - master - jobs: - - build - - cleanup_resources: - context: - - cleanup-resources - - e2e-test-context - requires: - - build - build_test_deploy: - jobs: - - build: - matrix: - parameters: - os: - - linux - - windows - - test: - requires: - - build - - mock_e2e_tests: - requires: - - build - - integration_test: - context: - - amplify-ecr-image-pull - - e2e-test-context - filters: - branches: - only: - - master - - beta - - /tagged-release\/.*/ - - /run-e2e\/.*/ - requires: - - build - - publish_to_local_registry: - filters: - branches: - only: - - master - - beta - - release - - /tagged-release\/.*/ - - /run-e2e\/.*/ - requires: - - build - - build_pkg_binaries: - requires: - - publish_to_local_registry - - amplify_sudo_install_test: - context: amplify-ecr-image-pull - requires: - - publish_to_local_registry - filters: - branches: - only: - - master - - /tagged-release\/.*/ - - /run-e2e\/.*/ - - amplify_migration_tests_latest: - context: - - amplify-ecr-image-pull - - e2e-auth-credentials - - cleanup-resources - - e2e-test-context - filters: - branches: - only: - - master - - /tagged-release\/.*/ - - /run-e2e\/.*/ - requires: - - build - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo - - amplify_migration_tests_v4: - context: - - amplify-ecr-image-pull - - e2e-auth-credentials - - cleanup-resources - - e2e-test-context - filters: - branches: - only: - - master - - /tagged-release\/.*/ - - /run-e2e\/.*/ - requires: - - build - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo - - amplify_migration_tests_v4_30_0: - context: - - amplify-ecr-image-pull - - e2e-auth-credentials - - cleanup-resources + TEST_SUITE: >- + src/__tests__/migration_tests/auth-deployment-migration/auth.deployment.secrets.test.ts + CLI_REGION: us-east-2 + migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts + CLI_REGION: us-west-2 + migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/transformer_migration/api.key.migration-2.test.ts + CLI_REGION: eu-west-2 + migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/transformer_migration/api.key.migration.test.ts + CLI_REGION: eu-central-1 + migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/transformer_migration/api.searchable.migration.test.ts + CLI_REGION: ap-northeast-1 + update_tests-api_migration_update-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/api_migration_update.test.ts + CLI_REGION: ap-southeast-1 + update_tests-auth_migration_update-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/auth_migration_update.test.ts + CLI_REGION: ap-southeast-2 + update_tests-function_migration_update-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/function_migration_update.test.ts + CLI_REGION: us-east-2 + update_tests-storage_migration_update-amplify_migration_tests_v4: + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from CLI v4.0.0 + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration_v4.0.0 --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/repo/packages/amplify-cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/storage_migration_update.test.ts + CLI_REGION: us-west-2 + migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/auth-deployment-migration/auth.deployment.secrets.test.ts + CLI_REGION: us-east-2 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts + CLI_REGION: us-west-2 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/transformer_migration/api.key.migration-2.test.ts + CLI_REGION: eu-west-2 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/transformer_migration/api.key.migration.test.ts + CLI_REGION: eu-central-1 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: >- + src/__tests__/migration_tests/transformer_migration/api.searchable.migration.test.ts + CLI_REGION: ap-northeast-1 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + update_tests-api_migration_update-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/api_migration_update.test.ts + CLI_REGION: ap-southeast-1 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + update_tests-auth_migration_update-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/auth_migration_update.test.ts + CLI_REGION: ap-southeast-2 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + update_tests-function_migration_update-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/function_migration_update.test.ts + CLI_REGION: us-east-2 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports + update_tests-storage_migration_update-amplify_migration_tests_latest: + environment: + AMPLIFY_DIR: /home/circleci/repo/packages/amplify-cli/bin + AMPLIFY_PATH: /home/circleci/.npm-global/lib/node_modules/@aws-amplify/cli/bin/amplify + TEST_SUITE: src/__tests__/update_tests/storage_migration_update.test.ts + CLI_REGION: us-west-2 + working_directory: ~/repo + parameters: + os: + type: executor + default: linux + executor: << parameters.os >> + steps: + - attach_workspace: + at: ./ + - restore_cache: + key: >- + amplify-cli-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}-{{ + arch }} + - restore_cache: + key: amplify-pkg-binaries-{{ .Branch }}-{{ .Revision }} + - run: + name: Run tests migrating from latest CLI + command: | + source .circleci/local_publish_helpers.sh + changeNpmGlobalPath + cd packages/amplify-migration-tests + retry yarn run migration --maxWorkers=3 $TEST_SUITE + no_output_timeout: 90m + - run: + name: Scan And Cleanup E2E Test Artifacts + command: | + if ! yarn ts-node .circleci/scan_artifacts.ts; then + echo "Cleaning the repository" + git clean -fdx + exit 1 + fi + when: always + - store_test_results: + path: packages/amplify-migration-tests/ + - store_artifacts: + path: ~/repo/packages/amplify-migration-tests/amplify-migration-reports +workflows: + version: 2 + nightly_console_integration_tests: + triggers: + - schedule: + cron: 0 14 * * * + filters: + branches: + only: + - master + jobs: + - build + - publish_to_local_registry: + requires: + - build + - amplify_console_integration_tests: + context: + - amplify-ecr-image-pull + - console-e2e-test + - e2e-auth-credentials + - e2e-test-context + requires: + - build + - publish_to_local_registry + e2e_resource_cleanup: + triggers: + - schedule: + cron: 45 0,12 * * * + filters: + branches: + only: + - master + jobs: + - build + - cleanup_resources: + context: + - cleanup-resources + - e2e-test-context + requires: + - build + build_test_deploy: + jobs: + - build: + matrix: + parameters: + os: + - linux + - windows + - test: + requires: + - build + - mock_e2e_tests: + requires: + - build + - integration_test: + context: + - amplify-ecr-image-pull + - e2e-test-context + filters: + branches: + only: + - master + - beta + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - build + - publish_to_local_registry: + filters: + branches: + only: + - master + - beta + - release + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - build + - build_pkg_binaries: + requires: + - publish_to_local_registry + - amplify_sudo_install_test: + context: amplify-ecr-image-pull + requires: + - publish_to_local_registry + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + - amplify_migration_tests_v4_30_0: + context: + - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - build + - amplify_migration_tests_non_multi_env_layers: + context: + - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - build + - amplify_migration_tests_multi_env_layers: + context: + - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - build + - amplify_console_integration_tests: + context: + - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources + - console-e2e-test + - e2e-test-context + filters: + branches: + only: + - beta + requires: + - build + - publish_to_local_registry + - github_prerelease: + context: github-publish + requires: + - build_pkg_binaries + filters: + branches: + only: + - release + - github_prerelease_install_sanity_check: + requires: + - github_prerelease + filters: + branches: + only: + - release + - cleanup_resources_after_e2e_runs: + context: + - cleanup-resources + - e2e-test-context + requires: + - amplify_migration_tests_v4_30_0 + - api_4-amplify_e2e_tests + - function_5-amplify_e2e_tests + - import_auth_3-amplify_e2e_tests + - migration-api-connection-migration2-amplify_e2e_tests + - schema-function-2-amplify_e2e_tests + - datastore-modelgen-amplify_e2e_tests + - containers-api-amplify_e2e_tests + - geo-remove-amplify_e2e_tests + - schema-key-amplify_e2e_tests + - function_2-amplify_e2e_tests + - schema-auth-4-amplify_e2e_tests + - schema-iterative-rollback-2-amplify_e2e_tests + - schema-auth-1-amplify_e2e_tests + - schema-auth-2-amplify_e2e_tests + - auth_6-amplify_e2e_tests + - function_6-amplify_e2e_tests + - import_dynamodb_2-amplify_e2e_tests + - migration-node-function-amplify_e2e_tests + - schema-iterative-update-locking-amplify_e2e_tests + - amplify-configure-amplify_e2e_tests + - interactions-amplify_e2e_tests + - schema-predictions-amplify_e2e_tests + - predictions-amplify_e2e_tests + - auth_1-amplify_e2e_tests + - auth_3-amplify_e2e_tests + - api_3-amplify_e2e_tests + - env-amplify_e2e_tests + - function_4-amplify_e2e_tests + - api_1-amplify_e2e_tests + - auth_7-amplify_e2e_tests + - function_7-amplify_e2e_tests + - import_s3_2-amplify_e2e_tests + - pull-amplify_e2e_tests + - storage-1-amplify_e2e_tests + - init-amplify_e2e_tests + - amplify-app-amplify_e2e_tests + - hostingPROD-amplify_e2e_tests + - auth_5-amplify_e2e_tests + - migration-api-key-migration1-amplify_e2e_tests + - import_auth_1-amplify_e2e_tests + - auth_2-amplify_e2e_tests + - schema-model-amplify_e2e_tests + - schema-auth-5-amplify_e2e_tests + - auth_8-amplify_e2e_tests + - function_8-amplify_e2e_tests + - layer-1-amplify_e2e_tests + - s3-sse-amplify_e2e_tests + - storage-2-amplify_e2e_tests + - tags-amplify_e2e_tests + - hosting-amplify_e2e_tests + - function_3-amplify_e2e_tests + - auth_4-amplify_e2e_tests + - import_auth_2-amplify_e2e_tests + - schema-auth-9-amplify_e2e_tests + - migration-api-connection-migration-amplify_e2e_tests + - api_2-amplify_e2e_tests + - configure-project-amplify_e2e_tests + - function_9-amplify_e2e_tests + - layer-2-amplify_e2e_tests + - schema-auth-12-amplify_e2e_tests + - storage-3-amplify_e2e_tests + - notifications-amplify_e2e_tests + - analytics-amplify_e2e_tests + - schema-iterative-update-1-amplify_e2e_tests + - schema-auth-7-amplify_e2e_tests + - import_s3_1-amplify_e2e_tests + - schema-auth-11-amplify_e2e_tests + - schema-connection-amplify_e2e_tests + - api_5-amplify_e2e_tests + - container-hosting-amplify_e2e_tests + - hooks-amplify_e2e_tests + - layer-3-amplify_e2e_tests + - schema-auth-13-amplify_e2e_tests + - plugin-amplify_e2e_tests + - schema-versioned-amplify_e2e_tests + - feature-flags-amplify_e2e_tests + - geo-add-amplify_e2e_tests + - schema-auth-3-amplify_e2e_tests + - schema-auth-8-amplify_e2e_tests + - import_dynamodb_1-amplify_e2e_tests + - migration-api-key-migration2-amplify_e2e_tests + - schema-auth-6-amplify_e2e_tests + - schema-iterative-update-4-amplify_e2e_tests + - frontend_config_drift-amplify_e2e_tests + - iam-permissions-boundary-amplify_e2e_tests + - layer-4-amplify_e2e_tests + - schema-function-1-amplify_e2e_tests + - init-special-case-amplify_e2e_tests + - schema-data-access-patterns-amplify_e2e_tests + - schema-iterative-update-2-amplify_e2e_tests + - geo-update-amplify_e2e_tests + - schema-auth-10-amplify_e2e_tests + - delete-amplify_e2e_tests + - schema-searchable-amplify_e2e_tests + - schema-iterative-rollback-1-amplify_e2e_tests + - function_1-amplify_e2e_tests + - schema-iterative-update-3-amplify_e2e_tests + - api_4-amplify_e2e_tests_pkg + - function_5-amplify_e2e_tests_pkg + - import_auth_3-amplify_e2e_tests_pkg + - migration-api-connection-migration2-amplify_e2e_tests_pkg + - schema-function-2-amplify_e2e_tests_pkg + - datastore-modelgen-amplify_e2e_tests_pkg + - containers-api-amplify_e2e_tests_pkg + - geo-remove-amplify_e2e_tests_pkg + - schema-key-amplify_e2e_tests_pkg + - function_2-amplify_e2e_tests_pkg + - schema-auth-4-amplify_e2e_tests_pkg + - schema-iterative-rollback-2-amplify_e2e_tests_pkg + - schema-auth-1-amplify_e2e_tests_pkg + - schema-auth-2-amplify_e2e_tests_pkg + - auth_6-amplify_e2e_tests_pkg + - function_6-amplify_e2e_tests_pkg + - import_dynamodb_2-amplify_e2e_tests_pkg + - migration-node-function-amplify_e2e_tests_pkg + - schema-iterative-update-locking-amplify_e2e_tests_pkg + - amplify-configure-amplify_e2e_tests_pkg + - interactions-amplify_e2e_tests_pkg + - schema-predictions-amplify_e2e_tests_pkg + - predictions-amplify_e2e_tests_pkg + - auth_1-amplify_e2e_tests_pkg + - auth_3-amplify_e2e_tests_pkg + - api_3-amplify_e2e_tests_pkg + - env-amplify_e2e_tests_pkg + - function_4-amplify_e2e_tests_pkg + - api_1-amplify_e2e_tests_pkg + - auth_7-amplify_e2e_tests_pkg + - function_7-amplify_e2e_tests_pkg + - import_s3_2-amplify_e2e_tests_pkg + - pull-amplify_e2e_tests_pkg + - storage-1-amplify_e2e_tests_pkg + - init-amplify_e2e_tests_pkg + - amplify-app-amplify_e2e_tests_pkg + - hostingPROD-amplify_e2e_tests_pkg + - auth_5-amplify_e2e_tests_pkg + - migration-api-key-migration1-amplify_e2e_tests_pkg + - import_auth_1-amplify_e2e_tests_pkg + - auth_2-amplify_e2e_tests_pkg + - schema-model-amplify_e2e_tests_pkg + - schema-auth-5-amplify_e2e_tests_pkg + - auth_8-amplify_e2e_tests_pkg + - function_8-amplify_e2e_tests_pkg + - layer-1-amplify_e2e_tests_pkg + - s3-sse-amplify_e2e_tests_pkg + - storage-2-amplify_e2e_tests_pkg + - tags-amplify_e2e_tests_pkg + - hosting-amplify_e2e_tests_pkg + - function_3-amplify_e2e_tests_pkg + - auth_4-amplify_e2e_tests_pkg + - import_auth_2-amplify_e2e_tests_pkg + - schema-auth-9-amplify_e2e_tests_pkg + - migration-api-connection-migration-amplify_e2e_tests_pkg + - api_2-amplify_e2e_tests_pkg + - configure-project-amplify_e2e_tests_pkg + - function_9-amplify_e2e_tests_pkg + - layer-2-amplify_e2e_tests_pkg + - schema-auth-12-amplify_e2e_tests_pkg + - storage-3-amplify_e2e_tests_pkg + - notifications-amplify_e2e_tests_pkg + - analytics-amplify_e2e_tests_pkg + - schema-iterative-update-1-amplify_e2e_tests_pkg + - schema-auth-7-amplify_e2e_tests_pkg + - import_s3_1-amplify_e2e_tests_pkg + - schema-auth-11-amplify_e2e_tests_pkg + - schema-connection-amplify_e2e_tests_pkg + - api_5-amplify_e2e_tests_pkg + - container-hosting-amplify_e2e_tests_pkg + - hooks-amplify_e2e_tests_pkg + - layer-3-amplify_e2e_tests_pkg + - schema-auth-13-amplify_e2e_tests_pkg + - plugin-amplify_e2e_tests_pkg + - schema-versioned-amplify_e2e_tests_pkg + - feature-flags-amplify_e2e_tests_pkg + - geo-add-amplify_e2e_tests_pkg + - schema-auth-3-amplify_e2e_tests_pkg + - schema-auth-8-amplify_e2e_tests_pkg + - import_dynamodb_1-amplify_e2e_tests_pkg + - migration-api-key-migration2-amplify_e2e_tests_pkg + - schema-auth-6-amplify_e2e_tests_pkg + - schema-iterative-update-4-amplify_e2e_tests_pkg + - frontend_config_drift-amplify_e2e_tests_pkg + - iam-permissions-boundary-amplify_e2e_tests_pkg + - layer-4-amplify_e2e_tests_pkg + - schema-function-1-amplify_e2e_tests_pkg + - init-special-case-amplify_e2e_tests_pkg + - schema-data-access-patterns-amplify_e2e_tests_pkg + - schema-iterative-update-2-amplify_e2e_tests_pkg + - geo-update-amplify_e2e_tests_pkg + - schema-auth-10-amplify_e2e_tests_pkg + - delete-amplify_e2e_tests_pkg + - schema-searchable-amplify_e2e_tests_pkg + - schema-iterative-rollback-1-amplify_e2e_tests_pkg + - function_1-amplify_e2e_tests_pkg + - schema-iterative-update-3-amplify_e2e_tests_pkg + - >- + migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_v4 + - update_tests-function_migration_update-amplify_migration_tests_v4 + - >- + migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_v4 + - update_tests-storage_migration_update-amplify_migration_tests_v4 + - >- + migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_v4 + - >- + migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_v4 + - >- + migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_v4 + - update_tests-api_migration_update-amplify_migration_tests_v4 + - update_tests-auth_migration_update-amplify_migration_tests_v4 + - >- + migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_latest + - >- + update_tests-function_migration_update-amplify_migration_tests_latest + - >- + migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_latest + - >- + update_tests-storage_migration_update-amplify_migration_tests_latest + - >- + migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_latest + - >- + migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_latest + - >- + migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_latest + - update_tests-api_migration_update-amplify_migration_tests_latest + - update_tests-auth_migration_update-amplify_migration_tests_latest + - deploy: + context: + - amplify-ecr-image-pull + - npm-publish + requires: + - test + - mock_e2e_tests + - integration_test + - amplify_sudo_install_test + - amplify_console_integration_tests + - amplify_migration_tests_v4_30_0 + - amplify_migration_tests_non_multi_env_layers + - amplify_migration_tests_multi_env_layers + - github_prerelease_install_sanity_check + - api_4-amplify_e2e_tests + - function_5-amplify_e2e_tests + - import_auth_3-amplify_e2e_tests + - migration-api-connection-migration2-amplify_e2e_tests + - schema-function-2-amplify_e2e_tests + - datastore-modelgen-amplify_e2e_tests + - containers-api-amplify_e2e_tests + - geo-remove-amplify_e2e_tests + - schema-key-amplify_e2e_tests + - function_2-amplify_e2e_tests + - schema-auth-4-amplify_e2e_tests + - schema-iterative-rollback-2-amplify_e2e_tests + - schema-auth-1-amplify_e2e_tests + - schema-auth-2-amplify_e2e_tests + - auth_6-amplify_e2e_tests + - function_6-amplify_e2e_tests + - import_dynamodb_2-amplify_e2e_tests + - migration-node-function-amplify_e2e_tests + - schema-iterative-update-locking-amplify_e2e_tests + - amplify-configure-amplify_e2e_tests + - interactions-amplify_e2e_tests + - schema-predictions-amplify_e2e_tests + - predictions-amplify_e2e_tests + - auth_1-amplify_e2e_tests + - auth_3-amplify_e2e_tests + - api_3-amplify_e2e_tests + - env-amplify_e2e_tests + - function_4-amplify_e2e_tests + - api_1-amplify_e2e_tests + - auth_7-amplify_e2e_tests + - function_7-amplify_e2e_tests + - import_s3_2-amplify_e2e_tests + - pull-amplify_e2e_tests + - storage-1-amplify_e2e_tests + - init-amplify_e2e_tests + - amplify-app-amplify_e2e_tests + - hostingPROD-amplify_e2e_tests + - auth_5-amplify_e2e_tests + - migration-api-key-migration1-amplify_e2e_tests + - import_auth_1-amplify_e2e_tests + - auth_2-amplify_e2e_tests + - schema-model-amplify_e2e_tests + - schema-auth-5-amplify_e2e_tests + - auth_8-amplify_e2e_tests + - function_8-amplify_e2e_tests + - layer-1-amplify_e2e_tests + - s3-sse-amplify_e2e_tests + - storage-2-amplify_e2e_tests + - tags-amplify_e2e_tests + - hosting-amplify_e2e_tests + - function_3-amplify_e2e_tests + - auth_4-amplify_e2e_tests + - import_auth_2-amplify_e2e_tests + - schema-auth-9-amplify_e2e_tests + - migration-api-connection-migration-amplify_e2e_tests + - api_2-amplify_e2e_tests + - configure-project-amplify_e2e_tests + - function_9-amplify_e2e_tests + - layer-2-amplify_e2e_tests + - schema-auth-12-amplify_e2e_tests + - storage-3-amplify_e2e_tests + - notifications-amplify_e2e_tests + - analytics-amplify_e2e_tests + - schema-iterative-update-1-amplify_e2e_tests + - schema-auth-7-amplify_e2e_tests + - import_s3_1-amplify_e2e_tests + - schema-auth-11-amplify_e2e_tests + - schema-connection-amplify_e2e_tests + - api_5-amplify_e2e_tests + - container-hosting-amplify_e2e_tests + - hooks-amplify_e2e_tests + - layer-3-amplify_e2e_tests + - schema-auth-13-amplify_e2e_tests + - plugin-amplify_e2e_tests + - schema-versioned-amplify_e2e_tests + - feature-flags-amplify_e2e_tests + - geo-add-amplify_e2e_tests + - schema-auth-3-amplify_e2e_tests + - schema-auth-8-amplify_e2e_tests + - import_dynamodb_1-amplify_e2e_tests + - migration-api-key-migration2-amplify_e2e_tests + - schema-auth-6-amplify_e2e_tests + - schema-iterative-update-4-amplify_e2e_tests + - frontend_config_drift-amplify_e2e_tests + - iam-permissions-boundary-amplify_e2e_tests + - layer-4-amplify_e2e_tests + - schema-function-1-amplify_e2e_tests + - init-special-case-amplify_e2e_tests + - schema-data-access-patterns-amplify_e2e_tests + - schema-iterative-update-2-amplify_e2e_tests + - geo-update-amplify_e2e_tests + - schema-auth-10-amplify_e2e_tests + - delete-amplify_e2e_tests + - schema-searchable-amplify_e2e_tests + - schema-iterative-rollback-1-amplify_e2e_tests + - function_1-amplify_e2e_tests + - schema-iterative-update-3-amplify_e2e_tests + - api_4-amplify_e2e_tests_pkg + - function_5-amplify_e2e_tests_pkg + - import_auth_3-amplify_e2e_tests_pkg + - migration-api-connection-migration2-amplify_e2e_tests_pkg + - schema-function-2-amplify_e2e_tests_pkg + - datastore-modelgen-amplify_e2e_tests_pkg + - containers-api-amplify_e2e_tests_pkg + - geo-remove-amplify_e2e_tests_pkg + - schema-key-amplify_e2e_tests_pkg + - function_2-amplify_e2e_tests_pkg + - schema-auth-4-amplify_e2e_tests_pkg + - schema-iterative-rollback-2-amplify_e2e_tests_pkg + - schema-auth-1-amplify_e2e_tests_pkg + - schema-auth-2-amplify_e2e_tests_pkg + - auth_6-amplify_e2e_tests_pkg + - function_6-amplify_e2e_tests_pkg + - import_dynamodb_2-amplify_e2e_tests_pkg + - migration-node-function-amplify_e2e_tests_pkg + - schema-iterative-update-locking-amplify_e2e_tests_pkg + - amplify-configure-amplify_e2e_tests_pkg + - interactions-amplify_e2e_tests_pkg + - schema-predictions-amplify_e2e_tests_pkg + - predictions-amplify_e2e_tests_pkg + - auth_1-amplify_e2e_tests_pkg + - auth_3-amplify_e2e_tests_pkg + - api_3-amplify_e2e_tests_pkg + - env-amplify_e2e_tests_pkg + - function_4-amplify_e2e_tests_pkg + - api_1-amplify_e2e_tests_pkg + - auth_7-amplify_e2e_tests_pkg + - function_7-amplify_e2e_tests_pkg + - import_s3_2-amplify_e2e_tests_pkg + - pull-amplify_e2e_tests_pkg + - storage-1-amplify_e2e_tests_pkg + - init-amplify_e2e_tests_pkg + - amplify-app-amplify_e2e_tests_pkg + - hostingPROD-amplify_e2e_tests_pkg + - auth_5-amplify_e2e_tests_pkg + - migration-api-key-migration1-amplify_e2e_tests_pkg + - import_auth_1-amplify_e2e_tests_pkg + - auth_2-amplify_e2e_tests_pkg + - schema-model-amplify_e2e_tests_pkg + - schema-auth-5-amplify_e2e_tests_pkg + - auth_8-amplify_e2e_tests_pkg + - function_8-amplify_e2e_tests_pkg + - layer-1-amplify_e2e_tests_pkg + - s3-sse-amplify_e2e_tests_pkg + - storage-2-amplify_e2e_tests_pkg + - tags-amplify_e2e_tests_pkg + - hosting-amplify_e2e_tests_pkg + - function_3-amplify_e2e_tests_pkg + - auth_4-amplify_e2e_tests_pkg + - import_auth_2-amplify_e2e_tests_pkg + - schema-auth-9-amplify_e2e_tests_pkg + - migration-api-connection-migration-amplify_e2e_tests_pkg + - api_2-amplify_e2e_tests_pkg + - configure-project-amplify_e2e_tests_pkg + - function_9-amplify_e2e_tests_pkg + - layer-2-amplify_e2e_tests_pkg + - schema-auth-12-amplify_e2e_tests_pkg + - storage-3-amplify_e2e_tests_pkg + - notifications-amplify_e2e_tests_pkg + - analytics-amplify_e2e_tests_pkg + - schema-iterative-update-1-amplify_e2e_tests_pkg + - schema-auth-7-amplify_e2e_tests_pkg + - import_s3_1-amplify_e2e_tests_pkg + - schema-auth-11-amplify_e2e_tests_pkg + - schema-connection-amplify_e2e_tests_pkg + - api_5-amplify_e2e_tests_pkg + - container-hosting-amplify_e2e_tests_pkg + - hooks-amplify_e2e_tests_pkg + - layer-3-amplify_e2e_tests_pkg + - schema-auth-13-amplify_e2e_tests_pkg + - plugin-amplify_e2e_tests_pkg + - schema-versioned-amplify_e2e_tests_pkg + - feature-flags-amplify_e2e_tests_pkg + - geo-add-amplify_e2e_tests_pkg + - schema-auth-3-amplify_e2e_tests_pkg + - schema-auth-8-amplify_e2e_tests_pkg + - import_dynamodb_1-amplify_e2e_tests_pkg + - migration-api-key-migration2-amplify_e2e_tests_pkg + - schema-auth-6-amplify_e2e_tests_pkg + - schema-iterative-update-4-amplify_e2e_tests_pkg + - frontend_config_drift-amplify_e2e_tests_pkg + - iam-permissions-boundary-amplify_e2e_tests_pkg + - layer-4-amplify_e2e_tests_pkg + - schema-function-1-amplify_e2e_tests_pkg + - init-special-case-amplify_e2e_tests_pkg + - schema-data-access-patterns-amplify_e2e_tests_pkg + - schema-iterative-update-2-amplify_e2e_tests_pkg + - geo-update-amplify_e2e_tests_pkg + - schema-auth-10-amplify_e2e_tests_pkg + - delete-amplify_e2e_tests_pkg + - schema-searchable-amplify_e2e_tests_pkg + - schema-iterative-rollback-1-amplify_e2e_tests_pkg + - function_1-amplify_e2e_tests_pkg + - schema-iterative-update-3-amplify_e2e_tests_pkg + - ConnectionsWithAuthTests-e2e-graphql_e2e_tests + - KeyTransformerLocal-e2e-graphql_e2e_tests + - MutationCondition-e2e-graphql_e2e_tests + - PredictionsTransformerTests-e2e-graphql_e2e_tests + - VersionedModelTransformer-e2e-graphql_e2e_tests + - CustomRoots-e2e-graphql_e2e_tests + - KeyWithAuth-e2e-graphql_e2e_tests + - NestedStacksTest-e2e-graphql_e2e_tests + - RelationalTransformers-e2e-graphql_e2e_tests + - DynamoDBModelTransformer-e2e-graphql_e2e_tests + - ModelAuthTransformer-e2e-graphql_e2e_tests + - NewConnectionTransformer-e2e-graphql_e2e_tests + - SearchableModelTransformer-e2e-graphql_e2e_tests + - FunctionTransformerTests-e2e-graphql_e2e_tests + - ModelConnectionTransformer-e2e-graphql_e2e_tests + - NewConnectionWithAuth-e2e-graphql_e2e_tests + - SearchableModelTransformerV2-e2e-graphql_e2e_tests + - HttpTransformer-e2e-graphql_e2e_tests + - ModelConnectionWithKeyTransformer-e2e-graphql_e2e_tests + - NoneEnvFunctionTransformer-e2e-graphql_e2e_tests + - SearchableWithAuthTests-e2e-graphql_e2e_tests + - IndexTransformer-e2e-graphql_e2e_tests + - ModelTransformer-e2e-graphql_e2e_tests + - NonModelAuthFunction-e2e-graphql_e2e_tests + - SubscriptionsWithAuthTest-e2e-graphql_e2e_tests + - KeyTransformer-e2e-graphql_e2e_tests + - MultiAuthModelAuthTransformer-e2e-graphql_e2e_tests + - PerFieldAuthTests-e2e-graphql_e2e_tests + - TestComplexStackMappingsLocal-e2e-graphql_e2e_tests + - >- + migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_v4 + - update_tests-function_migration_update-amplify_migration_tests_v4 + - >- + migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_v4 + - update_tests-storage_migration_update-amplify_migration_tests_v4 + - >- + migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_v4 + - >- + migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_v4 + - >- + migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_v4 + - update_tests-api_migration_update-amplify_migration_tests_v4 + - update_tests-auth_migration_update-amplify_migration_tests_v4 + - >- + migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_latest + - >- + update_tests-function_migration_update-amplify_migration_tests_latest + - >- + migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_latest + - >- + update_tests-storage_migration_update-amplify_migration_tests_latest + - >- + migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_latest + - >- + migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_latest + - >- + migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_latest + - update_tests-api_migration_update-amplify_migration_tests_latest + - update_tests-auth_migration_update-amplify_migration_tests_latest + filters: + branches: + only: + - release + - master + - beta + - /tagged-release\/.*/ + - /tagged-release-without-e2e-tests\/.*/ + - github_release: + context: github-publish + requires: + - deploy + filters: + branches: + only: + - release + - api_4-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials - e2e-test-context filters: branches: @@ -10588,20 +11668,34 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo - - amplify_migration_tests_non_multi_env_layers: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - function_5-amplify_e2e_tests: context: - amplify-ecr-image-pull + - cleanup-resources - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - import_auth_3-amplify_e2e_tests: + context: + - amplify-ecr-image-pull - cleanup-resources + - e2e-auth-credentials - e2e-test-context filters: branches: @@ -10610,20 +11704,142 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo - - amplify_migration_tests_multi_env_layers: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - migration-api-connection-migration2-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - schema-function-2-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - datastore-modelgen-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - containers-api-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - geo-remove-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - schema-key-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - function_2-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - schema-auth-4-amplify_e2e_tests: context: - amplify-ecr-image-pull - - e2e-auth-credentials - cleanup-resources + - e2e-auth-credentials - e2e-test-context filters: branches: @@ -10632,523 +11848,125 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo - - amplify_console_integration_tests: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - schema-iterative-rollback-2-amplify_e2e_tests: context: - amplify-ecr-image-pull - - e2e-auth-credentials - cleanup-resources - - console-e2e-test + - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: - - beta + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ requires: - - build - publish_to_local_registry - - github_prerelease: - context: github-publish - requires: - - build_pkg_binaries + matrix: + parameters: + os: + - linux + - schema-auth-1-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context filters: branches: only: - - release - - github_prerelease_install_sanity_check: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ requires: - - github_prerelease - filters: - branches: - only: - - release - - cleanup_resources_after_e2e_runs: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - schema-auth-2-amplify_e2e_tests: context: + - amplify-ecr-image-pull - cleanup-resources + - e2e-auth-credentials - e2e-test-context - requires: - - amplify_migration_tests_latest - - amplify_migration_tests_v4 - - amplify_migration_tests_v4_30_0 - - api_4-amplify_e2e_tests - - function_5-amplify_e2e_tests - - import_auth_3-amplify_e2e_tests - - migration-api-connection-migration2-amplify_e2e_tests - - schema-function-2-amplify_e2e_tests - - datastore-modelgen-amplify_e2e_tests - - containers-api-amplify_e2e_tests - - geo-remove-amplify_e2e_tests - - schema-key-amplify_e2e_tests - - function_2-amplify_e2e_tests - - schema-auth-4-amplify_e2e_tests - - schema-iterative-rollback-2-amplify_e2e_tests - - schema-auth-1-amplify_e2e_tests - - schema-auth-2-amplify_e2e_tests - - auth_6-amplify_e2e_tests - - function_6-amplify_e2e_tests - - import_dynamodb_2-amplify_e2e_tests - - migration-node-function-amplify_e2e_tests - - schema-iterative-update-locking-amplify_e2e_tests - - amplify-configure-amplify_e2e_tests - - interactions-amplify_e2e_tests - - schema-predictions-amplify_e2e_tests - - predictions-amplify_e2e_tests - - auth_1-amplify_e2e_tests - - auth_3-amplify_e2e_tests - - api_3-amplify_e2e_tests - - env-amplify_e2e_tests - - function_4-amplify_e2e_tests - - api_1-amplify_e2e_tests - - auth_7-amplify_e2e_tests - - function_7-amplify_e2e_tests - - import_s3_2-amplify_e2e_tests - - pull-amplify_e2e_tests - - storage-1-amplify_e2e_tests - - init-amplify_e2e_tests - - amplify-app-amplify_e2e_tests - - hostingPROD-amplify_e2e_tests - - auth_5-amplify_e2e_tests - - migration-api-key-migration1-amplify_e2e_tests - - import_auth_1-amplify_e2e_tests - - auth_2-amplify_e2e_tests - - schema-model-amplify_e2e_tests - - schema-auth-5-amplify_e2e_tests - - auth_8-amplify_e2e_tests - - function_8-amplify_e2e_tests - - layer-1-amplify_e2e_tests - - s3-sse-amplify_e2e_tests - - storage-2-amplify_e2e_tests - - tags-amplify_e2e_tests - - hosting-amplify_e2e_tests - - function_3-amplify_e2e_tests - - auth_4-amplify_e2e_tests - - import_auth_2-amplify_e2e_tests - - schema-auth-9-amplify_e2e_tests - - migration-api-connection-migration-amplify_e2e_tests - - api_2-amplify_e2e_tests - - configure-project-amplify_e2e_tests - - function_9-amplify_e2e_tests - - layer-2-amplify_e2e_tests - - schema-auth-12-amplify_e2e_tests - - storage-3-amplify_e2e_tests - - notifications-amplify_e2e_tests - - analytics-amplify_e2e_tests - - schema-iterative-update-1-amplify_e2e_tests - - schema-auth-7-amplify_e2e_tests - - import_s3_1-amplify_e2e_tests - - schema-auth-11-amplify_e2e_tests - - schema-connection-amplify_e2e_tests - - api_5-amplify_e2e_tests - - container-hosting-amplify_e2e_tests - - hooks-amplify_e2e_tests - - layer-3-amplify_e2e_tests - - schema-auth-13-amplify_e2e_tests - - plugin-amplify_e2e_tests - - schema-versioned-amplify_e2e_tests - - feature-flags-amplify_e2e_tests - - geo-add-amplify_e2e_tests - - schema-auth-3-amplify_e2e_tests - - schema-auth-8-amplify_e2e_tests - - import_dynamodb_1-amplify_e2e_tests - - migration-api-key-migration2-amplify_e2e_tests - - schema-auth-6-amplify_e2e_tests - - schema-iterative-update-4-amplify_e2e_tests - - frontend_config_drift-amplify_e2e_tests - - iam-permissions-boundary-amplify_e2e_tests - - layer-4-amplify_e2e_tests - - schema-function-1-amplify_e2e_tests - - init-special-case-amplify_e2e_tests - - schema-data-access-patterns-amplify_e2e_tests - - schema-iterative-update-2-amplify_e2e_tests - - geo-update-amplify_e2e_tests - - schema-auth-10-amplify_e2e_tests - - delete-amplify_e2e_tests - - schema-searchable-amplify_e2e_tests - - schema-iterative-rollback-1-amplify_e2e_tests - - function_1-amplify_e2e_tests - - schema-iterative-update-3-amplify_e2e_tests - - api_4-amplify_e2e_tests_pkg - - function_5-amplify_e2e_tests_pkg - - import_auth_3-amplify_e2e_tests_pkg - - migration-api-connection-migration2-amplify_e2e_tests_pkg - - schema-function-2-amplify_e2e_tests_pkg - - datastore-modelgen-amplify_e2e_tests_pkg - - containers-api-amplify_e2e_tests_pkg - - geo-remove-amplify_e2e_tests_pkg - - schema-key-amplify_e2e_tests_pkg - - function_2-amplify_e2e_tests_pkg - - schema-auth-4-amplify_e2e_tests_pkg - - schema-iterative-rollback-2-amplify_e2e_tests_pkg - - schema-auth-1-amplify_e2e_tests_pkg - - schema-auth-2-amplify_e2e_tests_pkg - - auth_6-amplify_e2e_tests_pkg - - function_6-amplify_e2e_tests_pkg - - import_dynamodb_2-amplify_e2e_tests_pkg - - migration-node-function-amplify_e2e_tests_pkg - - schema-iterative-update-locking-amplify_e2e_tests_pkg - - amplify-configure-amplify_e2e_tests_pkg - - interactions-amplify_e2e_tests_pkg - - schema-predictions-amplify_e2e_tests_pkg - - predictions-amplify_e2e_tests_pkg - - auth_1-amplify_e2e_tests_pkg - - auth_3-amplify_e2e_tests_pkg - - api_3-amplify_e2e_tests_pkg - - env-amplify_e2e_tests_pkg - - function_4-amplify_e2e_tests_pkg - - api_1-amplify_e2e_tests_pkg - - auth_7-amplify_e2e_tests_pkg - - function_7-amplify_e2e_tests_pkg - - import_s3_2-amplify_e2e_tests_pkg - - pull-amplify_e2e_tests_pkg - - storage-1-amplify_e2e_tests_pkg - - init-amplify_e2e_tests_pkg - - amplify-app-amplify_e2e_tests_pkg - - hostingPROD-amplify_e2e_tests_pkg - - auth_5-amplify_e2e_tests_pkg - - migration-api-key-migration1-amplify_e2e_tests_pkg - - import_auth_1-amplify_e2e_tests_pkg - - auth_2-amplify_e2e_tests_pkg - - schema-model-amplify_e2e_tests_pkg - - schema-auth-5-amplify_e2e_tests_pkg - - auth_8-amplify_e2e_tests_pkg - - function_8-amplify_e2e_tests_pkg - - layer-1-amplify_e2e_tests_pkg - - s3-sse-amplify_e2e_tests_pkg - - storage-2-amplify_e2e_tests_pkg - - tags-amplify_e2e_tests_pkg - - hosting-amplify_e2e_tests_pkg - - function_3-amplify_e2e_tests_pkg - - auth_4-amplify_e2e_tests_pkg - - import_auth_2-amplify_e2e_tests_pkg - - schema-auth-9-amplify_e2e_tests_pkg - - migration-api-connection-migration-amplify_e2e_tests_pkg - - api_2-amplify_e2e_tests_pkg - - configure-project-amplify_e2e_tests_pkg - - function_9-amplify_e2e_tests_pkg - - layer-2-amplify_e2e_tests_pkg - - schema-auth-12-amplify_e2e_tests_pkg - - storage-3-amplify_e2e_tests_pkg - - notifications-amplify_e2e_tests_pkg - - analytics-amplify_e2e_tests_pkg - - schema-iterative-update-1-amplify_e2e_tests_pkg - - schema-auth-7-amplify_e2e_tests_pkg - - import_s3_1-amplify_e2e_tests_pkg - - schema-auth-11-amplify_e2e_tests_pkg - - schema-connection-amplify_e2e_tests_pkg - - api_5-amplify_e2e_tests_pkg - - container-hosting-amplify_e2e_tests_pkg - - hooks-amplify_e2e_tests_pkg - - layer-3-amplify_e2e_tests_pkg - - schema-auth-13-amplify_e2e_tests_pkg - - plugin-amplify_e2e_tests_pkg - - schema-versioned-amplify_e2e_tests_pkg - - feature-flags-amplify_e2e_tests_pkg - - geo-add-amplify_e2e_tests_pkg - - schema-auth-3-amplify_e2e_tests_pkg - - schema-auth-8-amplify_e2e_tests_pkg - - import_dynamodb_1-amplify_e2e_tests_pkg - - migration-api-key-migration2-amplify_e2e_tests_pkg - - schema-auth-6-amplify_e2e_tests_pkg - - schema-iterative-update-4-amplify_e2e_tests_pkg - - frontend_config_drift-amplify_e2e_tests_pkg - - iam-permissions-boundary-amplify_e2e_tests_pkg - - layer-4-amplify_e2e_tests_pkg - - schema-function-1-amplify_e2e_tests_pkg - - init-special-case-amplify_e2e_tests_pkg - - schema-data-access-patterns-amplify_e2e_tests_pkg - - schema-iterative-update-2-amplify_e2e_tests_pkg - - geo-update-amplify_e2e_tests_pkg - - schema-auth-10-amplify_e2e_tests_pkg - - delete-amplify_e2e_tests_pkg - - schema-searchable-amplify_e2e_tests_pkg - - schema-iterative-rollback-1-amplify_e2e_tests_pkg - - function_1-amplify_e2e_tests_pkg - - schema-iterative-update-3-amplify_e2e_tests_pkg - - deploy: + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - auth_6-amplify_e2e_tests: context: - amplify-ecr-image-pull - - npm-publish + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ requires: - - test - - mock_e2e_tests - - integration_test - - amplify_sudo_install_test - - amplify_console_integration_tests - - amplify_migration_tests_latest - - amplify_migration_tests_v4 - - amplify_migration_tests_v4_30_0 - - amplify_migration_tests_non_multi_env_layers - - amplify_migration_tests_multi_env_layers - - github_prerelease_install_sanity_check - - api_4-amplify_e2e_tests - - function_5-amplify_e2e_tests - - import_auth_3-amplify_e2e_tests - - migration-api-connection-migration2-amplify_e2e_tests - - schema-function-2-amplify_e2e_tests - - datastore-modelgen-amplify_e2e_tests - - containers-api-amplify_e2e_tests - - geo-remove-amplify_e2e_tests - - schema-key-amplify_e2e_tests - - function_2-amplify_e2e_tests - - schema-auth-4-amplify_e2e_tests - - schema-iterative-rollback-2-amplify_e2e_tests - - schema-auth-1-amplify_e2e_tests - - schema-auth-2-amplify_e2e_tests - - auth_6-amplify_e2e_tests - - function_6-amplify_e2e_tests - - import_dynamodb_2-amplify_e2e_tests - - migration-node-function-amplify_e2e_tests - - schema-iterative-update-locking-amplify_e2e_tests - - amplify-configure-amplify_e2e_tests - - interactions-amplify_e2e_tests - - schema-predictions-amplify_e2e_tests - - predictions-amplify_e2e_tests - - auth_1-amplify_e2e_tests - - auth_3-amplify_e2e_tests - - api_3-amplify_e2e_tests - - env-amplify_e2e_tests - - function_4-amplify_e2e_tests - - api_1-amplify_e2e_tests - - auth_7-amplify_e2e_tests - - function_7-amplify_e2e_tests - - import_s3_2-amplify_e2e_tests - - pull-amplify_e2e_tests - - storage-1-amplify_e2e_tests - - init-amplify_e2e_tests - - amplify-app-amplify_e2e_tests - - hostingPROD-amplify_e2e_tests - - auth_5-amplify_e2e_tests - - migration-api-key-migration1-amplify_e2e_tests - - import_auth_1-amplify_e2e_tests - - auth_2-amplify_e2e_tests - - schema-model-amplify_e2e_tests - - schema-auth-5-amplify_e2e_tests - - auth_8-amplify_e2e_tests - - function_8-amplify_e2e_tests - - layer-1-amplify_e2e_tests - - s3-sse-amplify_e2e_tests - - storage-2-amplify_e2e_tests - - tags-amplify_e2e_tests - - hosting-amplify_e2e_tests - - function_3-amplify_e2e_tests - - auth_4-amplify_e2e_tests - - import_auth_2-amplify_e2e_tests - - schema-auth-9-amplify_e2e_tests - - migration-api-connection-migration-amplify_e2e_tests - - api_2-amplify_e2e_tests - - configure-project-amplify_e2e_tests - - function_9-amplify_e2e_tests - - layer-2-amplify_e2e_tests - - schema-auth-12-amplify_e2e_tests - - storage-3-amplify_e2e_tests - - notifications-amplify_e2e_tests - - analytics-amplify_e2e_tests - - schema-iterative-update-1-amplify_e2e_tests - - schema-auth-7-amplify_e2e_tests - - import_s3_1-amplify_e2e_tests - - schema-auth-11-amplify_e2e_tests - - schema-connection-amplify_e2e_tests - - api_5-amplify_e2e_tests - - container-hosting-amplify_e2e_tests - - hooks-amplify_e2e_tests - - layer-3-amplify_e2e_tests - - schema-auth-13-amplify_e2e_tests - - plugin-amplify_e2e_tests - - schema-versioned-amplify_e2e_tests - - feature-flags-amplify_e2e_tests - - geo-add-amplify_e2e_tests - - schema-auth-3-amplify_e2e_tests - - schema-auth-8-amplify_e2e_tests - - import_dynamodb_1-amplify_e2e_tests - - migration-api-key-migration2-amplify_e2e_tests - - schema-auth-6-amplify_e2e_tests - - schema-iterative-update-4-amplify_e2e_tests - - frontend_config_drift-amplify_e2e_tests - - iam-permissions-boundary-amplify_e2e_tests - - layer-4-amplify_e2e_tests - - schema-function-1-amplify_e2e_tests - - init-special-case-amplify_e2e_tests - - schema-data-access-patterns-amplify_e2e_tests - - schema-iterative-update-2-amplify_e2e_tests - - geo-update-amplify_e2e_tests - - schema-auth-10-amplify_e2e_tests - - delete-amplify_e2e_tests - - schema-searchable-amplify_e2e_tests - - schema-iterative-rollback-1-amplify_e2e_tests - - function_1-amplify_e2e_tests - - schema-iterative-update-3-amplify_e2e_tests - - api_4-amplify_e2e_tests_pkg - - function_5-amplify_e2e_tests_pkg - - import_auth_3-amplify_e2e_tests_pkg - - migration-api-connection-migration2-amplify_e2e_tests_pkg - - schema-function-2-amplify_e2e_tests_pkg - - datastore-modelgen-amplify_e2e_tests_pkg - - containers-api-amplify_e2e_tests_pkg - - geo-remove-amplify_e2e_tests_pkg - - schema-key-amplify_e2e_tests_pkg - - function_2-amplify_e2e_tests_pkg - - schema-auth-4-amplify_e2e_tests_pkg - - schema-iterative-rollback-2-amplify_e2e_tests_pkg - - schema-auth-1-amplify_e2e_tests_pkg - - schema-auth-2-amplify_e2e_tests_pkg - - auth_6-amplify_e2e_tests_pkg - - function_6-amplify_e2e_tests_pkg - - import_dynamodb_2-amplify_e2e_tests_pkg - - migration-node-function-amplify_e2e_tests_pkg - - schema-iterative-update-locking-amplify_e2e_tests_pkg - - amplify-configure-amplify_e2e_tests_pkg - - interactions-amplify_e2e_tests_pkg - - schema-predictions-amplify_e2e_tests_pkg - - predictions-amplify_e2e_tests_pkg - - auth_1-amplify_e2e_tests_pkg - - auth_3-amplify_e2e_tests_pkg - - api_3-amplify_e2e_tests_pkg - - env-amplify_e2e_tests_pkg - - function_4-amplify_e2e_tests_pkg - - api_1-amplify_e2e_tests_pkg - - auth_7-amplify_e2e_tests_pkg - - function_7-amplify_e2e_tests_pkg - - import_s3_2-amplify_e2e_tests_pkg - - pull-amplify_e2e_tests_pkg - - storage-1-amplify_e2e_tests_pkg - - init-amplify_e2e_tests_pkg - - amplify-app-amplify_e2e_tests_pkg - - hostingPROD-amplify_e2e_tests_pkg - - auth_5-amplify_e2e_tests_pkg - - migration-api-key-migration1-amplify_e2e_tests_pkg - - import_auth_1-amplify_e2e_tests_pkg - - auth_2-amplify_e2e_tests_pkg - - schema-model-amplify_e2e_tests_pkg - - schema-auth-5-amplify_e2e_tests_pkg - - auth_8-amplify_e2e_tests_pkg - - function_8-amplify_e2e_tests_pkg - - layer-1-amplify_e2e_tests_pkg - - s3-sse-amplify_e2e_tests_pkg - - storage-2-amplify_e2e_tests_pkg - - tags-amplify_e2e_tests_pkg - - hosting-amplify_e2e_tests_pkg - - function_3-amplify_e2e_tests_pkg - - auth_4-amplify_e2e_tests_pkg - - import_auth_2-amplify_e2e_tests_pkg - - schema-auth-9-amplify_e2e_tests_pkg - - migration-api-connection-migration-amplify_e2e_tests_pkg - - api_2-amplify_e2e_tests_pkg - - configure-project-amplify_e2e_tests_pkg - - function_9-amplify_e2e_tests_pkg - - layer-2-amplify_e2e_tests_pkg - - schema-auth-12-amplify_e2e_tests_pkg - - storage-3-amplify_e2e_tests_pkg - - notifications-amplify_e2e_tests_pkg - - analytics-amplify_e2e_tests_pkg - - schema-iterative-update-1-amplify_e2e_tests_pkg - - schema-auth-7-amplify_e2e_tests_pkg - - import_s3_1-amplify_e2e_tests_pkg - - schema-auth-11-amplify_e2e_tests_pkg - - schema-connection-amplify_e2e_tests_pkg - - api_5-amplify_e2e_tests_pkg - - container-hosting-amplify_e2e_tests_pkg - - hooks-amplify_e2e_tests_pkg - - layer-3-amplify_e2e_tests_pkg - - schema-auth-13-amplify_e2e_tests_pkg - - plugin-amplify_e2e_tests_pkg - - schema-versioned-amplify_e2e_tests_pkg - - feature-flags-amplify_e2e_tests_pkg - - geo-add-amplify_e2e_tests_pkg - - schema-auth-3-amplify_e2e_tests_pkg - - schema-auth-8-amplify_e2e_tests_pkg - - import_dynamodb_1-amplify_e2e_tests_pkg - - migration-api-key-migration2-amplify_e2e_tests_pkg - - schema-auth-6-amplify_e2e_tests_pkg - - schema-iterative-update-4-amplify_e2e_tests_pkg - - frontend_config_drift-amplify_e2e_tests_pkg - - iam-permissions-boundary-amplify_e2e_tests_pkg - - layer-4-amplify_e2e_tests_pkg - - schema-function-1-amplify_e2e_tests_pkg - - init-special-case-amplify_e2e_tests_pkg - - schema-data-access-patterns-amplify_e2e_tests_pkg - - schema-iterative-update-2-amplify_e2e_tests_pkg - - geo-update-amplify_e2e_tests_pkg - - schema-auth-10-amplify_e2e_tests_pkg - - delete-amplify_e2e_tests_pkg - - schema-searchable-amplify_e2e_tests_pkg - - schema-iterative-rollback-1-amplify_e2e_tests_pkg - - function_1-amplify_e2e_tests_pkg - - schema-iterative-update-3-amplify_e2e_tests_pkg - - ConnectionsWithAuthTests-e2e-graphql_e2e_tests - - KeyTransformerLocal-e2e-graphql_e2e_tests - - MutationCondition-e2e-graphql_e2e_tests - - PredictionsTransformerTests-e2e-graphql_e2e_tests - - VersionedModelTransformer-e2e-graphql_e2e_tests - - CustomRoots-e2e-graphql_e2e_tests - - KeyWithAuth-e2e-graphql_e2e_tests - - NestedStacksTest-e2e-graphql_e2e_tests - - RelationalTransformers-e2e-graphql_e2e_tests - - DynamoDBModelTransformer-e2e-graphql_e2e_tests - - ModelAuthTransformer-e2e-graphql_e2e_tests - - NewConnectionTransformer-e2e-graphql_e2e_tests - - SearchableModelTransformer-e2e-graphql_e2e_tests - - FunctionTransformerTests-e2e-graphql_e2e_tests - - ModelConnectionTransformer-e2e-graphql_e2e_tests - - NewConnectionWithAuth-e2e-graphql_e2e_tests - - SearchableModelTransformerV2-e2e-graphql_e2e_tests - - HttpTransformer-e2e-graphql_e2e_tests - - ModelConnectionWithKeyTransformer-e2e-graphql_e2e_tests - - NoneEnvFunctionTransformer-e2e-graphql_e2e_tests - - SearchableWithAuthTests-e2e-graphql_e2e_tests - - IndexTransformer-e2e-graphql_e2e_tests - - ModelTransformer-e2e-graphql_e2e_tests - - NonModelAuthFunction-e2e-graphql_e2e_tests - - SubscriptionsWithAuthTest-e2e-graphql_e2e_tests - - KeyTransformer-e2e-graphql_e2e_tests - - MultiAuthModelAuthTransformer-e2e-graphql_e2e_tests - - PerFieldAuthTests-e2e-graphql_e2e_tests - - TestComplexStackMappingsLocal-e2e-graphql_e2e_tests + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - function_6-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context filters: branches: only: - - release - master - - beta - /tagged-release\/.*/ - - /tagged-release-without-e2e-tests\/.*/ - - github_release: - context: github-publish + - /run-e2e\/.*/ requires: - - deploy + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - import_dynamodb_2-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context filters: branches: only: - - release - - api_4-amplify_e2e_tests: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - migration-node-function-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11161,20 +11979,12 @@ workflows: parameters: os: - linux - - function_5-amplify_e2e_tests: + - schema-iterative-update-locking-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11187,20 +11997,12 @@ workflows: parameters: os: - linux - - import_auth_3-amplify_e2e_tests: + - amplify-configure-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11213,20 +12015,12 @@ workflows: parameters: os: - linux - - migration-api-connection-migration2-amplify_e2e_tests: + - interactions-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11239,20 +12033,12 @@ workflows: parameters: os: - linux - - schema-function-2-amplify_e2e_tests: + - schema-predictions-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11265,20 +12051,12 @@ workflows: parameters: os: - linux - - datastore-modelgen-amplify_e2e_tests: + - predictions-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11291,20 +12069,12 @@ workflows: parameters: os: - linux - - containers-api-amplify_e2e_tests: + - auth_1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11317,20 +12087,12 @@ workflows: parameters: os: - linux - - geo-remove-amplify_e2e_tests: + - auth_3-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11343,20 +12105,12 @@ workflows: parameters: os: - linux - - schema-key-amplify_e2e_tests: + - api_3-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11369,20 +12123,12 @@ workflows: parameters: os: - linux - - function_2-amplify_e2e_tests: + - env-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11395,20 +12141,12 @@ workflows: parameters: os: - linux - - schema-auth-4-amplify_e2e_tests: + - function_4-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11421,20 +12159,12 @@ workflows: parameters: os: - linux - - schema-iterative-rollback-2-amplify_e2e_tests: + - api_1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11447,20 +12177,12 @@ workflows: parameters: os: - linux - - schema-auth-1-amplify_e2e_tests: + - auth_7-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11473,20 +12195,12 @@ workflows: parameters: os: - linux - - schema-auth-2-amplify_e2e_tests: + - function_7-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11499,20 +12213,12 @@ workflows: parameters: os: - linux - - auth_6-amplify_e2e_tests: + - import_s3_2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11525,20 +12231,12 @@ workflows: parameters: os: - linux - - function_6-amplify_e2e_tests: + - pull-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11551,20 +12249,12 @@ workflows: parameters: os: - linux - - import_dynamodb_2-amplify_e2e_tests: + - storage-1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11577,20 +12267,12 @@ workflows: parameters: os: - linux - - migration-node-function-amplify_e2e_tests: + - init-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11603,20 +12285,12 @@ workflows: parameters: os: - linux - - schema-iterative-update-locking-amplify_e2e_tests: + - amplify-app-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11629,20 +12303,12 @@ workflows: parameters: os: - linux - - amplify-configure-amplify_e2e_tests: + - hostingPROD-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11655,20 +12321,12 @@ workflows: parameters: os: - linux - - interactions-amplify_e2e_tests: + - auth_5-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11681,20 +12339,12 @@ workflows: parameters: os: - linux - - schema-predictions-amplify_e2e_tests: + - migration-api-key-migration1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11707,20 +12357,12 @@ workflows: parameters: os: - linux - - predictions-amplify_e2e_tests: + - import_auth_1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11733,20 +12375,12 @@ workflows: parameters: os: - linux - - auth_1-amplify_e2e_tests: + - auth_2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11759,20 +12393,12 @@ workflows: parameters: os: - linux - - auth_3-amplify_e2e_tests: + - schema-model-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11785,20 +12411,12 @@ workflows: parameters: os: - linux - - api_3-amplify_e2e_tests: + - schema-auth-5-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11811,20 +12429,12 @@ workflows: parameters: os: - linux - - env-amplify_e2e_tests: + - auth_8-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11837,20 +12447,12 @@ workflows: parameters: os: - linux - - function_4-amplify_e2e_tests: + - function_8-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11863,20 +12465,12 @@ workflows: parameters: os: - linux - - api_1-amplify_e2e_tests: + - layer-1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11889,20 +12483,12 @@ workflows: parameters: os: - linux - - auth_7-amplify_e2e_tests: + - s3-sse-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11915,20 +12501,12 @@ workflows: parameters: os: - linux - - function_7-amplify_e2e_tests: + - storage-2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11941,20 +12519,12 @@ workflows: parameters: os: - linux - - import_s3_2-amplify_e2e_tests: + - tags-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11967,20 +12537,12 @@ workflows: parameters: os: - linux - - pull-amplify_e2e_tests: + - hosting-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -11993,20 +12555,30 @@ workflows: parameters: os: - linux - - storage-1-amplify_e2e_tests: + - function_3-amplify_e2e_tests: + context: + - amplify-ecr-image-pull + - cleanup-resources + - e2e-auth-credentials + - e2e-test-context + filters: + branches: + only: + - master + - /tagged-release\/.*/ + - /run-e2e\/.*/ + requires: + - publish_to_local_registry + matrix: + parameters: + os: + - linux + - auth_4-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12019,20 +12591,12 @@ workflows: parameters: os: - linux - - init-amplify_e2e_tests: + - import_auth_2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12045,20 +12609,12 @@ workflows: parameters: os: - linux - - amplify-app-amplify_e2e_tests: + - schema-auth-9-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12071,20 +12627,12 @@ workflows: parameters: os: - linux - - hostingPROD-amplify_e2e_tests: + - migration-api-connection-migration-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12097,20 +12645,12 @@ workflows: parameters: os: - linux - - auth_5-amplify_e2e_tests: + - api_2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12123,20 +12663,12 @@ workflows: parameters: os: - linux - - migration-api-key-migration1-amplify_e2e_tests: + - configure-project-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12149,20 +12681,12 @@ workflows: parameters: os: - linux - - import_auth_1-amplify_e2e_tests: + - function_9-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12175,20 +12699,12 @@ workflows: parameters: os: - linux - - auth_2-amplify_e2e_tests: + - layer-2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12201,20 +12717,12 @@ workflows: parameters: os: - linux - - schema-model-amplify_e2e_tests: + - schema-auth-12-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12227,20 +12735,12 @@ workflows: parameters: os: - linux - - schema-auth-5-amplify_e2e_tests: + - storage-3-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12253,20 +12753,12 @@ workflows: parameters: os: - linux - - auth_8-amplify_e2e_tests: + - notifications-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12279,20 +12771,12 @@ workflows: parameters: os: - linux - - function_8-amplify_e2e_tests: + - analytics-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12305,20 +12789,12 @@ workflows: parameters: os: - linux - - layer-1-amplify_e2e_tests: + - schema-iterative-update-1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12331,20 +12807,12 @@ workflows: parameters: os: - linux - - s3-sse-amplify_e2e_tests: + - schema-auth-7-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12357,20 +12825,12 @@ workflows: parameters: os: - linux - - storage-2-amplify_e2e_tests: + - import_s3_1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12383,20 +12843,12 @@ workflows: parameters: os: - linux - - tags-amplify_e2e_tests: + - schema-auth-11-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12409,20 +12861,12 @@ workflows: parameters: os: - linux - - hosting-amplify_e2e_tests: + - schema-connection-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12435,20 +12879,12 @@ workflows: parameters: os: - linux - - function_3-amplify_e2e_tests: + - api_5-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12461,20 +12897,12 @@ workflows: parameters: os: - linux - - auth_4-amplify_e2e_tests: + - container-hosting-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12487,20 +12915,12 @@ workflows: parameters: os: - linux - - import_auth_2-amplify_e2e_tests: + - hooks-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12513,20 +12933,12 @@ workflows: parameters: os: - linux - - schema-auth-9-amplify_e2e_tests: + - layer-3-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12539,20 +12951,12 @@ workflows: parameters: os: - linux - - migration-api-connection-migration-amplify_e2e_tests: + - schema-auth-13-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12565,20 +12969,12 @@ workflows: parameters: os: - linux - - api_2-amplify_e2e_tests: + - plugin-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12591,20 +12987,12 @@ workflows: parameters: os: - linux - - configure-project-amplify_e2e_tests: + - schema-versioned-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12617,20 +13005,12 @@ workflows: parameters: os: - linux - - function_9-amplify_e2e_tests: + - feature-flags-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12643,20 +13023,12 @@ workflows: parameters: os: - linux - - layer-2-amplify_e2e_tests: + - geo-add-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12669,20 +13041,12 @@ workflows: parameters: os: - linux - - schema-auth-12-amplify_e2e_tests: + - schema-auth-3-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12695,20 +13059,12 @@ workflows: parameters: os: - linux - - storage-3-amplify_e2e_tests: + - schema-auth-8-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12721,20 +13077,12 @@ workflows: parameters: os: - linux - - notifications-amplify_e2e_tests: + - import_dynamodb_1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12747,20 +13095,12 @@ workflows: parameters: os: - linux - - analytics-amplify_e2e_tests: + - migration-api-key-migration2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12773,20 +13113,12 @@ workflows: parameters: os: - linux - - schema-iterative-update-1-amplify_e2e_tests: + - schema-auth-6-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12799,20 +13131,12 @@ workflows: parameters: os: - linux - - schema-auth-7-amplify_e2e_tests: + - schema-iterative-update-4-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12825,20 +13149,12 @@ workflows: parameters: os: - linux - - import_s3_1-amplify_e2e_tests: + - frontend_config_drift-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12851,20 +13167,12 @@ workflows: parameters: os: - linux - - schema-auth-11-amplify_e2e_tests: + - iam-permissions-boundary-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12877,20 +13185,12 @@ workflows: parameters: os: - linux - - schema-connection-amplify_e2e_tests: + - layer-4-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12903,20 +13203,12 @@ workflows: parameters: os: - linux - - api_5-amplify_e2e_tests: + - schema-function-1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12929,20 +13221,12 @@ workflows: parameters: os: - linux - - container-hosting-amplify_e2e_tests: + - init-special-case-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12955,20 +13239,12 @@ workflows: parameters: os: - linux - - hooks-amplify_e2e_tests: + - schema-data-access-patterns-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -12981,20 +13257,12 @@ workflows: parameters: os: - linux - - layer-3-amplify_e2e_tests: + - schema-iterative-update-2-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13007,20 +13275,12 @@ workflows: parameters: os: - linux - - schema-auth-13-amplify_e2e_tests: + - geo-update-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13033,20 +13293,12 @@ workflows: parameters: os: - linux - - plugin-amplify_e2e_tests: + - schema-auth-10-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13059,20 +13311,12 @@ workflows: parameters: os: - linux - - schema-versioned-amplify_e2e_tests: + - delete-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13085,20 +13329,12 @@ workflows: parameters: os: - linux - - feature-flags-amplify_e2e_tests: + - schema-searchable-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13111,20 +13347,12 @@ workflows: parameters: os: - linux - - geo-add-amplify_e2e_tests: + - schema-iterative-rollback-1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13137,20 +13365,12 @@ workflows: parameters: os: - linux - - schema-auth-3-amplify_e2e_tests: + - function_1-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13163,20 +13383,12 @@ workflows: parameters: os: - linux - - schema-auth-8-amplify_e2e_tests: + - schema-iterative-update-3-amplify_e2e_tests: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13189,20 +13401,12 @@ workflows: parameters: os: - linux - - import_dynamodb_1-amplify_e2e_tests: + - api_4-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13210,25 +13414,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - migration-api-key-migration2-amplify_e2e_tests: + - function_5-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13236,25 +13432,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-auth-6-amplify_e2e_tests: + - import_auth_3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13262,25 +13450,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-iterative-update-4-amplify_e2e_tests: + - migration-api-connection-migration2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13288,25 +13468,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - frontend_config_drift-amplify_e2e_tests: + - schema-function-2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13314,25 +13486,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - iam-permissions-boundary-amplify_e2e_tests: + - datastore-modelgen-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13340,25 +13504,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - layer-4-amplify_e2e_tests: + - containers-api-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13366,25 +13522,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-function-1-amplify_e2e_tests: + - geo-remove-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13392,25 +13540,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - init-special-case-amplify_e2e_tests: + - schema-key-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13418,25 +13558,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-data-access-patterns-amplify_e2e_tests: + - function_2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13444,25 +13576,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-iterative-update-2-amplify_e2e_tests: + - schema-auth-4-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13470,25 +13594,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - geo-update-amplify_e2e_tests: + - schema-iterative-rollback-2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13496,25 +13612,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-auth-10-amplify_e2e_tests: + - schema-auth-1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13522,25 +13630,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - delete-amplify_e2e_tests: + - schema-auth-2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13548,25 +13648,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-searchable-amplify_e2e_tests: + - auth_6-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13574,25 +13666,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-iterative-rollback-1-amplify_e2e_tests: + - function_6-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13600,25 +13684,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - function_1-amplify_e2e_tests: + - import_dynamodb_2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13626,25 +13702,17 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - schema-iterative-update-3-amplify_e2e_tests: + - migration-node-function-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources - e2e-auth-credentials - e2e-test-context - post-steps: - - run: - name: Cleanup resources - command: | - pwd - cd packages/amplify-e2e-tests - yarn clean-e2e-resources job ${CIRCLE_BUILD_NUM} - working_directory: ~/repo filters: branches: only: @@ -13652,12 +13720,12 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - publish_to_local_registry + - build_pkg_binaries matrix: parameters: os: - linux - - api_4-amplify_e2e_tests_pkg: + - schema-iterative-update-locking-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13675,7 +13743,7 @@ workflows: parameters: os: - linux - - function_5-amplify_e2e_tests_pkg: + - amplify-configure-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13693,7 +13761,8 @@ workflows: parameters: os: - linux - - import_auth_3-amplify_e2e_tests_pkg: + - windows + - interactions-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13711,7 +13780,7 @@ workflows: parameters: os: - linux - - migration-api-connection-migration2-amplify_e2e_tests_pkg: + - schema-predictions-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13729,7 +13798,7 @@ workflows: parameters: os: - linux - - schema-function-2-amplify_e2e_tests_pkg: + - predictions-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13747,7 +13816,7 @@ workflows: parameters: os: - linux - - datastore-modelgen-amplify_e2e_tests_pkg: + - auth_1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13765,7 +13834,7 @@ workflows: parameters: os: - linux - - containers-api-amplify_e2e_tests_pkg: + - auth_3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13783,7 +13852,7 @@ workflows: parameters: os: - linux - - geo-remove-amplify_e2e_tests_pkg: + - api_3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13801,7 +13870,7 @@ workflows: parameters: os: - linux - - schema-key-amplify_e2e_tests_pkg: + - env-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13819,7 +13888,7 @@ workflows: parameters: os: - linux - - function_2-amplify_e2e_tests_pkg: + - function_4-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13837,7 +13906,7 @@ workflows: parameters: os: - linux - - schema-auth-4-amplify_e2e_tests_pkg: + - api_1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13855,7 +13924,7 @@ workflows: parameters: os: - linux - - schema-iterative-rollback-2-amplify_e2e_tests_pkg: + - auth_7-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13873,7 +13942,7 @@ workflows: parameters: os: - linux - - schema-auth-1-amplify_e2e_tests_pkg: + - function_7-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13891,7 +13960,7 @@ workflows: parameters: os: - linux - - schema-auth-2-amplify_e2e_tests_pkg: + - import_s3_2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13909,7 +13978,7 @@ workflows: parameters: os: - linux - - auth_6-amplify_e2e_tests_pkg: + - pull-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13927,7 +13996,7 @@ workflows: parameters: os: - linux - - function_6-amplify_e2e_tests_pkg: + - storage-1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13945,7 +14014,7 @@ workflows: parameters: os: - linux - - import_dynamodb_2-amplify_e2e_tests_pkg: + - init-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13963,7 +14032,7 @@ workflows: parameters: os: - linux - - migration-node-function-amplify_e2e_tests_pkg: + - amplify-app-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13981,7 +14050,7 @@ workflows: parameters: os: - linux - - schema-iterative-update-locking-amplify_e2e_tests_pkg: + - hostingPROD-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -13999,7 +14068,7 @@ workflows: parameters: os: - linux - - amplify-configure-amplify_e2e_tests_pkg: + - auth_5-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14017,8 +14086,7 @@ workflows: parameters: os: - linux - - windows - - interactions-amplify_e2e_tests_pkg: + - migration-api-key-migration1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14036,7 +14104,7 @@ workflows: parameters: os: - linux - - schema-predictions-amplify_e2e_tests_pkg: + - import_auth_1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14054,7 +14122,7 @@ workflows: parameters: os: - linux - - predictions-amplify_e2e_tests_pkg: + - auth_2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14072,7 +14140,7 @@ workflows: parameters: os: - linux - - auth_1-amplify_e2e_tests_pkg: + - schema-model-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14090,7 +14158,7 @@ workflows: parameters: os: - linux - - auth_3-amplify_e2e_tests_pkg: + - schema-auth-5-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14108,7 +14176,7 @@ workflows: parameters: os: - linux - - api_3-amplify_e2e_tests_pkg: + - auth_8-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14126,7 +14194,7 @@ workflows: parameters: os: - linux - - env-amplify_e2e_tests_pkg: + - function_8-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14144,7 +14212,7 @@ workflows: parameters: os: - linux - - function_4-amplify_e2e_tests_pkg: + - layer-1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14162,7 +14230,7 @@ workflows: parameters: os: - linux - - api_1-amplify_e2e_tests_pkg: + - s3-sse-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14180,7 +14248,7 @@ workflows: parameters: os: - linux - - auth_7-amplify_e2e_tests_pkg: + - storage-2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14198,7 +14266,7 @@ workflows: parameters: os: - linux - - function_7-amplify_e2e_tests_pkg: + - tags-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14216,7 +14284,7 @@ workflows: parameters: os: - linux - - import_s3_2-amplify_e2e_tests_pkg: + - hosting-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14234,7 +14302,7 @@ workflows: parameters: os: - linux - - pull-amplify_e2e_tests_pkg: + - function_3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14252,7 +14320,7 @@ workflows: parameters: os: - linux - - storage-1-amplify_e2e_tests_pkg: + - auth_4-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14270,7 +14338,7 @@ workflows: parameters: os: - linux - - init-amplify_e2e_tests_pkg: + - import_auth_2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14288,7 +14356,7 @@ workflows: parameters: os: - linux - - amplify-app-amplify_e2e_tests_pkg: + - schema-auth-9-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14306,7 +14374,7 @@ workflows: parameters: os: - linux - - hostingPROD-amplify_e2e_tests_pkg: + - migration-api-connection-migration-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14324,7 +14392,7 @@ workflows: parameters: os: - linux - - auth_5-amplify_e2e_tests_pkg: + - api_2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14342,7 +14410,7 @@ workflows: parameters: os: - linux - - migration-api-key-migration1-amplify_e2e_tests_pkg: + - configure-project-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14360,7 +14428,8 @@ workflows: parameters: os: - linux - - import_auth_1-amplify_e2e_tests_pkg: + - windows + - function_9-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14378,7 +14447,7 @@ workflows: parameters: os: - linux - - auth_2-amplify_e2e_tests_pkg: + - layer-2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14396,7 +14465,7 @@ workflows: parameters: os: - linux - - schema-model-amplify_e2e_tests_pkg: + - schema-auth-12-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14414,7 +14483,7 @@ workflows: parameters: os: - linux - - schema-auth-5-amplify_e2e_tests_pkg: + - storage-3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14432,7 +14501,7 @@ workflows: parameters: os: - linux - - auth_8-amplify_e2e_tests_pkg: + - notifications-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14450,7 +14519,7 @@ workflows: parameters: os: - linux - - function_8-amplify_e2e_tests_pkg: + - analytics-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14468,7 +14537,7 @@ workflows: parameters: os: - linux - - layer-1-amplify_e2e_tests_pkg: + - schema-iterative-update-1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14486,7 +14555,7 @@ workflows: parameters: os: - linux - - s3-sse-amplify_e2e_tests_pkg: + - schema-auth-7-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14504,7 +14573,7 @@ workflows: parameters: os: - linux - - storage-2-amplify_e2e_tests_pkg: + - import_s3_1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14522,7 +14591,7 @@ workflows: parameters: os: - linux - - tags-amplify_e2e_tests_pkg: + - schema-auth-11-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14540,7 +14609,7 @@ workflows: parameters: os: - linux - - hosting-amplify_e2e_tests_pkg: + - schema-connection-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14558,7 +14627,7 @@ workflows: parameters: os: - linux - - function_3-amplify_e2e_tests_pkg: + - api_5-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14576,7 +14645,7 @@ workflows: parameters: os: - linux - - auth_4-amplify_e2e_tests_pkg: + - container-hosting-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14594,7 +14663,8 @@ workflows: parameters: os: - linux - - import_auth_2-amplify_e2e_tests_pkg: + - windows + - hooks-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14612,7 +14682,7 @@ workflows: parameters: os: - linux - - schema-auth-9-amplify_e2e_tests_pkg: + - layer-3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14630,7 +14700,7 @@ workflows: parameters: os: - linux - - migration-api-connection-migration-amplify_e2e_tests_pkg: + - schema-auth-13-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14648,7 +14718,7 @@ workflows: parameters: os: - linux - - api_2-amplify_e2e_tests_pkg: + - plugin-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14666,7 +14736,8 @@ workflows: parameters: os: - linux - - configure-project-amplify_e2e_tests_pkg: + - windows + - schema-versioned-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14684,8 +14755,7 @@ workflows: parameters: os: - linux - - windows - - function_9-amplify_e2e_tests_pkg: + - feature-flags-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14703,7 +14773,7 @@ workflows: parameters: os: - linux - - layer-2-amplify_e2e_tests_pkg: + - geo-add-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14721,7 +14791,7 @@ workflows: parameters: os: - linux - - schema-auth-12-amplify_e2e_tests_pkg: + - schema-auth-3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14739,7 +14809,7 @@ workflows: parameters: os: - linux - - storage-3-amplify_e2e_tests_pkg: + - schema-auth-8-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14757,7 +14827,7 @@ workflows: parameters: os: - linux - - notifications-amplify_e2e_tests_pkg: + - import_dynamodb_1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14775,7 +14845,7 @@ workflows: parameters: os: - linux - - analytics-amplify_e2e_tests_pkg: + - migration-api-key-migration2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14793,7 +14863,7 @@ workflows: parameters: os: - linux - - schema-iterative-update-1-amplify_e2e_tests_pkg: + - schema-auth-6-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14811,7 +14881,7 @@ workflows: parameters: os: - linux - - schema-auth-7-amplify_e2e_tests_pkg: + - schema-iterative-update-4-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14829,7 +14899,7 @@ workflows: parameters: os: - linux - - import_s3_1-amplify_e2e_tests_pkg: + - frontend_config_drift-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14847,7 +14917,7 @@ workflows: parameters: os: - linux - - schema-auth-11-amplify_e2e_tests_pkg: + - iam-permissions-boundary-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14865,7 +14935,7 @@ workflows: parameters: os: - linux - - schema-connection-amplify_e2e_tests_pkg: + - layer-4-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14883,7 +14953,7 @@ workflows: parameters: os: - linux - - api_5-amplify_e2e_tests_pkg: + - schema-function-1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14901,7 +14971,7 @@ workflows: parameters: os: - linux - - container-hosting-amplify_e2e_tests_pkg: + - init-special-case-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14920,7 +14990,7 @@ workflows: os: - linux - windows - - hooks-amplify_e2e_tests_pkg: + - schema-data-access-patterns-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14938,7 +15008,7 @@ workflows: parameters: os: - linux - - layer-3-amplify_e2e_tests_pkg: + - schema-iterative-update-2-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14956,7 +15026,7 @@ workflows: parameters: os: - linux - - schema-auth-13-amplify_e2e_tests_pkg: + - geo-update-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14974,7 +15044,7 @@ workflows: parameters: os: - linux - - plugin-amplify_e2e_tests_pkg: + - schema-auth-10-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -14992,8 +15062,7 @@ workflows: parameters: os: - linux - - windows - - schema-versioned-amplify_e2e_tests_pkg: + - delete-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -15011,7 +15080,7 @@ workflows: parameters: os: - linux - - feature-flags-amplify_e2e_tests_pkg: + - schema-searchable-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -15029,7 +15098,7 @@ workflows: parameters: os: - linux - - geo-add-amplify_e2e_tests_pkg: + - schema-iterative-rollback-1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -15047,7 +15116,7 @@ workflows: parameters: os: - linux - - schema-auth-3-amplify_e2e_tests_pkg: + - function_1-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -15065,7 +15134,7 @@ workflows: parameters: os: - linux - - schema-auth-8-amplify_e2e_tests_pkg: + - schema-iterative-update-3-amplify_e2e_tests_pkg: context: - amplify-ecr-image-pull - cleanup-resources @@ -15083,11 +15152,9 @@ workflows: parameters: os: - linux - - import_dynamodb_1-amplify_e2e_tests_pkg: + - ConnectionsWithAuthTests-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15096,16 +15163,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - migration-api-key-migration2-amplify_e2e_tests_pkg: + - KeyTransformerLocal-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15114,16 +15179,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-auth-6-amplify_e2e_tests_pkg: + - MutationCondition-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15132,16 +15195,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-iterative-update-4-amplify_e2e_tests_pkg: + - PredictionsTransformerTests-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15150,16 +15211,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - frontend_config_drift-amplify_e2e_tests_pkg: + - VersionedModelTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15168,16 +15227,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - iam-permissions-boundary-amplify_e2e_tests_pkg: + - CustomRoots-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15186,16 +15243,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - layer-4-amplify_e2e_tests_pkg: + - KeyWithAuth-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15204,16 +15259,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-function-1-amplify_e2e_tests_pkg: + - NestedStacksTest-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15222,16 +15275,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - init-special-case-amplify_e2e_tests_pkg: + - RelationalTransformers-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15240,17 +15291,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - windows - - schema-data-access-patterns-amplify_e2e_tests_pkg: + - DynamoDBModelTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15259,16 +15307,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-iterative-update-2-amplify_e2e_tests_pkg: + - ModelAuthTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15277,16 +15323,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - geo-update-amplify_e2e_tests_pkg: + - NewConnectionTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15295,16 +15339,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-auth-10-amplify_e2e_tests_pkg: + - SearchableModelTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15313,16 +15355,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - delete-amplify_e2e_tests_pkg: + - FunctionTransformerTests-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15331,16 +15371,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-searchable-amplify_e2e_tests_pkg: + - ModelConnectionTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15349,16 +15387,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-iterative-rollback-1-amplify_e2e_tests_pkg: + - NewConnectionWithAuth-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15367,16 +15403,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - function_1-amplify_e2e_tests_pkg: + - SearchableModelTransformerV2-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15385,16 +15419,14 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - schema-iterative-update-3-amplify_e2e_tests_pkg: + - HttpTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - - cleanup-resources - - e2e-auth-credentials - e2e-test-context filters: branches: @@ -15403,12 +15435,12 @@ workflows: - /tagged-release\/.*/ - /run-e2e\/.*/ requires: - - build_pkg_binaries + - build matrix: parameters: os: - linux - - ConnectionsWithAuthTests-e2e-graphql_e2e_tests: + - ModelConnectionWithKeyTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15424,7 +15456,7 @@ workflows: parameters: os: - linux - - KeyTransformerLocal-e2e-graphql_e2e_tests: + - NoneEnvFunctionTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15440,7 +15472,7 @@ workflows: parameters: os: - linux - - MutationCondition-e2e-graphql_e2e_tests: + - SearchableWithAuthTests-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15456,7 +15488,7 @@ workflows: parameters: os: - linux - - PredictionsTransformerTests-e2e-graphql_e2e_tests: + - IndexTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15472,7 +15504,7 @@ workflows: parameters: os: - linux - - VersionedModelTransformer-e2e-graphql_e2e_tests: + - ModelTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15488,7 +15520,7 @@ workflows: parameters: os: - linux - - CustomRoots-e2e-graphql_e2e_tests: + - NonModelAuthFunction-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15504,7 +15536,7 @@ workflows: parameters: os: - linux - - KeyWithAuth-e2e-graphql_e2e_tests: + - SubscriptionsWithAuthTest-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15520,7 +15552,7 @@ workflows: parameters: os: - linux - - NestedStacksTest-e2e-graphql_e2e_tests: + - KeyTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15536,7 +15568,7 @@ workflows: parameters: os: - linux - - RelationalTransformers-e2e-graphql_e2e_tests: + - MultiAuthModelAuthTransformer-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15552,7 +15584,7 @@ workflows: parameters: os: - linux - - DynamoDBModelTransformer-e2e-graphql_e2e_tests: + - PerFieldAuthTests-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15568,7 +15600,7 @@ workflows: parameters: os: - linux - - ModelAuthTransformer-e2e-graphql_e2e_tests: + - TestComplexStackMappingsLocal-e2e-graphql_e2e_tests: context: - amplify-ecr-image-pull - e2e-test-context @@ -15584,9 +15616,11 @@ workflows: parameters: os: - linux - - NewConnectionTransformer-e2e-graphql_e2e_tests: + - migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15600,9 +15634,11 @@ workflows: parameters: os: - linux - - SearchableModelTransformer-e2e-graphql_e2e_tests: + - update_tests-function_migration_update-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15616,9 +15652,11 @@ workflows: parameters: os: - linux - - FunctionTransformerTests-e2e-graphql_e2e_tests: + - migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15632,9 +15670,11 @@ workflows: parameters: os: - linux - - ModelConnectionTransformer-e2e-graphql_e2e_tests: + - update_tests-storage_migration_update-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15648,9 +15688,11 @@ workflows: parameters: os: - linux - - NewConnectionWithAuth-e2e-graphql_e2e_tests: + - migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15664,9 +15706,11 @@ workflows: parameters: os: - linux - - SearchableModelTransformerV2-e2e-graphql_e2e_tests: + - migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15680,9 +15724,11 @@ workflows: parameters: os: - linux - - HttpTransformer-e2e-graphql_e2e_tests: + - migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15696,9 +15742,11 @@ workflows: parameters: os: - linux - - ModelConnectionWithKeyTransformer-e2e-graphql_e2e_tests: + - update_tests-api_migration_update-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15712,9 +15760,11 @@ workflows: parameters: os: - linux - - NoneEnvFunctionTransformer-e2e-graphql_e2e_tests: + - update_tests-auth_migration_update-amplify_migration_tests_v4: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15728,9 +15778,11 @@ workflows: parameters: os: - linux - - SearchableWithAuthTests-e2e-graphql_e2e_tests: + - migration_tests-auth-deployment-migration-auth-deployment-secrets-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15744,9 +15796,11 @@ workflows: parameters: os: - linux - - IndexTransformer-e2e-graphql_e2e_tests: + - update_tests-function_migration_update-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15760,9 +15814,11 @@ workflows: parameters: os: - linux - - ModelTransformer-e2e-graphql_e2e_tests: + - migration_tests-lambda-layer-migration-layer-migration-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15776,9 +15832,11 @@ workflows: parameters: os: - linux - - NonModelAuthFunction-e2e-graphql_e2e_tests: + - update_tests-storage_migration_update-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15792,9 +15850,11 @@ workflows: parameters: os: - linux - - SubscriptionsWithAuthTest-e2e-graphql_e2e_tests: + - migration_tests-transformer_migration-api-key-migration-2-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15808,9 +15868,11 @@ workflows: parameters: os: - linux - - KeyTransformer-e2e-graphql_e2e_tests: + - migration_tests-transformer_migration-api-key-migration-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15824,9 +15886,11 @@ workflows: parameters: os: - linux - - MultiAuthModelAuthTransformer-e2e-graphql_e2e_tests: + - migration_tests-transformer_migration-api-searchable-migration-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15840,9 +15904,11 @@ workflows: parameters: os: - linux - - PerFieldAuthTests-e2e-graphql_e2e_tests: + - update_tests-api_migration_update-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: @@ -15856,9 +15922,11 @@ workflows: parameters: os: - linux - - TestComplexStackMappingsLocal-e2e-graphql_e2e_tests: + - update_tests-auth_migration_update-amplify_migration_tests_latest: context: - amplify-ecr-image-pull + - e2e-auth-credentials + - cleanup-resources - e2e-test-context filters: branches: diff --git a/.circleci/local_publish_helpers.sh b/.circleci/local_publish_helpers.sh index 03b4178991c..ace80f1632a 100644 --- a/.circleci/local_publish_helpers.sh +++ b/.circleci/local_publish_helpers.sh @@ -74,12 +74,15 @@ function useChildAccountCredentials { function retry { MAX_ATTEMPTS=2 SLEEP_DURATION=5 + FIRST_RUN=true n=0 until [ $n -ge $MAX_ATTEMPTS ] do echo "Attempting $@ with max retries $MAX_ATTEMPTS" + setAwsAccountCredentials "$@" && break n=$[$n+1] + FIRST_RUN=false echo "Attempt $n completed." sleep $SLEEP_DURATION done @@ -89,8 +92,10 @@ function retry { fi resetAwsAccountCredentials + TEST_SUITE=${TEST_SUITE:-"TestSuiteNotSet"} aws cloudwatch put-metric-data --metric-name FlakyE2ETests --namespace amplify-cli-e2e-tests --unit Count --value $n --dimensions testFile=$TEST_SUITE echo "Attempt $n succeeded." + exit 0 # don't fail the step if putting the metric fails } function resetAwsAccountCredentials { @@ -129,17 +134,15 @@ function setAwsAccountCredentials { } function runE2eTest { - startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml" - setNpmRegistryUrlToLocal - changeNpmGlobalPath - npm install -g @aws-amplify/cli - npm install -g amplify-app - amplify -v - amplify-app --version - setAwsAccountCredentials - cd $(pwd)/packages/amplify-e2e-tests + if [ -z "$FIRST_RUN" ] || [ "$FIRST_RUN" == "true" ]; then + startLocalRegistry "$(pwd)/.circleci/verdaccio.yaml" + setNpmRegistryUrlToLocal + changeNpmGlobalPath + npm install -g @aws-amplify/cli + npm install -g amplify-app + amplify -v + amplify-app --version + cd $(pwd)/packages/amplify-e2e-tests + fi yarn run e2e --detectOpenHandles --maxWorkers=3 $TEST_SUITE - EXIT_CODE=$? - unsetNpmRegistryUrl - return $EXIT_CODE } diff --git a/packages/amplify-e2e-tests/src/cleanup-e2e-resources.ts b/packages/amplify-e2e-tests/src/cleanup-e2e-resources.ts index 1e96f87161c..f3e8434087e 100644 --- a/packages/amplify-e2e-tests/src/cleanup-e2e-resources.ts +++ b/packages/amplify-e2e-tests/src/cleanup-e2e-resources.ts @@ -484,7 +484,8 @@ export const cleanup = async () => { }); accs = await Promise.all(accs); } catch (e) { - console.log('No child accounts found. Using parent AWS account.'); + console.error(e); + console.log('Error assuming role in child account. Using parent AWS account.'); accs = [ { accessKeyId: process.env.AWS_ACCESS_KEY_ID, diff --git a/packages/amplify-migration-tests/package.json b/packages/amplify-migration-tests/package.json index d93713f77ae..319e50a1f7d 100644 --- a/packages/amplify-migration-tests/package.json +++ b/packages/amplify-migration-tests/package.json @@ -18,11 +18,11 @@ "private": true, "scripts": { "build-tests": "tsc --build tsconfig.tests.json", - "migration_v4.0.0": "npm run setup-profile 4.0.0 && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose", - "migration_v4.30.0_auth": "npm run setup-profile 4.30.0 && jest src/__tests__/migration_tests/auth-deployment-migration/auth.deployment.secrets.test.ts --verbose", - "migration_v4.28.2_nonmultienv_layers": "npm run setup-profile 4.28.2 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose", - "migration_v4.52.0_multienv_layers": "npm run setup-profile 4.52.0 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose", - "migration": "npm run setup-profile latest && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose", + "migration_v4.0.0": "npm run setup-profile 4.0.0 && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose --passWithNoTests", + "migration_v4.30.0_auth": "npm run setup-profile 4.30.0 && jest src/__tests__/migration_tests/auth-deployment-migration/auth.deployment.secrets.test.ts --verbose --passWithNoTests", + "migration_v4.28.2_nonmultienv_layers": "npm run setup-profile 4.28.2 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose --passWithNoTests", + "migration_v4.52.0_multienv_layers": "npm run setup-profile 4.52.0 && jest src/__tests__/migration_tests/lambda-layer-migration/layer-migration.test.ts --verbose --passWithNoTests", + "migration": "npm run setup-profile latest && jest --testPathIgnorePatterns=auth.deployment.secrets\\|layer-migration --verbose --passWithNoTests", "setup-profile": "ts-node ./src/configure_tests.ts" }, "dependencies": { diff --git a/scripts/split-e2e-tests.ts b/scripts/split-e2e-tests.ts index 8bb4f3dd1d7..026eb8a3645 100644 --- a/scripts/split-e2e-tests.ts +++ b/scripts/split-e2e-tests.ts @@ -308,9 +308,9 @@ function splitTests( const isPkg = newJobName.endsWith('_pkg'); if (!isPkg) { (newJob.environment as any) = { - ...newJob.environment, AMPLIFY_DIR: '/home/circleci/repo/packages/amplify-cli/bin', AMPLIFY_PATH: '/home/circleci/repo/packages/amplify-cli/bin/amplify', + ...newJob.environment, }; } return { ...acc, [newJobName]: newJob }; @@ -505,7 +505,21 @@ function main(): void { join(process.cwd(), 'packages', 'graphql-transformers-e2e-tests'), CONCURRENCY, ); - saveConfig(splitGqlTests); + const splitV4MigrationTests = splitTests( + splitGqlTests, + 'amplify_migration_tests_v4', + 'build_test_deploy', + join(process.cwd(), 'packages', 'amplify-migration-tests'), + CONCURRENCY, + ); + const splitLatestMigrationTests = splitTests( + splitV4MigrationTests, + 'amplify_migration_tests_latest', + 'build_test_deploy', + join(process.cwd(), 'packages', 'amplify-migration-tests'), + CONCURRENCY, + ); + saveConfig(splitLatestMigrationTests); verifyConfig(); } main();