From 763fc8af1f79ed96599ed5a0764fe1b311d02600 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Wed, 26 Nov 2025 10:09:17 -0700 Subject: [INF-18331] Put Platform Release and Dispatch V2 into the octopus slow lane --- lisp/octopus/octopus.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/octopus/octopus.lisp b/lisp/octopus/octopus.lisp index 098c611..ba012c6 100644 --- a/lisp/octopus/octopus.lisp +++ b/lisp/octopus/octopus.lisp @@ -402,7 +402,9 @@ as an input filter are stored here for the ride through the queue.") :release release :environment environment :stdout (stdout octopus-ode-deploy-release)))) - (cond ((string= "Platform Database Release" (project-name octopus-ode-deploy-release)) + (cond ((or (string= "Platform Database Release" (project-name octopus-ode-deploy-release)) + (string= "Platform Release" (project-name octopus-ode-deploy-release)) + (string= "Dispatch V2" (project-name octopus-ode-deploy-release))) (enqueue *queue-octopus-slow* job)) (t (enqueue *queue-octopus-fast* job)))))))) -- cgit v1.3