fix(cookbook): increase wait_pipeline timeouts to 1hr too
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
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 <noreply@anthropic.com>
This commit is contained in:
parent
7f04a42095
commit
1a2a36e11b
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user