jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  MarkTraceur: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Id85596a043f89d60ea670db4a36eec559c29d55c
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Cscott <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: MarkTraceur <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to