Skip to content

Commit 6ad3be1

Browse files
committed
naming fix and unified region for all tests
1 parent 28dcf7d commit 6ad3be1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.codebuild/canary_workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ batch:
3131
debug-session: true
3232
depend-on:
3333
- publish_to_local_registry
34-
- identifier: build_app_android
34+
- identifier: build_app_android_us_east_1
3535
buildspec: .codebuild/run_android_modelgen_e2e_test.yml
3636
env:
3737
compute-type: BUILD_GENERAL1_LARGE
3838
variables:
3939
TEST_SUITE: src/__tests__/build-app-android.test.ts
40-
CLI_REGION: us-east-2
40+
CLI_REGION: us-east-1
4141
debug-session: true
4242
depend-on:
4343
- publish_to_local_registry
44-
- identifier: build_app_ts
44+
- identifier: build_app_ts_us_east_1
4545
buildspec: .codebuild/run_e2e_tests.yml
4646
env:
4747
compute-type: BUILD_GENERAL1_LARGE
4848
variables:
4949
TEST_SUITE: src/__tests__/build-app-ts.test.ts
50-
CLI_REGION: ap-southeast-1
50+
CLI_REGION: us-east-1
5151
debug-session: true
5252
depend-on:
5353
- publish_to_local_registry
@@ -56,4 +56,4 @@ batch:
5656
env:
5757
compute-type: BUILD_GENERAL1_MEDIUM
5858
depend-on:
59-
- publish_to_local_registry
59+
- build_app_ts_us_east_1

0 commit comments

Comments
 (0)