jenkins-bot has submitted this change and it was merged. Change subject: Cucumber should only run tests tagged both @clean and (@firefox or @phantomjs) ......................................................................
Cucumber should only run tests tagged both @clean and (@firefox or @phantomjs) Paired with: Kartik Mistry Already tested on mwext-browsertests-UniversalLanguageSelector-phantomjs[0] job. [1] ... ...bundle exec cucumber --color --tags @clean... ... 13 scenarios (6 undefined, 7 passed) ... [2] ...bundle exec cucumber --color --tags @clean --tags @phantomjs... ... 13 scenarios (6 undefined, 7 passed) ... 0: https://integration.wikimedia.org/ci/job/mwext-browsertests-UniversalLanguageSelector-phantomjs/jobConfigHistory/showDiffFiles?timestamp1=2014-03-31_09-46-31×tamp2=2014-04-11_10-06-20 1: https://integration.wikimedia.org/ci/job/mwext-browsertests-UniversalLanguageSelector-phantomjs/367/console 2: https://integration.wikimedia.org/ci/job/mwext-browsertests-UniversalLanguageSelector-phantomjs/368/consol Updates jobs: mwext-browsertests-CirrusSearch-phantomjs mwext-browsertests-Flow-firefox mwext-browsertests-Flow-phantomjs mwext-browsertests-MobileFrontend-firefox mwext-browsertests-MobileFrontend-phantomjs mwext-browsertests-Translatewiki-firefox mwext-browsertests-Translatewiki-phantomjs mwext-browsertests-UniversalLanguageSelector-firefox mwext-browsertests-UniversalLanguageSelector-phantomjs mwext-browsertests-VisualEditor-firefox mwext-browsertests-VisualEditor-phantomjs Change-Id: I2ea6ba84f2f55d7cfd12bfc7b82cec1a740142c6 --- M macro.yaml 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/macro.yaml b/macro.yaml index 8342d4c..d84fc14 100644 --- a/macro.yaml +++ b/macro.yaml @@ -166,6 +166,7 @@ export SCREENSHOT_FAILURES_PATH="$WORKSPACE/log" /srv/deployment/integration/slave-scripts/tools/bundler/bundle exec cucumber --color \ --tags @clean \ + --tags @{browser} \ --format pretty \ --format junit --out "$WORKSPACE/log" \ --format html --out "$WORKSPACE/log/report.html" -- To view, visit https://gerrit.wikimedia.org/r/125386 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2ea6ba84f2f55d7cfd12bfc7b82cec1a740142c6 Gerrit-PatchSet: 7 Gerrit-Project: integration/jenkins-job-builder-config Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Amire80 <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: KartikMistry <[email protected]> Gerrit-Reviewer: Manybubbles <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
