Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove v10 and some v8 migration tests that use nodejs 14.x #13604

Merged
merged 7 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 0 additions & 137 deletions codebuild_specs/e2e_workflow_generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1907,14 +1907,6 @@ batch:
depend-on:
- build_windows
- upb
- identifier: l_notifications_migration_4_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests/notifications-migration/notifications-migration-4.test.ts
depend-on:
- upb
- identifier: l_api_key_migration_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
Expand All @@ -1923,14 +1915,6 @@ batch:
TEST_SUITE: src/__tests__/migration_tests/transformer_migration/api.key.migration.test.ts
depend-on:
- upb
- identifier: l_notifications_migration_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests/notifications-migration/notifications-migration.test.ts
depend-on:
- upb
- identifier: l_api_key_migration_2_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
Expand All @@ -1939,127 +1923,6 @@ batch:
TEST_SUITE: src/__tests__/migration_tests/transformer_migration/api.key.migration-2.test.ts
depend-on:
- upb
- identifier: l_notifications_migration_2_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests/notifications-migration/notifications-migration-2.test.ts
depend-on:
- upb
- identifier: l_function_migration_update_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/update_tests/function_migration_update.test.ts
depend-on:
- upb
- identifier: l_notifications_migration_3_v8
buildspec: codebuild_specs/migration_tests_v8.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests/notifications-migration/notifications-migration-3.test.ts
depend-on:
- upb
- identifier: l_scaffold_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/scaffold.test.ts
depend-on:
- upb
- identifier: l_api_graphql_v2_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/api-graphql-v2.migration.test.ts
depend-on:
- upb
- identifier: l_api_rest_basic_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/api-rest-basic.migration.test.ts
depend-on:
- upb
- identifier: l_api_rest_lambda_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/api-rest-lambda.migration.test.ts
depend-on:
- upb
- identifier: l_api_rest_serverless_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/api-rest-serverless.migration.test.ts
depend-on:
- upb
- identifier: l_auth_add_all_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/auth-add-all.migration.test.ts
depend-on:
- upb
- identifier: l_auth_override_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/auth-override.migration.test.ts
depend-on:
- upb
- identifier: l_custom_stack_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/custom-stack.migration.test.ts
depend-on:
- upb
- identifier: l_geo_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/geo.migration.test.ts
depend-on:
- upb
- identifier: l_git_clone_migration_tests_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/git-clone-migration-tests.test.ts
depend-on:
- upb
- identifier: l_pinpoint_region_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/pinpoint-region.migration.test.ts
CLI_REGION: us-east-2
depend-on:
- upb
- identifier: l_storage_migration_v10
buildspec: codebuild_specs/migration_tests_v10.yml
env:
variables:
compute-type: BUILD_GENERAL1_SMALL
TEST_SUITE: src/__tests__/migration_tests_v10/storage.migration.test.ts
depend-on:
- upb
- identifier: l_auth_app_client_secret_migration_v12
buildspec: codebuild_specs/migration_tests_v12.yml
env:
Expand Down
46 changes: 0 additions & 46 deletions codebuild_specs/migration_tests_v10.yml

This file was deleted.

17 changes: 0 additions & 17 deletions codebuild_specs/wait_for_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
"l_api_4_containers_api_secrets_storage_4",
"l_api_6a_auth_7b_export_pull_b",
"l_api_7_export_pull_a_function_9a",
"l_api_graphql_v2_migration_v10",
"l_api_key_migration_2_v8",
"l_api_key_migration_v8",
"l_api_rest_basic_migration_v10",
"l_api_rest_lambda_migration_v10",
"l_api_rest_serverless_migration_v10",
"l_apigw_api_lambda_auth_1_api_key_migration2",
"l_auth_12_auth_2g_auth_2h",
"l_auth_1a_auth_trigger_custom_policies_function",
Expand All @@ -29,7 +25,6 @@
"l_auth_5g_admin_api_hosted_ui",
"l_auth_7a_auth_8c_feature_flags",
"l_auth_9_custom_resources_env_5",
"l_auth_add_all_migration_v10",
"l_auth_app_client_secret_migration_v12",
"l_auth_hosted_ui_lambda_migration_1_v12",
"l_auth_hosted_ui_lambda_migration_2_v12",
Expand All @@ -38,13 +33,11 @@
"l_auth_migration_amplify_remove_api_2a",
"l_auth_migration_v12",
"l_auth_oauth_lambda_migration_v12",
"l_auth_override_migration_v10",
"l_build_function_custom_resource_with_storage_dynamodb_simulator",
"l_container_hosting_init_b_notifications_apns",
"l_containers_api_1",
"l_containers_api_2",
"l_custom_policies_container_function_9b_schema_iterative_update_2",
"l_custom_stack_migration_v10",
"l_datastore_modelgen",
"l_diagnose_hooks_a_mock_api",
"l_env_1_geo_add_a_init_a",
Expand All @@ -60,7 +53,6 @@
"l_function_3a_init_special_case_http_migration",
"l_function_6_storage_2_export",
"l_function_8_schema_iterative_update_locking_api_lambda_auth_2",
"l_function_migration_update_v8",
"l_general_config_headless_init_help_hooks_c",
"l_geo_add_b_s3_sse_schema_auth_4a",
"l_geo_add_d_geo_import_3_hosting",
Expand All @@ -69,14 +61,12 @@
"l_geo_headless_api_key_migration5_schema_auth_1a",
"l_geo_import_1a_geo_import_2_global_sandbox_b",
"l_geo_import_1b_global_sandbox_a_init_e",
"l_geo_migration_v10",
"l_geo_remove_1",
"l_geo_remove_2",
"l_geo_remove_3",
"l_geo_update_1",
"l_geo_update_2",
"l_git_clone_attach_init_c_layer_4",
"l_git_clone_migration_tests_v10",
"l_hooks_b_notifications_analytics_compatibility_sms_1_plugin",
"l_hostingPROD",
"l_iam_permissions_boundary_node_function_notifications_sms",
Expand Down Expand Up @@ -106,17 +96,11 @@
"l_notifications_analytics_compatibility_sms_2_analytics_2_global_sandbox_c",
"l_notifications_fcm_notifications_in_app_messaging_env_2_with_babel_config",
"l_notifications_in_app_messaging",
"l_notifications_migration_2_v8",
"l_notifications_migration_3_v8",
"l_notifications_migration_4_v8",
"l_notifications_migration_v8",
"l_notifications_sms_pull_pull_auth_10",
"l_opensearch_simulator_parameter_store_1_parameter_store_2",
"l_pinpoint_region_migration_v10",
"l_predictions_schema_auth_11_b_schema_auth_1b",
"l_pull_2_push_smoketest_ios",
"l_resolvers_schema_key_api_5",
"l_scaffold_v10",
"l_schema_auth_10_geo_multi_env_searchable_datastore",
"l_schema_auth_11_a",
"l_schema_auth_12_schema_auth_3_schema_function_2",
Expand All @@ -142,7 +126,6 @@
"l_smoketest_S3server_api_8",
"l_smoketest_amplify_app",
"l_storage_1a_storage_1b_function_11",
"l_storage_migration_v10",
"l_studio_modelgen_custom_transformers_notifications_in_app_messaging_env_1",
"l_uibuilder",
"l_user_groups_s3_access_user_groups_js_frontend_config",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading