fix: fail fast on deployment errors and add action timeout flag#32
Merged
yoavkatz merged 2 commits intoJul 16, 2026
Merged
Conversation
Replace dead post-command `if [ $? -ne 0 ]` checks (killed by set -e before they run) with `|| fail "..."` pattern, and convert warnings on unexpected API responses to hard failures to avoid proceeding with a broken backend. Add pyyaml as an explicit dependency for authbridge/pipeline-merge.py. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yoav Katz <katz@il.ibm.com>
… time Adds a --action-timeout CLI argument that sets EXGENTIC_SET_BENCHMARK_ACTION_TIMEOUT env var on the deployed pod, and extends MCP readiness wait from 180s to 300s. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Yoav Katz <katz@il.ibm.com>
yoavkatz
force-pushed
the
fix/fail-fast-deployment-errors
branch
from
July 16, 2026 08:20
f5d616e to
4b01eff
Compare
yoavkatz
added a commit
to yoavkatz/workload-harness
that referenced
this pull request
Jul 19, 2026
…-errors fix: fail fast on deployment errors and add action timeout flag Signed-off-by: Yoav Katz <katz@il.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
deploy-and-evaluate.shto include step numbers (step 1/3, 2/3, 3/3) for clearer failure context--action-timeoutflag todeploy-benchmark.shto configure per-action step timeout viaEXGENTIC_SET_BENCHMARK_ACTION_TIMEOUTpyyamldependencyTest plan
deploy-and-evaluate.shand verify failure messages include step numbersdeploy-benchmark.sh --action-timeout 60and verify the env var is set in the deployment🤖 Generated with Claude Code