Skip to content

Commit 03c8f99

Browse files
authored
chore(uptime): Enable canary for all DE regions, and test in one US region (#429)
This seems to be working well, so trying it out in US as well
1 parent 73e12c6 commit 03c8f99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gocd/templates/pipelines/uptime-checker.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ local region_pops = {
2424
// Map of region -> list of POPs within that region that should use canary deployment
2525
// Empty list means all POPs in that region use old direct-deploy flow
2626
local canary_enabled_pops = {
27-
de: ['de-pop-1'],
28-
us: [],
27+
de: ['de', 'de-pop-1', 'de-pop-2'],
28+
us: ['us-pop-1'],
2929
s4s: ['s4s', 'pop-st-1'],
3030
};
3131

0 commit comments

Comments
 (0)