We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccc0bf commit 3702ae7Copy full SHA for 3702ae7
COLLABORATOR_GUIDE.md
@@ -108,6 +108,10 @@ you can run [`citgm-abi-smoker`](https://ci.nodejs.org/job/citgm-abi-smoker/).
108
is designed to allow one to run a group of tests over and over on a specific
109
platform to confirm that the test is reliable.
110
111
+* [`node-test-commit-v8-linux`](https://ci.nodejs.org/job/node-test-commit-v8-linux/)
112
+is designed to allow validation of changes to the copy of V8 in the Node.js
113
+tree by running the standard V8 tests. It should be run whenever the
114
+level of V8 within Node.js is updated or new patches are floated on V8.
115
116
### Internal vs. Public API
117
0 commit comments