Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/60878
Change subject: Running new preferences feature at en.wikipedia.beta.wmflabs.org and en.wikipedia.org ...................................................................... Running new preferences feature at en.wikipedia.beta.wmflabs.org and en.wikipedia.org The test fails at all other sites, so I am not enabling it there for now. Change-Id: I0fdb5aa7a94723678a1866b50c5ac024ba9468ac --- M docs/jobs.md 1 file changed, 8 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/78/60878/1 diff --git a/docs/jobs.md b/docs/jobs.md index bd669f1..1db1d8a 100644 --- a/docs/jobs.md +++ b/docs/jobs.md @@ -37,7 +37,7 @@ # browsertests-en.wikipedia.beta.wmflabs.org -- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/search.feature -n 6 --test-options '--profile ci' +- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/preferences_appearance.feature features/search.feature -n 7 --test-options '--profile ci' - MediaWiki URL: en.wikipedia.beta.wmflabs.or @@ -49,15 +49,15 @@ ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_6 - Browser Label: internet_explorer_6 -- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/search.feature -n 6 --test-options '--profile ci --tags ~@ie6-bug' +- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/preferences_appearance.feature features/search.feature -n 7 --test-options '--profile ci --tags ~@ie6-bug' ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_7 - Browser Label: internet_explorer_7 -- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/search.feature -n 6 --test-options '--profile ci --tags ~@ie7-bug' +- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/preferences_appearance.feature features/search.feature -n 7 --test-options '--profile ci --tags ~@ie7-bug' ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_8 - Browser Label: internet_explorer_8 -- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/search.feature -n 6 --test-options '--profile ci --tags ~@ie8-bug' +- bundle exec: parallel_cucumber features/aftv5.feature features/create_account.feature features/file.feature features/page_edit.feature features/page_triage.feature features/preferences_appearance.feature features/search.feature -n 7 --test-options '--profile ci --tags ~@ie8-bug' ## browsertests-en.wikipedia.beta.wmflabs.org-windows-internet_explorer_9 - Browser Label: internet_explorer_9 @@ -66,7 +66,7 @@ # browsertests-en.wikipedia.org-linux-firefox -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature -n 3 --test-options '--profile ci' +- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/preferences_appearance.feature -n 4 --test-options '--profile ci' - MediaWiki URL: en.wikipedia.org @@ -78,15 +78,15 @@ ## browsertests-en.wikipedia.org-windows-internet_explorer_6 - Browser Label: internet_explorer_6 -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature -n 3 --test-options '--profile ci --tags ~@ie6-bug' +- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/preferences_appearance.feature -n 4 --test-options '--profile ci --tags ~@ie6-bug' ## browsertests-en.wikipedia.org-windows-internet_explorer_7 - Browser Label: internet_explorer_7 -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature -n 3 --test-options '--profile ci --tags ~@ie7-bug' +- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/preferences_appearance.feature -n 4 --test-options '--profile ci --tags ~@ie7-bug' ## browsertests-en.wikipedia.org-windows-internet_explorer_8 - Browser Label: internet_explorer_8 -- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature -n 3 --test-options '--profile ci --tags ~@ie8-bug' +- bundle exec: parallel_cucumber features/create_account.feature features/math.feature features/page_triage.feature features/preferences_appearance.feature -n 4 --test-options '--profile ci --tags ~@ie8-bug' ## browsertests-en.wikipedia.org-windows-internet_explorer_9 - Browser Label: internet_explorer_9 -- To view, visit https://gerrit.wikimedia.org/r/60878 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0fdb5aa7a94723678a1866b50c5ac024ba9468ac Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
