From 1a2a36e11bd6c15388bb376b82229f2a645759e0 Mon Sep 17 00:00:00 2001 From: jordan Date: Sat, 7 Feb 2026 22:49:33 -0700 Subject: [PATCH] fix(cookbook): increase wait_pipeline timeouts to 1hr too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed the 3 wait_pipeline steps (CI deploys) - now consistent with wait_build steps at 720 attempts × 5s = 1hr. Co-Authored-By: Claude Opus 4.5 --- cookbooks/trees/slackpath-5-full-lifecycle.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cookbooks/trees/slackpath-5-full-lifecycle.yaml b/cookbooks/trees/slackpath-5-full-lifecycle.yaml index 55e276e..26bbb43 100644 --- a/cookbooks/trees/slackpath-5-full-lifecycle.yaml +++ b/cookbooks/trees/slackpath-5-full-lifecycle.yaml @@ -48,6 +48,7 @@ steps: depends_on: [add-service] action: wait_pipeline project_id: "{{ .outputs.create-project.project_id }}" + max_attempts: 720 on_error: continue # ============================================================ @@ -275,6 +276,7 @@ steps: depends_on: [wait-implement] action: wait_pipeline project_id: "{{ .outputs.create-project.project_id }}" + max_attempts: 720 transition-to-implementation: description: "Transition to implementation phase (marks code complete)" @@ -448,6 +450,7 @@ steps: depends_on: [transition-to-merge] action: wait_pipeline project_id: "{{ .outputs.create-project.project_id }}" + max_attempts: 720 archive-feature: description: "Archive the completed feature"