parallel validation jobs
Validate Operations / validate-operations (push) Has been cancelled

update readme
This commit is contained in:
NiccoloN
2026-07-27 11:32:45 +02:00
parent 620e381cfb
commit 5415e95528
4 changed files with 346 additions and 136 deletions
+1
View File
@@ -15,6 +15,7 @@ Before modifying the relevant subsystem, read:
* The debug build is very slow, so use it only on small fast tests such as operation validations, not on network validations
* Always prepend rtk to shell commands if missing and if rtk is available
* Always use the repository Python virtual environment (`.venv/bin/python` and its bundled tools) for Python commands
* Run the complete operations validation (`--operations-dir validation/operations`) outside the sandbox so parallel worker processes can start. This does not apply to one-at-a-time network validation
# Core engineering philosophy