mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
Replace the runner's tests/docker auto-cap heuristic with explicit width control: - run_tests.sh forwards HERMES_TEST_WORKERS through its hermetic env -i (previously silently stripped — the documented override never worked through the wrapper) - run_tests_parallel.py drops the _DOCKERD_BOUND_JOBS special-case; the suite-specific knowledge moves to the one place that runs that suite - docker.yml pins HERMES_TEST_WORKERS=8. Width sweep with prewarmed image + split files: -j4 58-62s, -j8 39s, -j12 35s w/ ~2x per-file contention inflation; 8 is the knee. Chain verified end-to-end: env var reaches the runner (6-worker probe), no cap message on docker-only file lists, full suite 53/53 in 37.8s at -j8. |
||
|---|---|---|
| .. | ||
| 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 | ||