cln/.github/workflows
Níckolas Goline 0da8fa28eb ci: reduce sanitizer/valgrind worker count to avoid runner OOM
The ASan/UBSan and Valgrind shards intermittently have their hosted
runner killed mid-run with "The runner has received a shutdown signal",
surfaced as a mass test cancellation.  The VM itself is being
terminated, most likely from memory exhaustion: `-n $(nproc)+1` runs 5
parallel node-clusters and ASan roughly triples RSS, peaking past the
16GB hosted-runner ceiling on heavy shards (deterministic repro at ~10%
on ASan/UBSan 3/6 due to the fixed --test-group-random-seed=42).

Drop these two jobs to `-n $(nproc)` (one fewer worker) to lower peak
memory, and add an `if: failure()` step that dumps OOM-related dmesg and
kernel-log lines so the next failure records the actual cause.

Changelog-None
2026-07-06 16:16:47 +02:00
..
ci.yaml ci: reduce sanitizer/valgrind worker count to avoid runner OOM 2026-07-06 16:16:47 +02:00
coverage-nightly.yaml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
crate-io.yml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
docker-release.yml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
docs-nightly.yaml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
macos.yaml CI: Check generated docs on Mac 2026-07-02 11:38:38 +02:00
publish-site.yaml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
pypi.yml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
python-docs-nightly.yaml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
rdme-docs-sync.yml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
readme-rpc-sync.yml CI: update github actions in preparation of node.js 20 deprecation 2026-05-20 14:02:16 +02:00
release.yml CI: remove focal and add resolute Ubuntu builds 2026-05-28 08:31:55 +02:00
repro.yml CI: change email server port from 587 to 465 for repro errors 2026-06-17 14:13:25 +02:00
rust-msrv.yml CI: add workflow to verify MSRV on any rust file changes 2026-04-24 15:48:06 +02:00