Skip to content

Commit 58856c8

Browse files
ShadowCat567Vieltojarvi
andauthored
fix: removed migration tests between versions of Gen 1 (#14062)
* fix: removed migration tests * fix: removed v12 migration test helpers * chore: remove v12 migration tests * fix: removed some more tests * fix: hopefully updated generated file * fix: more tests removed from generated file --------- Co-authored-by: Vieltojarvi <[email protected]>
1 parent be90f93 commit 58856c8

23 files changed

+1
-2735
lines changed

codebuild_specs/amplify_migration_tests_multi_env_layers.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

codebuild_specs/amplify_migration_tests_non_multi_env_layers.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

codebuild_specs/e2e_workflow.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -172,18 +172,6 @@ batch:
172172
compute-type: BUILD_GENERAL1_LARGE
173173
depend-on:
174174
- upb
175-
- identifier: amplify_migration_tests_non_multi_env_layers
176-
buildspec: codebuild_specs/amplify_migration_tests_non_multi_env_layers.yml
177-
env:
178-
compute-type: BUILD_GENERAL1_MEDIUM
179-
depend-on:
180-
- upb
181-
- identifier: amplify_migration_tests_multi_env_layers
182-
buildspec: codebuild_specs/amplify_migration_tests_multi_env_layers.yml
183-
env:
184-
compute-type: BUILD_GENERAL1_MEDIUM
185-
depend-on:
186-
- upb
187175
- identifier: aggregate_e2e_reports
188176
buildspec: codebuild_specs/aggregate_e2e_reports.yml
189177
env:

codebuild_specs/e2e_workflow_base.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@ batch:
130130
compute-type: BUILD_GENERAL1_LARGE
131131
depend-on:
132132
- upb
133-
- identifier: amplify_migration_tests_non_multi_env_layers
134-
buildspec: codebuild_specs/amplify_migration_tests_non_multi_env_layers.yml
135-
depend-on:
136-
- upb
137-
- identifier: amplify_migration_tests_multi_env_layers
138-
buildspec: codebuild_specs/amplify_migration_tests_multi_env_layers.yml
139-
depend-on:
140-
- upb
141133
- identifier: amplify_general_config_tests
142134
buildspec: codebuild_specs/amplify_general_config_tests.yml
143135
env:

codebuild_specs/e2e_workflow_generated.yml

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@ batch:
130130
compute-type: BUILD_GENERAL1_LARGE
131131
depend-on:
132132
- upb
133-
- identifier: amplify_migration_tests_non_multi_env_layers
134-
buildspec: codebuild_specs/amplify_migration_tests_non_multi_env_layers.yml
135-
depend-on:
136-
- upb
137-
- identifier: amplify_migration_tests_multi_env_layers
138-
buildspec: codebuild_specs/amplify_migration_tests_multi_env_layers.yml
139-
depend-on:
140-
- upb
141133
- identifier: amplify_general_config_tests
142134
buildspec: codebuild_specs/amplify_general_config_tests.yml
143135
env:
@@ -2320,78 +2312,6 @@ batch:
23202312
depend-on:
23212313
- build_windows
23222314
- upb
2323-
- identifier: l_api_key_migration_v8
2324-
buildspec: codebuild_specs/migration_tests_v8.yml
2325-
env:
2326-
variables:
2327-
compute-type: BUILD_GENERAL1_SMALL
2328-
TEST_SUITE: src/__tests__/migration_tests/transformer_migration/api.key.migration.test.ts
2329-
depend-on:
2330-
- upb
2331-
- identifier: l_api_key_migration_2_v8
2332-
buildspec: codebuild_specs/migration_tests_v8.yml
2333-
env:
2334-
variables:
2335-
compute-type: BUILD_GENERAL1_SMALL
2336-
TEST_SUITE: src/__tests__/migration_tests/transformer_migration/api.key.migration-2.test.ts
2337-
depend-on:
2338-
- upb
2339-
- identifier: l_auth_app_client_secret_migration_v12
2340-
buildspec: codebuild_specs/migration_tests_v12.yml
2341-
env:
2342-
variables:
2343-
compute-type: BUILD_GENERAL1_SMALL
2344-
TEST_SUITE: src/__tests__/migration_tests_v12/auth-app-client-secret-migration.test.ts
2345-
depend-on:
2346-
- upb
2347-
- identifier: l_auth_hosted_ui_lambda_migration_1_v12
2348-
buildspec: codebuild_specs/migration_tests_v12.yml
2349-
env:
2350-
variables:
2351-
compute-type: BUILD_GENERAL1_SMALL
2352-
TEST_SUITE: src/__tests__/migration_tests_v12/auth-hosted-ui-lambda-migration-1.test.ts
2353-
depend-on:
2354-
- upb
2355-
- identifier: l_auth_hosted_ui_lambda_migration_2_v12
2356-
buildspec: codebuild_specs/migration_tests_v12.yml
2357-
env:
2358-
variables:
2359-
compute-type: BUILD_GENERAL1_SMALL
2360-
TEST_SUITE: src/__tests__/migration_tests_v12/auth-hosted-ui-lambda-migration-2.test.ts
2361-
depend-on:
2362-
- upb
2363-
- identifier: l_auth_lambda_callout_migration_rollback_v12
2364-
buildspec: codebuild_specs/migration_tests_v12.yml
2365-
env:
2366-
variables:
2367-
compute-type: BUILD_GENERAL1_SMALL
2368-
TEST_SUITE: src/__tests__/migration_tests_v12/auth-lambda-callout-migration-rollback.test.ts
2369-
depend-on:
2370-
- upb
2371-
- identifier: l_auth_lambda_callout_migration_v12
2372-
buildspec: codebuild_specs/migration_tests_v12.yml
2373-
env:
2374-
variables:
2375-
compute-type: BUILD_GENERAL1_SMALL
2376-
TEST_SUITE: src/__tests__/migration_tests_v12/auth-lambda-callout-migration.test.ts
2377-
depend-on:
2378-
- upb
2379-
- identifier: l_auth_oauth_lambda_migration_v12
2380-
buildspec: codebuild_specs/migration_tests_v12.yml
2381-
env:
2382-
variables:
2383-
compute-type: BUILD_GENERAL1_SMALL
2384-
TEST_SUITE: src/__tests__/migration_tests_v12/auth-oauth-lambda-migration.test.ts
2385-
depend-on:
2386-
- upb
2387-
- identifier: l_auth_migration_v12
2388-
buildspec: codebuild_specs/migration_tests_v12.yml
2389-
env:
2390-
variables:
2391-
compute-type: BUILD_GENERAL1_SMALL
2392-
TEST_SUITE: src/__tests__/migration_tests_v12/auth.migration.test.ts
2393-
depend-on:
2394-
- upb
23952315
- identifier: aggregate_e2e_reports
23962316
env:
23972317
compute-type: BUILD_GENERAL1_MEDIUM

codebuild_specs/migration_tests_v12.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

codebuild_specs/migration_tests_v8.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

codebuild_specs/wait_for_ids.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"l_api_4_containers_api_secrets_storage_4",
99
"l_api_6a_auth_7b_export_pull_b",
1010
"l_api_7_export_pull_a_function_9a",
11-
"l_api_key_migration_2_v8",
12-
"l_api_key_migration_v8",
1311
"l_apigw_api_lambda_auth_1_api_key_migration2",
1412
"l_auth_12_auth_2g_auth_2h",
1513
"l_auth_1a_auth_trigger_custom_policies_function",
@@ -25,14 +23,7 @@
2523
"l_auth_5g_admin_api_hosted_ui",
2624
"l_auth_7a_auth_8c_feature_flags",
2725
"l_auth_9_custom_resources_env_5",
28-
"l_auth_app_client_secret_migration_v12",
29-
"l_auth_hosted_ui_lambda_migration_1_v12",
30-
"l_auth_hosted_ui_lambda_migration_2_v12",
31-
"l_auth_lambda_callout_migration_rollback_v12",
32-
"l_auth_lambda_callout_migration_v12",
3326
"l_auth_migration_amplify_remove_api_2a",
34-
"l_auth_migration_v12",
35-
"l_auth_oauth_lambda_migration_v12",
3627
"l_build_function_custom_resource_with_storage_dynamodb_simulator",
3728
"l_container_hosting_init_b_notifications_apns",
3829
"l_containers_api_1",

0 commit comments

Comments
 (0)