jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/365933 )
Change subject: Add unstable status to browser tests jobs
......................................................................
Add unstable status to browser tests jobs
The daily browser tests might be broken for a few days, and the Junit
plugin thus always mark the build as FAILED (red).
The XUnit plugin is able to track tests results between builds and if no
regression is introduced flag the build as UNSTABLE (yellow) indicating
that nothing new got broken.
Update:
selenium-CentralAuth
selenium-CentralNotice
selenium-CirrusSearch
selenium-Echo
selenium-Flow
selenium-GettingStarted
selenium-Math
selenium-MinervaNeue
selenium-MobileFrontend
selenium-MultimediaViewer
selenium-PageTriage
selenium-QuickSurveys
selenium-RelatedArticles
selenium-VisualEditor
selenium-Wikibase
selenium-WikiLove
Bug: T94684
Change-Id: I95ceda51d59cd39956af00a114a55cece47ddf95
---
M jjb/job-templates-selenium.yaml
1 file changed, 11 insertions(+), 2 deletions(-)
Approvals:
Zfilipin: Looks good to me, approved
jenkins-bot: Verified
Jdlrobson: Looks good to me, but someone else must approve
diff --git a/jjb/job-templates-selenium.yaml b/jjb/job-templates-selenium.yaml
index e3699c4..39c1526 100644
--- a/jjb/job-templates-selenium.yaml
+++ b/jjb/job-templates-selenium.yaml
@@ -101,12 +101,21 @@
bundle exec rake selenium
publishers:
- - junit:
- results: 'log/junit/*.xml'
+ - xunit:
+ thresholdsmode: 'number'
+ thresholds:
+ - failed:
+ unstable: 0
+ failurenew: 0
+ types:
+ - junit:
+ pattern: 'log/junit/*.xml'
- email-ext:
recipients: '{recipients}'
body: '${{SCRIPT, template="wikimedia.template"}}'
+ failure: true
+ unstable: true
- browsertests-irc
--
To view, visit https://gerrit.wikimedia.org/r/365933
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I95ceda51d59cd39956af00a114a55cece47ddf95
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits