Cscott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60962


Change subject: Add a new parsoid test to watch the exit status of 
tests/parserTests.js.
......................................................................

Add a new parsoid test to watch the exit status of tests/parserTests.js.

Change-Id: Ic27e47bac24975970993704352264224a7da87a9
---
M parsoid.yaml
1 file changed, 31 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/62/60962/1

diff --git a/parsoid.yaml b/parsoid.yaml
index 39c766b..6eec0a2 100644
--- a/parsoid.yaml
+++ b/parsoid.yaml
@@ -194,6 +194,36 @@
             node roundtrip-test.js --prefix fr "Chope"
             node roundtrip-test.js --xml "Parkour"
 
+- job-template:
+    name: parsoid-parsertests-run-harder
+    wrappers:
+        - timeout:
+            timeout: 600
+            fail: true
+    defaults:
+        use-zuul
+    triggers:
+        - zuul
+    scm:
+        - git:
+            url: '/srv/ssd/zuul/git/mediawiki/extensions/Parsoid'
+            refspec: '$ZUUL_REF'
+            name: 'origin'
+            disable-submodules: true
+        - git:
+            url: 
'https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Parsoid/js/contrib.git'
+            branches:
+                - master
+            basedir: contrib
+    builders:
+        - shell: |
+            # If any of these commands fail, something is wrong
+            set -e
+            cd js/tests
+            NODE_PATH=$NODE_PATH:../../contrib/node_modules
+            node fetch-parserTests.txt.js
+            node parserTests --wt2html --wt2wt --html2wt --html2html --selser 
--changesin selser.changes.json --no-color --quiet --blacklist
+
 - project:
     name: parsoid
     gerrit-name: mediawiki/extensions/Parsoid
@@ -204,3 +234,4 @@
         - parsoid-server-sanity-check
         - parsoid-parse-tool-check
         - parsoid-roundtrip-test-check
+        - parsoid-parsertests-run-harder

-- 
To view, visit https://gerrit.wikimedia.org/r/60962
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic27e47bac24975970993704352264224a7da87a9
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Cscott <wikime...@cscott.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to