diff --git a/.codebuild/e2e_workflow.yml b/.codebuild/e2e_workflow.yml index 6ebd54e3c..ae68280b5 100644 --- a/.codebuild/e2e_workflow.yml +++ b/.codebuild/e2e_workflow.yml @@ -160,6 +160,7 @@ batch: CLI_REGION: us-east-1 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: >- w_graphql_codegen_js_remove_codegen_android_remove_codegen_ios_add_codegen_android buildspec: .codebuild/run_e2e_tests_windows.yml @@ -171,6 +172,7 @@ batch: CLI_REGION: us-east-2 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: >- w_configure_codegen_ios_datastore_modelgen_android_datastore_modelgen_js_feature_flags buildspec: .codebuild/run_e2e_tests_windows.yml @@ -182,6 +184,7 @@ batch: CLI_REGION: us-west-2 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: >- w_graphql_codegen_ios_add_codegen_js_datastore_modelgen_ios_remove_codegen_js buildspec: .codebuild/run_e2e_tests_windows.yml @@ -193,6 +196,7 @@ batch: CLI_REGION: eu-west-2 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: >- w_datastore_modelgen_flutter_env_codegen_model_introspection_codegen_pull_codegen buildspec: .codebuild/run_e2e_tests_windows.yml @@ -204,6 +208,7 @@ batch: CLI_REGION: eu-central-1 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: >- w_push_codegen_ios_push_codegen_android_graphql_documents_generator_push_codegen_js buildspec: .codebuild/run_e2e_tests_windows.yml @@ -215,6 +220,7 @@ batch: CLI_REGION: ap-northeast-1 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: >- w_build_app_ts_uninitialized_project_codegen_js_uninitialized_project_modelgen_android_uninitialized_project_modelgen_flutter buildspec: .codebuild/run_e2e_tests_windows.yml @@ -226,6 +232,7 @@ batch: CLI_REGION: ap-southeast-1 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: w_uninitialized_project_modelgen_ios_uninitialized_project_modelgen_js buildspec: .codebuild/run_e2e_tests_windows.yml env: @@ -236,6 +243,7 @@ batch: CLI_REGION: ap-southeast-2 depend-on: - publish_to_local_registry + image: $WINDOWS_IMAGE_2019 - identifier: cleanup_e2e_resources buildspec: .codebuild/cleanup_e2e_resources.yml env: diff --git a/scripts/split-e2e-tests.ts b/scripts/split-e2e-tests.ts index 4150524a0..db6484e42 100644 --- a/scripts/split-e2e-tests.ts +++ b/scripts/split-e2e-tests.ts @@ -207,6 +207,7 @@ function main(): void { 'compute-type': 'BUILD_GENERAL1_LARGE', }, 'depend-on': ['publish_to_local_registry'], + image: '$WINDOWS_IMAGE_2019', }; const splitE2ETests = splitTests(