Krinkle has uploaded a new change for review.

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


Change subject: Parsoid: Fix typeerror that caused JJB to crash.
......................................................................

Parsoid: Fix typeerror that caused JJB to crash.

> TypeError: cannot serialize 1 (type int)

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


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

diff --git a/parsoid.yaml b/parsoid.yaml
index 5132504..bbac598 100644
--- a/parsoid.yaml
+++ b/parsoid.yaml
@@ -85,8 +85,8 @@
                     pattern: results.xml
             thresholdmode: 'number'
             thresholds:
-              - failed:
-                    failurenew: 1
+                - failed:
+                    failurenew: '1'
 
 - project:
     name: parsoid

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

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

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

Reply via email to