From 5e08f8f03bc124ddbe3e862a95e87e390818f47e Mon Sep 17 00:00:00 2001 From: "Matt Gaunt-Seo @ Sentry.io" <112419115+mattgauntseo-sentry@users.noreply.github.com> Date: Fri, 21 Jul 2023 01:32:03 -0700 Subject: [PATCH] Move old pipelines to relay group (#2339) --- gocd/pipelines/relay-pop.yaml | 3 ++- gocd/pipelines/relay.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gocd/pipelines/relay-pop.yaml b/gocd/pipelines/relay-pop.yaml index 66d6167b6f..6ae38e3800 100644 --- a/gocd/pipelines/relay-pop.yaml +++ b/gocd/pipelines/relay-pop.yaml @@ -7,7 +7,8 @@ pipelines: environment_variables: GCP_PROJECT: internal-sentry - group: relay-old + group: relay + display_order: 100 # Ensure it's last pipeline in UI lock_behavior: unlockWhenFinished materials: diff --git a/gocd/pipelines/relay.yaml b/gocd/pipelines/relay.yaml index 8466276ce6..107b0f0a32 100644 --- a/gocd/pipelines/relay.yaml +++ b/gocd/pipelines/relay.yaml @@ -11,7 +11,8 @@ pipelines: GKE_CLUSTER_ZONE: b GKE_BASTION_ZONE: b - group: relay-old + group: relay + display_order: 100 # Ensure it's last pipeline in UI lock_behavior: unlockWhenFinished materials: