From b648a522659b48cdbe9943102af0c46bd74249d8 Mon Sep 17 00:00:00 2001 From: jordan Date: Sat, 7 Feb 2026 20:59:52 -0700 Subject: [PATCH] fix(cookbook): don't block slackpath-5 on slow docs builds The wait-init step was timing out because it waited for the entire pipeline including docs build steps. The service (preferences-api) deploys successfully before docs. Added on_error: continue so the tree proceeds after service deploy. Co-Authored-By: Claude Opus 4.5 --- cookbooks/trees/slackpath-5-full-lifecycle.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/trees/slackpath-5-full-lifecycle.yaml b/cookbooks/trees/slackpath-5-full-lifecycle.yaml index e4941c3..21265dc 100644 --- a/cookbooks/trees/slackpath-5-full-lifecycle.yaml +++ b/cookbooks/trees/slackpath-5-full-lifecycle.yaml @@ -44,9 +44,11 @@ steps: name: "preferences-api" wait-init: + description: Wait for initial deploy (docs builds may be slow) depends_on: [add-service] action: wait_pipeline project_id: "{{ .outputs.create-project.project_id }}" + on_error: continue # ============================================================ # PHASE 1: DRAFT