mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
1. test_tui_gateway_server: the two _start_agent_build tests waited only for the _make_agent 'built' event, then popped the session while _build's tail was still running. The tail's session.info/error emit then landed on whatever _real_stdout a LATER test had patched in — the write_json concurrency test intermittently saw 9 lines instead of its own 8 (2-in-5 repro locally). Join the build thread (exposed as session['_agent_build_thread']) before popping. 10/10 clean full-file runs post-fix, was 2/5 failing. 2. docker.yml: the profile-action conversion dropped the step env — including HERMES_TEST_IMAGE, so all 25 per-file subprocesses each docker-built the image inside dind concurrently. That is the root cause of the 15-minute docker jobs and the teardown timeout storms. Restore it plus the blank-API-key policy vars. |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| contributor-check.yml | ||
| deploy-site.yml | ||
| docker-lint.yml | ||
| docker.yml | ||
| docs-site-checks.yml | ||
| e2e-desktop.yml | ||
| history-check.yml | ||
| infographic-check.yml | ||
| js-autofix.yml | ||
| js-tests.yml | ||
| label-rerun.yml | ||
| lint.yml | ||
| lockfile-diff.yml | ||
| osv-scanner.yml | ||
| publish-e2e-evidence.yml | ||
| review-labels.yml | ||
| skills-index-freshness.yml | ||
| skills-index.yml | ||
| supply-chain-audit.yml | ||
| tests.yml | ||
| uv-lockfile-check.yml | ||