From 7f08641bdc5abe6de3006013299f918e3156468b Mon Sep 17 00:00:00 2001 From: elramen Date: Thu, 23 Jul 2026 11:16:27 +0200 Subject: [PATCH] feat(gocd): Add soak-time stage to s4s2, de, and us2 --- gocd/templates/pipelines/processing.libsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gocd/templates/pipelines/processing.libsonnet b/gocd/templates/pipelines/processing.libsonnet index 79262cc4605..d19519a6d63 100644 --- a/gocd/templates/pipelines/processing.libsonnet +++ b/gocd/templates/pipelines/processing.libsonnet @@ -16,6 +16,7 @@ local monitors_for(region) = if std.objectHas(datadog_monitors, region) then datadog_monitors[region] else datadog_monitors.default; local canary_regions = ['us', 'de', 'us2', 's4s2']; +local saas_regions = ['us', 'de', 'us2', 's4s2']; local sentry_deploy_vars(region) = { SENTRY_REGION: region, @@ -38,7 +39,7 @@ local sentry_create_env_vars(region) = { // The purpose of this stage is to let the deployment soak for a while and // detect any issues that might have been introduced. local soak_time(region) = - if region == 'us' then + if std.member(saas_regions, region) then [ { 'soak-time': {