Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dawson <mdawson@devrus.com>2017-05-18 00:46:47 +0300
committerMichael Dawson <michael_dawson@ca.ibm.com>2017-05-20 00:01:08 +0300
commit3702ae732eadd9d7c64681edcdd76cd7a30f6381 (patch)
tree78425ade4b171ee2512a78642fa4d0bf5804801c /COLLABORATOR_GUIDE.md
parentfccc0bf6e68981f6225315875524e1a0b56fcc20 (diff)
doc: add additional useful ci job to list
PR-URL: https://github.com/nodejs/node/pull/13086 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'COLLABORATOR_GUIDE.md')
-rw-r--r--COLLABORATOR_GUIDE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md
index 157925f8df8..116624a79ae 100644
--- a/COLLABORATOR_GUIDE.md
+++ b/COLLABORATOR_GUIDE.md
@@ -108,6 +108,10 @@ you can run [`citgm-abi-smoker`](https://ci.nodejs.org/job/citgm-abi-smoker/).
is designed to allow one to run a group of tests over and over on a specific
platform to confirm that the test is reliable.
+* [`node-test-commit-v8-linux`](https://ci.nodejs.org/job/node-test-commit-v8-linux/)
+is designed to allow validation of changes to the copy of V8 in the Node.js
+tree by running the standard V8 tests. It should be run whenever the
+level of V8 within Node.js is updated or new patches are floated on V8.
### Internal vs. Public API