From 7968fb40943d2cd972172669fbbcba68e0c02660 Mon Sep 17 00:00:00 2001 From: lcian <17258265+lcian@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:54:58 +0200 Subject: [PATCH] ci(gocd): Rename s4s region to s4s2 for soak-time stage s4s has been removed in favor of s4s2. Point the post-rollout soak stage (introduced for single-tenant regions without a canary) at s4s2 so it keeps catching high error rates and new issues after deploys. --- gocd/templates/pipelines/objectstore.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gocd/templates/pipelines/objectstore.libsonnet b/gocd/templates/pipelines/objectstore.libsonnet index a1edd637..ace219f8 100644 --- a/gocd/templates/pipelines/objectstore.libsonnet +++ b/gocd/templates/pipelines/objectstore.libsonnet @@ -73,7 +73,7 @@ local deploy_canary(region) = []; local soak_time(region) = - if region == 's4s' then + if region == 's4s2' then [ { 'soak-time': {