Skip to content

Commit

Permalink
ci: use windows image
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Oct 23, 2023
1 parent 422c867 commit b5957a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codebuild/e2e_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions scripts/split-e2e-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b5957a2

Please sign in to comment.