Skip to content

Commit f8d2ee6

Browse files
docs: record how to restore the deferred io tier
1 parent 7a92da1 commit f8d2ee6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

browser_tests/tests/customNodes/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,20 @@ tier needs no extra assets - the pairing generator derives everything from
7979
under `browser_tests/assets/customNodes/` and set the tier. Reuse existing
8080
repo media assets - do not commit new binaries.
8181

82+
## Deferred: the io tier (T2a)
83+
84+
A third run tier existed that loads a workflow containing assertion nodes
85+
("Assert Executed" style checker nodes) and requires them to pass. It was
86+
removed because the assertion-nodes pack it depends on is not published yet,
87+
so the tier could only ever report "skipped" on every backend. When that
88+
pack ships, restore the tier with:
89+
90+
```bash
91+
git revert e263d54f4
92+
```
93+
94+
and add the assertion workflow per pack plus `"io"` to its manifest tiers.
95+
8296
## Gotchas
8397

8498
- Do not run with `--trace on` against system Chrome

0 commit comments

Comments
 (0)