Skip to content

Commit

Permalink
fix(cd): Correct pop names again (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Feb 5, 2025
1 parent 737912a commit 3cf8f1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gocd/templates/pipelines/uptime-checker.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ local gocdtasks = import 'github.com/getsentry/gocd-jsonnet/libs/gocd-tasks.libs

local region_pops = {
de: [
'pop-de',
'pop-nl',
'de-pop-1', // pop-de
'de-pop-2', // pop-nl
],
us: [
'pop-or',
'pop-sc',
'pop-va',
'us-pop-1', // pop-va
'us-pop-2', // pop-or
'us-pop-9', // pop-sc
],
s4s: [
'pop-st-1',
Expand Down

0 comments on commit 3cf8f1f

Please sign in to comment.