Skip to content

Commit addcb60

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

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

browser_tests/tests/customNodes/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@ 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 by reverting the commit that removed it:
89+
90+
```bash
91+
git log --oneline --grep "drop io tier scaffold"
92+
git revert <that commit>
93+
```
94+
95+
and add the assertion workflow per pack plus `"io"` to its manifest tiers.
96+
8297
## Gotchas
8398

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

0 commit comments

Comments
 (0)