Skip to content

Commit

Permalink
Allow uptime checker pops in all regions (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Feb 5, 2025
1 parent 99106fd commit 737912a
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions gocd/templates/pipelines/uptime-checker.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,16 @@ local deploy_pop_jobs(regions) =


local deploy_primary_pops_stage(region) =
if region == 's4s' then
[
{
['deploy-primary-pops-' + region]: {
fetch_materials: true,
jobs+: deploy_pop_jobs(
region_pops[region],
),
},
[
{
['deploy-primary-pops-' + region]: {
fetch_materials: true,
jobs+: deploy_pop_jobs(
region_pops[region],
),
},
]
else
[];
},
];


function(region) {
Expand Down

0 comments on commit 737912a

Please sign in to comment.