63
63
depend-on :
64
64
- publish_to_local_registry
65
65
- identifier : >-
66
- add_codegen_ios_configure_codegen_android_configure_codegen_js_graphql_codegen_android
66
+ l_add_codegen_ios_configure_codegen_android_configure_codegen_js_graphql_codegen_android
67
67
buildspec: .codebuild/run_e2e_tests.yml
68
68
env:
69
69
compute-type: BUILD_GENERAL1_LARGE
74
74
depend-on:
75
75
- publish_to_local_registry
76
76
- identifier : >-
77
- graphql_codegen_js_remove_codegen_android_remove_codegen_ios_add_codegen_android
77
+ l_graphql_codegen_js_remove_codegen_android_remove_codegen_ios_add_codegen_android
78
78
buildspec: .codebuild/run_e2e_tests.yml
79
79
env:
80
80
compute-type: BUILD_GENERAL1_LARGE
85
85
depend-on:
86
86
- publish_to_local_registry
87
87
- identifier : >-
88
- configure_codegen_ios_datastore_modelgen_android_datastore_modelgen_js_feature_flags
88
+ l_configure_codegen_ios_datastore_modelgen_android_datastore_modelgen_js_feature_flags
89
89
buildspec: .codebuild/run_e2e_tests.yml
90
90
env:
91
91
compute-type: BUILD_GENERAL1_LARGE
96
96
depend-on:
97
97
- publish_to_local_registry
98
98
- identifier : >-
99
- graphql_codegen_ios_add_codegen_js_datastore_modelgen_ios_remove_codegen_js
99
+ l_graphql_codegen_ios_add_codegen_js_datastore_modelgen_ios_remove_codegen_js
100
100
buildspec: .codebuild/run_e2e_tests.yml
101
101
env:
102
102
compute-type: BUILD_GENERAL1_LARGE
@@ -107,7 +107,7 @@ batch:
107
107
depend-on:
108
108
- publish_to_local_registry
109
109
- identifier : >-
110
- datastore_modelgen_flutter_env_codegen_model_introspection_codegen_pull_codegen
110
+ l_datastore_modelgen_flutter_env_codegen_model_introspection_codegen_pull_codegen
111
111
buildspec: .codebuild/run_e2e_tests.yml
112
112
env:
113
113
compute-type: BUILD_GENERAL1_LARGE
@@ -118,7 +118,7 @@ batch:
118
118
depend-on:
119
119
- publish_to_local_registry
120
120
- identifier : >-
121
- push_codegen_ios_push_codegen_android_graphql_documents_generator_push_codegen_js
121
+ l_push_codegen_ios_push_codegen_android_graphql_documents_generator_push_codegen_js
122
122
buildspec: .codebuild/run_e2e_tests.yml
123
123
env:
124
124
compute-type: BUILD_GENERAL1_LARGE
@@ -129,7 +129,7 @@ batch:
129
129
depend-on:
130
130
- publish_to_local_registry
131
131
- identifier : >-
132
- build_app_ts_uninitialized_project_codegen_js_uninitialized_project_modelgen_android_uninitialized_project_modelgen_flutter
132
+ l_build_app_ts_uninitialized_project_codegen_js_uninitialized_project_modelgen_android_uninitialized_project_modelgen_flutter
133
133
buildspec: .codebuild/run_e2e_tests.yml
134
134
env:
135
135
compute-type: BUILD_GENERAL1_LARGE
@@ -139,7 +139,7 @@ batch:
139
139
CLI_REGION: ap-southeast-1
140
140
depend-on:
141
141
- publish_to_local_registry
142
- - identifier : uninitialized_project_modelgen_ios_uninitialized_project_modelgen_js
142
+ - identifier : l_uninitialized_project_modelgen_ios_uninitialized_project_modelgen_js
143
143
buildspec : .codebuild/run_e2e_tests.yml
144
144
env :
145
145
compute-type : BUILD_GENERAL1_LARGE
@@ -149,10 +149,121 @@ batch:
149
149
CLI_REGION : ap-southeast-2
150
150
depend-on :
151
151
- publish_to_local_registry
152
+ - identifier : >-
153
+ w_add_codegen_ios_configure_codegen_android_configure_codegen_js_graphql_codegen_android
154
+ buildspec: .codebuild/run_e2e_tests_windows.yml
155
+ env:
156
+ compute-type: BUILD_GENERAL1_LARGE
157
+ image: $WINDOWS_IMAGE_2019
158
+ type: WINDOWS_SERVER_2019_CONTAINER
159
+ variables:
160
+ TEST_SUITE: >-
161
+ src/__tests__/add-codegen-ios.test.ts|src/__tests__/configure-codegen-android.test.ts|src/__tests__/configure-codegen-js.test.ts|src/__tests__/graphql-codegen-android.test.ts
162
+ CLI_REGION: us-east-1
163
+ depend-on:
164
+ - publish_to_local_registry
165
+ - build_windows
166
+ - identifier : >-
167
+ w_graphql_codegen_js_remove_codegen_android_remove_codegen_ios_add_codegen_android
168
+ buildspec: .codebuild/run_e2e_tests_windows.yml
169
+ env:
170
+ compute-type: BUILD_GENERAL1_LARGE
171
+ image: $WINDOWS_IMAGE_2019
172
+ type: WINDOWS_SERVER_2019_CONTAINER
173
+ variables:
174
+ TEST_SUITE: >-
175
+ src/__tests__/graphql-codegen-js.test.ts|src/__tests__/remove-codegen-android.test.ts|src/__tests__/remove-codegen-ios.test.ts|src/__tests__/add-codegen-android.test.ts
176
+ CLI_REGION: us-east-1
177
+ depend-on:
178
+ - publish_to_local_registry
179
+ - build_windows
180
+ - identifier : >-
181
+ w_configure_codegen_ios_datastore_modelgen_android_datastore_modelgen_js_feature_flags
182
+ buildspec: .codebuild/run_e2e_tests_windows.yml
183
+ env:
184
+ compute-type: BUILD_GENERAL1_LARGE
185
+ image: $WINDOWS_IMAGE_2019
186
+ type: WINDOWS_SERVER_2019_CONTAINER
187
+ variables:
188
+ TEST_SUITE: >-
189
+ src/__tests__/configure-codegen-ios.test.ts|src/__tests__/datastore-modelgen-android.test.ts|src/__tests__/datastore-modelgen-js.test.ts|src/__tests__/feature-flags.test.ts
190
+ CLI_REGION: us-east-1
191
+ depend-on:
192
+ - publish_to_local_registry
193
+ - build_windows
194
+ - identifier : >-
195
+ w_graphql_codegen_ios_add_codegen_js_datastore_modelgen_ios_remove_codegen_js
196
+ buildspec: .codebuild/run_e2e_tests_windows.yml
197
+ env:
198
+ compute-type: BUILD_GENERAL1_LARGE
199
+ image: $WINDOWS_IMAGE_2019
200
+ type: WINDOWS_SERVER_2019_CONTAINER
201
+ variables:
202
+ TEST_SUITE: >-
203
+ src/__tests__/graphql-codegen-ios.test.ts|src/__tests__/add-codegen-js.test.ts|src/__tests__/datastore-modelgen-ios.test.ts|src/__tests__/remove-codegen-js.test.ts
204
+ CLI_REGION: us-east-1
205
+ depend-on:
206
+ - publish_to_local_registry
207
+ - build_windows
208
+ - identifier : >-
209
+ w_datastore_modelgen_flutter_env_codegen_model_introspection_codegen_pull_codegen
210
+ buildspec: .codebuild/run_e2e_tests_windows.yml
211
+ env:
212
+ compute-type: BUILD_GENERAL1_LARGE
213
+ image: $WINDOWS_IMAGE_2019
214
+ type: WINDOWS_SERVER_2019_CONTAINER
215
+ variables:
216
+ TEST_SUITE: >-
217
+ src/__tests__/datastore-modelgen-flutter.test.ts|src/__tests__/env-codegen.test.ts|src/__tests__/model-introspection-codegen.test.ts|src/__tests__/pull-codegen.test.ts
218
+ CLI_REGION: us-east-1
219
+ depend-on:
220
+ - publish_to_local_registry
221
+ - build_windows
222
+ - identifier : >-
223
+ w_push_codegen_ios_push_codegen_android_graphql_documents_generator_push_codegen_js
224
+ buildspec: .codebuild/run_e2e_tests_windows.yml
225
+ env:
226
+ compute-type: BUILD_GENERAL1_LARGE
227
+ image: $WINDOWS_IMAGE_2019
228
+ type: WINDOWS_SERVER_2019_CONTAINER
229
+ variables:
230
+ TEST_SUITE: >-
231
+ 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
232
+ CLI_REGION: us-east-1
233
+ depend-on:
234
+ - publish_to_local_registry
235
+ - build_windows
236
+ - identifier : >-
237
+ w_build_app_ts_uninitialized_project_codegen_js_uninitialized_project_modelgen_android_uninitialized_project_modelgen_flutter
238
+ buildspec: .codebuild/run_e2e_tests_windows.yml
239
+ env:
240
+ compute-type: BUILD_GENERAL1_LARGE
241
+ image: $WINDOWS_IMAGE_2019
242
+ type: WINDOWS_SERVER_2019_CONTAINER
243
+ variables:
244
+ TEST_SUITE: >-
245
+ src/__tests__/build-app-ts.test.ts|src/__tests__/uninitialized-project-codegen-js.test.ts|src/__tests__/uninitialized-project-modelgen-android.test.ts|src/__tests__/uninitialized-project-modelgen-flutter.test.ts
246
+ CLI_REGION: us-east-1
247
+ depend-on:
248
+ - publish_to_local_registry
249
+ - build_windows
250
+ - identifier : w_uninitialized_project_modelgen_ios_uninitialized_project_modelgen_js
251
+ buildspec : .codebuild/run_e2e_tests_windows.yml
252
+ env :
253
+ compute-type : BUILD_GENERAL1_LARGE
254
+ image : $WINDOWS_IMAGE_2019
255
+ type : WINDOWS_SERVER_2019_CONTAINER
256
+ variables :
257
+ TEST_SUITE : >-
258
+ src/__tests__/uninitialized-project-modelgen-ios.test.ts|src/__tests__/uninitialized-project-modelgen-js.test.ts
259
+ CLI_REGION : us-east-1
260
+ depend-on :
261
+ - publish_to_local_registry
262
+ - build_windows
152
263
- identifier : cleanup_e2e_resources
153
264
buildspec : .codebuild/cleanup_e2e_resources.yml
154
265
env :
155
266
compute-type : BUILD_GENERAL1_MEDIUM
156
267
depend-on :
157
268
- >-
158
- add_codegen_ios_configure_codegen_android_configure_codegen_js_graphql_codegen_android
269
+ l_add_codegen_ios_configure_codegen_android_configure_codegen_js_graphql_codegen_android
0 commit comments