Skip to content

Commit

Permalink
naming fix and unified region for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas2008 committed Nov 1, 2024
1 parent 28dcf7d commit 6ad3be1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .codebuild/canary_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ batch:
debug-session: true
depend-on:
- publish_to_local_registry
- identifier: build_app_android
- identifier: build_app_android_us_east_1
buildspec: .codebuild/run_android_modelgen_e2e_test.yml
env:
compute-type: BUILD_GENERAL1_LARGE
variables:
TEST_SUITE: src/__tests__/build-app-android.test.ts
CLI_REGION: us-east-2
CLI_REGION: us-east-1
debug-session: true
depend-on:
- publish_to_local_registry
- identifier: build_app_ts
- identifier: build_app_ts_us_east_1
buildspec: .codebuild/run_e2e_tests.yml
env:
compute-type: BUILD_GENERAL1_LARGE
variables:
TEST_SUITE: src/__tests__/build-app-ts.test.ts
CLI_REGION: ap-southeast-1
CLI_REGION: us-east-1
debug-session: true
depend-on:
- publish_to_local_registry
Expand All @@ -56,4 +56,4 @@ batch:
env:
compute-type: BUILD_GENERAL1_MEDIUM
depend-on:
- publish_to_local_registry
- build_app_ts_us_east_1

0 comments on commit 6ad3be1

Please sign in to comment.