@@ -37,6 +37,15 @@ batch:
37
37
CLI_REGION : us-east-2
38
38
depend-on :
39
39
- publish_to_local_registry
40
+ - identifier : build_app_android
41
+ buildspec : .codebuild/run_android_modelgen_e2e_test.yml
42
+ env :
43
+ compute-type : BUILD_GENERAL1_LARGE
44
+ variables :
45
+ TEST_SUITE : src/__tests__/build-app-android.test.ts
46
+ CLI_REGION : us-east-2
47
+ depend-on :
48
+ - publish_to_local_registry
40
49
- identifier : >-
41
50
add_codegen_ios_configure_codegen_android_configure_codegen_js_graphql_codegen_android
42
51
buildspec: .codebuild/run_e2e_tests.yml
@@ -100,7 +109,7 @@ batch:
100
109
variables:
101
110
TEST_SUITE: >-
102
111
src/__tests__/push-codegen-ios.test.ts|src/__tests__/push-codegen-android.test.ts|src/__tests__/graphql-documents-generator.test.ts|src/__tests__/push-codegen-js.test.ts
103
- CLI_REGION: ap-southeast -1
112
+ CLI_REGION: ap-northeast -1
104
113
depend-on:
105
114
- publish_to_local_registry
106
115
- identifier : build_app_ts
@@ -109,16 +118,7 @@ batch:
109
118
compute-type : BUILD_GENERAL1_LARGE
110
119
variables :
111
120
TEST_SUITE : src/__tests__/build-app-ts.test.ts
112
- CLI_REGION : ap-southeast-2
113
- depend-on :
114
- - publish_to_local_registry
115
- - identifier : build_app_android
116
- buildspec : .codebuild/run_e2e_tests.yml
117
- env :
118
- compute-type : BUILD_GENERAL1_MEDIUM
119
- variables :
120
- TEST_SUITE : src/__tests__/build-app-android.test.ts
121
- CLI_REGION : ap-northeast-1
121
+ CLI_REGION : ap-southeast-1
122
122
depend-on :
123
123
- publish_to_local_registry
124
124
- identifier : cleanup_e2e_resources
0 commit comments