From d02a43097cb22652bd58b3e166cdff500f9653a5 Mon Sep 17 00:00:00 2001 From: Aaron van Meerten Date: Fri, 4 Oct 2024 10:42:38 -0500 Subject: [PATCH] fix(recycle): update job to reflect new method and defaults --- jenkins/jobs/recycle-release-core.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/jenkins/jobs/recycle-release-core.yaml b/jenkins/jobs/recycle-release-core.yaml index 81b938388..8f1612247 100644 --- a/jenkins/jobs/recycle-release-core.yaml +++ b/jenkins/jobs/recycle-release-core.yaml @@ -34,12 +34,7 @@ - string: name: DRAIN_WAIT_PERIOD description: "Seconds to wait before deleting old shards after drain" - default: 3600 - trim: true - - string: - name: NEW_WAIT_PERIOD - description: "Seconds to wait before readying new shards and draining old shards" - default: 300 + default: 21600 trim: true - string: name: VIDEO_INFRA_BRANCH