fix: agent-smoke — explicit source for gardener monitor_phase_loop
Add lib/agent-session.sh as explicit extra definition source for the gardener-agent.sh check in agent-smoke.sh. Alpine busybox awk in CI intermittently fails to resolve monitor_phase_loop from LIB_FUNS; listing it as a direct cross-source makes the check robust. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1d797c0303
commit
c3714380d7
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ check_script dev/dev-agent.sh dev/phase-handler.sh
|
|||
check_script dev/phase-handler.sh dev/dev-agent.sh
|
||||
check_script dev/dev-poll.sh
|
||||
check_script dev/phase-test.sh
|
||||
check_script gardener/gardener-agent.sh
|
||||
check_script gardener/gardener-agent.sh lib/agent-session.sh
|
||||
check_script gardener/gardener-poll.sh
|
||||
check_script review/review-pr.sh
|
||||
check_script review/review-poll.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue