jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/352583 )
Change subject: Increase timeouts for mobile phone tests in WebPageTest ...................................................................... Increase timeouts for mobile phone tests in WebPageTest Increased timeouts from 10 minutes to 30 minutes. It seems more people uses them now and we get a more timeouts. The "bad" thing about this is that we will keep the Jenkins worker busy when we wait for WebPageTest to finish. Bug: T163648 Change-Id: Id94a6c8e124b3d1f86c16afc265afacb78bd6dcc --- M scripts/batch/mobile-wpt-org.txt 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Krinkle: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/batch/mobile-wpt-org.txt b/scripts/batch/mobile-wpt-org.txt index 1d02e04..f4822e7 100644 --- a/scripts/batch/mobile-wpt-org.txt +++ b/scripts/batch/mobile-wpt-org.txt @@ -11,14 +11,14 @@ # nodejs installed), just make sure to change the value of the WebPageTest key: # $ WPT_ORG_WPT_KEY=SECRET_KEY STATSV_ENDPOINT=http://localhost WPT_ORG_MOBILE_RUNS=1 bin/index.js --batch ./scripts/batch/mobile-wpt-org.txt ---webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_MotoG:Motorola G - Chrome --label chrome-m --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 600 --reporter statsv https://en.m.wikipedia.org/wiki/Facebook +--webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_MotoG:Motorola G - Chrome --label chrome-m --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 1800 --reporter statsv https://en.m.wikipedia.org/wiki/Facebook ---webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_MotoG:Motorola G - UC Mini --label uc-mini --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 600 --reporter statsv https://en.m.wikipedia.org/wiki/Facebook +--webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_MotoG:Motorola G - UC Mini --label uc-mini --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 1800 --reporter statsv https://en.m.wikipedia.org/wiki/Facebook --webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_MotoG:Motorola G - Opera Mini --label opera-mini --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 1800 --reporter statsv https://en.m.wikipedia.org/wiki/Facebook # Experimental run using iPhone 6 ---webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_iPhone6 --label iphone6 --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 600 --first true --reporter statsv https://en.m.wikipedia.org/wiki/Facebook +--webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_iPhone6 --label iphone6 --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 1800 --first true --reporter statsv https://en.m.wikipedia.org/wiki/Facebook # Experimental run using iPad Mini 2 ---webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_iPadMini2 --label ipadmini2 --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 600 --first true --reporter statsv https://en.m.wikipedia.org/wiki/Facebook +--webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost https://www.webpagetest.org --median SpeedIndex --location Dulles_iPadMini2 --label ipadmini2 --runs <%WPT_ORG_MOBILE_RUNS> --endpoint <%STATSV_ENDPOINT> --connectivity 3GFast --namespace webpagetest.enwiki-mobile.anonymous.Facebook --timeout 1800 --first true --reporter statsv https://en.m.wikipedia.org/wiki/Facebook -- To view, visit https://gerrit.wikimedia.org/r/352583 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id94a6c8e124b3d1f86c16afc265afacb78bd6dcc Gerrit-PatchSet: 1 Gerrit-Project: performance/WebPageTest Gerrit-Branch: master Gerrit-Owner: Phedenskog <[email protected]> Gerrit-Reviewer: Gilles <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
