jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/372043 )
Change subject: Remove repeat view from mobile Facebook run ...................................................................... Remove repeat view from mobile Facebook run I've missed that before, let us disable repeat view and save some time. Change-Id: I7964e1f3cc192bcb452989d3ff792c81f73270dd --- M scripts/batch/mobile.txt 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Phedenskog: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/batch/mobile.txt b/scripts/batch/mobile.txt index 30fe3e8..b6b1396 100644 --- a/scripts/batch/mobile.txt +++ b/scripts/batch/mobile.txt @@ -11,7 +11,7 @@ # Example (make sure to change WMF_WPT_KEY) # $ WMF_WPT_KEY=SECRET_KEY STATSV_ENDPOINT=http://localhost WPT_MOBILE_RUNS=1 WMF_WPT_LOCATION=us-west-1 bin/index.js --batch ./scripts/batch/mobile.txt ---webPageTestKey <%WMF_WPT_KEY> --webPageTestHost wpt.wmftest.org --median SpeedIndex --location <%WMF_WPT_LOCATION>:Chrome --label chrome-emulated-m --runs <%WPT_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki-mobile.anonymous.Facebook --emulateMobile true --connectivity 3GFast --reporter statsv --timeline true --bodies true https://en.m.wikipedia.org/wiki/Facebook +--webPageTestKey <%WMF_WPT_KEY> --webPageTestHost wpt.wmftest.org --median SpeedIndex --location <%WMF_WPT_LOCATION>:Chrome --label chrome-emulated-m --runs <%WPT_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki-mobile.anonymous.Facebook --emulateMobile true --connectivity 3GFast --reporter statsv --timeline true --bodies true --first true https://en.m.wikipedia.org/wiki/Facebook --webPageTestKey <%WMF_WPT_KEY> --webPageTestHost wpt.wmftest.org --median SpeedIndex --location <%WMF_WPT_LOCATION>:Chrome --label chrome-emulated-m --runs <%WPT_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki-mobile.anonymous.Barack_Obama --emulateMobile true --connectivity 3GFast --reporter statsv --first true --timeline true --bodies true https://en.m.wikipedia.org/wiki/Barack_Obama -- To view, visit https://gerrit.wikimedia.org/r/372043 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7964e1f3cc192bcb452989d3ff792c81f73270dd Gerrit-PatchSet: 1 Gerrit-Project: performance/WebPageTest Gerrit-Branch: master Gerrit-Owner: Phedenskog <[email protected]> Gerrit-Reviewer: Phedenskog <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
