Skip to content

Commit

Permalink
ci: skip rate limited windows tests (#8319)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpc authored Sep 30, 2021
1 parent 5e0457c commit 23bb7b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13743,7 +13743,6 @@ workflows:
parameters:
os:
- linux
- windows
- geo-remove-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -13997,7 +13996,6 @@ workflows:
parameters:
os:
- linux
- windows
- schema-predictions-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand All @@ -14016,7 +14014,6 @@ workflows:
parameters:
os:
- linux
- windows
- predictions-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14251,7 +14248,6 @@ workflows:
parameters:
os:
- linux
- windows
- amplify-app-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14468,7 +14464,6 @@ workflows:
parameters:
os:
- linux
- windows
- storage-2-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14505,7 +14500,6 @@ workflows:
parameters:
os:
- linux
- windows
- hosting-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14560,7 +14554,6 @@ workflows:
parameters:
os:
- linux
- windows
- import_auth_2-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14724,7 +14717,6 @@ workflows:
parameters:
os:
- linux
- windows
- notifications-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand All @@ -14743,7 +14735,6 @@ workflows:
parameters:
os:
- linux
- windows
- analytics-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand All @@ -14762,7 +14753,6 @@ workflows:
parameters:
os:
- linux
- windows
- schema-iterative-update-1-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14853,7 +14843,6 @@ workflows:
parameters:
os:
- linux
- windows
- api_5-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14909,7 +14898,6 @@ workflows:
parameters:
os:
- linux
- windows
- layer-3-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -14983,7 +14971,6 @@ workflows:
parameters:
os:
- linux
- windows
- feature-flags-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -15146,7 +15133,6 @@ workflows:
parameters:
os:
- linux
- windows
- iam-permissions-boundary-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand All @@ -15165,7 +15151,6 @@ workflows:
parameters:
os:
- linux
- windows
- layer-4-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down Expand Up @@ -15329,7 +15314,6 @@ workflows:
parameters:
os:
- linux
- windows
- schema-iterative-rollback-1-amplify_e2e_tests_pkg:
context:
- amplify-ecr-image-pull
Expand Down
16 changes: 16 additions & 0 deletions scripts/split-e2e-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const CONCURRENCY = 25;
// For now, this list is being used to skip creation of circleci jobs for these tasks
const WINDOWS_TEST_FAILURES = [
'amplify-app-amplify_e2e_tests',
'analytics-amplify_e2e_tests',
'api_1-amplify_e2e_tests',
'api_2-amplify_e2e_tests',
'api_3-amplify_e2e_tests',
Expand All @@ -20,17 +21,20 @@ const WINDOWS_TEST_FAILURES = [
'auth_1-amplify_e2e_tests',
'auth_2-amplify_e2e_tests',
'auth_3-amplify_e2e_tests',
'auth_4-amplify_e2e_tests',
// Auth tests are failing because
// us-east-1 region is not allowed in parent e2e test account
// and `singleSelect` for region is not working properly in windows
'auth_5-amplify_e2e_tests',
'auth_6-amplify_e2e_tests',
'auth_7-amplify_e2e_tests',
'auth_8-amplify_e2e_tests',
'containers-api-amplify_e2e_tests',
'datastore-modelgen-amplify_e2e_tests',
'delete-amplify_e2e_tests',
'env-amplify_e2e_tests',
'feature-flags-amplify_e2e_tests',
'frontend_config_drift-amplify_e2e_tests',
'function_1-amplify_e2e_tests',
'function_2-amplify_e2e_tests',
'function_3-amplify_e2e_tests',
Expand All @@ -43,15 +47,19 @@ const WINDOWS_TEST_FAILURES = [
'geo-add-amplify_e2e_tests',
'geo-update-amplify_e2e_tests',
'geo-remove-amplify_e2e_tests',
'hooks-amplify_e2e_tests',
'hosting-amplify_e2e_tests',
'hostingPROD-amplify_e2e_tests',
'iam-permissions-boundary-amplify_e2e_tests',
'import_auth_1-amplify_e2e_tests',
'import_auth_2-amplify_e2e_tests',
'import_auth_3-amplify_e2e_tests',
'import_dynamodb_1-amplify_e2e_tests',
'import_dynamodb_2-amplify_e2e_tests',
'import_s3_1-amplify_e2e_tests',
'import_s3_2-amplify_e2e_tests',
'init-amplify_e2e_tests',
'interactions-amplify_e2e_tests',
'layer-1-amplify_e2e_tests',
'layer-2-amplify_e2e_tests',
'layer-3-amplify_e2e_tests',
Expand All @@ -62,8 +70,10 @@ const WINDOWS_TEST_FAILURES = [
'migration-api-key-migration2-amplify_e2e_tests',
'migration-api-key-migration3-amplify_e2e_tests',
'migration-node-function-amplify_e2e_tests',
'notifications-amplify_e2e_tests',
'predictions-amplify_e2e_tests',
'pull-amplify_e2e_tests',
's3-sse-amplify_e2e_tests',
'schema-auth-1-amplify_e2e_tests',
'schema-auth-2-amplify_e2e_tests',
'schema-auth-3-amplify_e2e_tests',
Expand All @@ -77,6 +87,7 @@ const WINDOWS_TEST_FAILURES = [
'schema-auth-11-amplify_e2e_tests',
'schema-auth-12-amplify_e2e_tests',
'schema-auth-13-amplify_e2e_tests',
'schema-connection-amplify_e2e_tests',
'schema-data-access-patterns-amplify_e2e_tests',
'schema-function-1-amplify_e2e_tests',
'schema-function-2-amplify_e2e_tests',
Expand All @@ -89,8 +100,13 @@ const WINDOWS_TEST_FAILURES = [
'schema-iterative-rollback-2-amplify_e2e_tests',
'schema-key-amplify_e2e_tests_pkg',
'schema-model-amplify_e2e_tests',
'schema-predictions-amplify_e2e_tests',
'schema-searchable-amplify_e2e_tests',
'schema-versioned-amplify_e2e_tests',
'storage-1-amplify_e2e_tests',
'storage-2-amplify_e2e_tests',
'storage-3-amplify_e2e_tests',
'tags-amplify_e2e_tests',
];

// Ensure to update packages/amplify-e2e-tests/src/cleanup-e2e-resources.ts is also updated this gets updated
Expand Down

0 comments on commit 23bb7b5

Please sign in to comment.