fix(cookbook): increase slackpath-5 build timeouts to 1 hour
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Agent tasks (spec, design, implementation, review, etc.) can take significant time. Increased all wait_build steps from 5-10 min to 720 attempts × 5s = 1hr. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b648a52265
commit
7f04a42095
@ -102,7 +102,7 @@ steps:
|
||||
depends_on: [write-spec]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.write-spec.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
approve-spec:
|
||||
@ -147,7 +147,7 @@ steps:
|
||||
depends_on: [write-design]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.write-design.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
approve-design:
|
||||
@ -177,7 +177,7 @@ steps:
|
||||
depends_on: [write-tasks]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.write-tasks.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
approve-tasks:
|
||||
@ -207,7 +207,7 @@ steps:
|
||||
depends_on: [write-qa-plan]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.write-qa-plan.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
approve-qa-plan:
|
||||
@ -267,7 +267,7 @@ steps:
|
||||
depends_on: [implement-feature]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.implement-feature.build_id }}"
|
||||
max_attempts: 120
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
wait-deploy-impl:
|
||||
@ -309,7 +309,7 @@ steps:
|
||||
depends_on: [write-review]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.write-review.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
approve-review:
|
||||
@ -354,7 +354,7 @@ steps:
|
||||
depends_on: [write-audit]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.write-audit.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
approve-audit:
|
||||
@ -399,7 +399,7 @@ steps:
|
||||
depends_on: [run-qa]
|
||||
action: wait_build
|
||||
build_id: "{{ .outputs.run-qa.build_id }}"
|
||||
max_attempts: 60
|
||||
max_attempts: 720
|
||||
poll_interval: 5
|
||||
|
||||
transition-to-qa:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user