test(e2e): add platform-safe selection updates (#6424)

This commit is contained in:
Zhengchao An
2026-08-23 20:22:46 +08:00
committed by GitHub
parent b52cdd69ae
commit 11a90ce843
2 changed files with 87 additions and 13 deletions
+6 -1
View File
@@ -276,4 +276,9 @@ listed by `cargo nextest list -p e2e_test`. Regenerate it when adding or
moving e2e tests so acceptance numbers in the test-strategy issues
(backlog#1147#1155) stay auditable. When a profile membership change is
intentional, review its JSON listing before updating the matching
`.config/e2e-*-selection.txt` test-ID digest.
`.config/e2e-*-selection.txt` test-ID digest. Update only the platform that
produced the listing:
```bash
python3 scripts/check_test_wiring.py --update-profile e2e-full /path/to/listing.json linux
```