Skip to content

Commit 845371f

Browse files
authored
chore: move canaries to eu-central-1 (#961)
1 parent 1a16f21 commit 845371f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.codebuild/android_canary_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ batch:
2222
compute-type: BUILD_GENERAL1_MEDIUM
2323
depend-on:
2424
- build_linux
25-
- identifier: build_app_android_ca_central_1
25+
- identifier: build_app_android_eu_central_1
2626
buildspec: .codebuild/run_regionalized_android_modelgen_e2e_test.yml
2727
env:
2828
compute-type: BUILD_GENERAL1_LARGE
2929
variables:
3030
TEST_SUITE: src/__tests__/build-app-android.test.ts
31-
CLI_REGION: ca-central-1
31+
CLI_REGION: eu-central-1
3232
CANARY_METRIC_NAME: AndroidAppBuildCodegenSuccessRate
3333
depend-on:
3434
- publish_to_local_registry
@@ -37,4 +37,4 @@ batch:
3737
env:
3838
compute-type: BUILD_GENERAL1_MEDIUM
3939
depend-on:
40-
- build_app_android_ca_central_1
40+
- build_app_android_eu_central_1

.codebuild/ios_canary_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ batch:
2222
compute-type: BUILD_GENERAL1_MEDIUM
2323
depend-on:
2424
- build_linux
25-
- identifier: build_app_ios_ca_central_1
25+
- identifier: build_app_ios_eu_central_1
2626
buildspec: .codebuild/run_regionalized_ios_modelgen_e2e_test.yml
2727
env:
2828
compute-type: BUILD_GENERAL1_LARGE
2929
variables:
3030
TEST_SUITE: src/__tests__/build-app-swift.test.ts
31-
CLI_REGION: ca-central-1
31+
CLI_REGION: eu-central-1
3232
CANARY_METRIC_NAME: IosAppBuildCodegenSuccessRate
3333
depend-on:
3434
- publish_to_local_registry
@@ -37,4 +37,4 @@ batch:
3737
env:
3838
compute-type: BUILD_GENERAL1_MEDIUM
3939
depend-on:
40-
- build_app_ios_ca_central_1
40+
- build_app_ios_eu_central_1

.codebuild/ts_canary_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ batch:
2222
compute-type: BUILD_GENERAL1_MEDIUM
2323
depend-on:
2424
- build_linux
25-
- identifier: build_app_ts_ca_central_1
25+
- identifier: build_app_ts_eu_central_1
2626
buildspec: .codebuild/run_regionalized_ts_modelgen_e2e_test.yml
2727
env:
2828
compute-type: BUILD_GENERAL1_LARGE
2929
variables:
3030
TEST_SUITE: src/__tests__/build-app-ts.test.ts
31-
CLI_REGION: ca-central-1
31+
CLI_REGION: eu-central-1
3232
CANARY_METRIC_NAME: TsAppBuildCodegenSuccessRate
3333
DISABLE_ESLINT_PLUGIN: true
3434
depend-on:
@@ -38,4 +38,4 @@ batch:
3838
env:
3939
compute-type: BUILD_GENERAL1_MEDIUM
4040
depend-on:
41-
- build_app_ts_ca_central_1
41+
- build_app_ts_eu_central_1

scripts/e2e-test-regions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{ "name": "ap-south-1", "optIn": false, "enableCanaries": false },
66
{ "name": "ap-southeast-1", "optIn": false, "enableCanaries": false },
77
{ "name": "ap-southeast-2", "optIn": false, "enableCanaries": false },
8-
{ "name": "ca-central-1", "optIn": false, "enableCanaries": true },
9-
{ "name": "eu-central-1", "optIn": false, "enableCanaries": false },
8+
{ "name": "ca-central-1", "optIn": false, "enableCanaries": false },
9+
{ "name": "eu-central-1", "optIn": false, "enableCanaries": true },
1010
{ "name": "eu-north-1", "optIn": false, "enableCanaries": false },
1111
{ "name": "eu-south-1", "optIn": true, "enableCanaries": false },
1212
{ "name": "eu-west-1", "optIn": false, "enableCanaries": false },

0 commit comments

Comments
 (0)