Krinkle has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/341461 )
Change subject: performance-webpagetest: Raise runs from 5 to 6 for desktop tests ...................................................................... performance-webpagetest: Raise runs from 5 to 6 for desktop tests Local tests: * Desktop: 5 => 6 runs. * Mobile: 5 runs. webpagetest.org tests: * Desktop: 5 => 6 runs. * Mobile: 3 runs. <https://calendar.perfplanet.com/2016/measuring-webpagetest-precision/#conclusion> Change-Id: Ie0aa2c0abb229810a9eb425a4f53ca827c9795e0 --- M jjb/misc.yaml 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/config refs/changes/61/341461/1 diff --git a/jjb/misc.yaml b/jjb/misc.yaml index 06876d0..dd143ff 100644 --- a/jjb/misc.yaml +++ b/jjb/misc.yaml @@ -276,8 +276,8 @@ declare -i RESULT=0 # These tests runs on our own WebPageTest instance export STATSV_ENDPOINT="https://www.wikimedia.org/beacon/statsv" - export WPT_RUNS="5" - export WPT_MOBILE_RUNS="5" + export WPT_RUNS="6" + export WPT_MOBILE_RUNS="4" export WMF_WPT_LOCATION="us-east-1" npm install --production ./bin/index.js --batch ./scripts/batch/mobile.txt @@ -339,7 +339,7 @@ # Note: We can make 1000 runs per day export STATSV_ENDPOINT="https://www.wikimedia.org/beacon/statsv" export WPT_ORG_MOBILE_RUNS="3" - export WPT_ORG_RUNS="5" + export WPT_ORG_RUNS="6" npm install --production ./bin/index.js --batch ./scripts/batch/mobile-wpt-org.txt RESULT+=$? -- To view, visit https://gerrit.wikimedia.org/r/341461 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie0aa2c0abb229810a9eb425a4f53ca827c9795e0 Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Krinkle <krinklem...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits