Cscott has uploaded a new change for review.

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


Change subject: Fix *another* bug in the parsoid-regressions job... then turn 
it off.
......................................................................

Fix *another* bug in the parsoid-regressions job... then turn it off.

We don't really use this job anyway: we have our own blacklist used to
protect against regressions.  So patch the job to fix it... but then
turn it off, to be *sure* that we won't be getting these spurious
failures any more.

Change-Id: Id85596a043f89d60ea670db4a36eec559c29d55c
---
M parsoid.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/parsoid.yaml b/parsoid.yaml
index c0aa3ae..cdd15ab 100644
--- a/parsoid.yaml
+++ b/parsoid.yaml
@@ -103,7 +103,7 @@
         - xunit:
             types:
                 - junit:
-                    pattern: results.xml
+                    pattern: '**/results.xml'
             thresholdmode: 'number'
             thresholds:
                 - failed:
@@ -247,7 +247,7 @@
     jobs:
         - parsoid-parsertests
         - parsoid-parsertests-run
-        - parsoid-regressions
+#       - parsoid-regressions
         - parsoid-server-sanity-check
         - parsoid-parse-tool-check
         - parsoid-roundtrip-test-check

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id85596a043f89d60ea670db4a36eec559c29d55c
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to