Phedenskog has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/249112

Change subject: Correct path to the runner
......................................................................

Correct path to the runner

Over time we changed the path to the start script and moved it
to standarised bin/index.js instead of lib/index.js

Change-Id: Idddfcd3a605b9f804d27dc26f92a98c054717a23
---
M jjb/misc.yaml
1 file changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/12/249112/1

diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index eb142fb..cf78fe0 100644
--- a/jjb/misc.yaml
+++ b/jjb/misc.yaml
@@ -223,14 +223,14 @@
         export WPT_ORG_RUNS="11"
         export WMF_WPT_LOCATION="us-east-1"
         npm install --production
-        node ./lib/index.js --batch ./scripts/batch/mobile.txt
-        node ./lib/index.js --batch ./scripts/batch/desktop.txt
-        node ./lib/index.js --batch ./scripts/batch/login-mobile.txt
-        node ./lib/index.js --batch ./scripts/batch/login-desktop.txt
-        node ./lib/index.js --batch ./scripts/batch/second-view-mobile.txt
-        node ./lib/index.js --batch ./scripts/batch/second-view-desktop.txt
+        node ./bin/index.js --batch ./scripts/batch/mobile.txt
+        node ./bin/index.js --batch ./scripts/batch/desktop.txt
+        node ./bin/index.js --batch ./scripts/batch/login-mobile.txt
+        node ./bin/index.js --batch ./scripts/batch/login-desktop.txt
+        node ./bin/index.js --batch ./scripts/batch/second-view-mobile.txt
+        node ./bin/index.js --batch ./scripts/batch/second-view-desktop.txt
         # Run wpt-org last
-        node ./lib/index.js --batch ./scripts/batch/mobile-wpt-org.txt
+        node ./bin/index.js --batch ./scripts/batch/mobile-wpt-org.txt
     publishers:
       - workspace-cleanup
 

-- 
To view, visit https://gerrit.wikimedia.org/r/249112
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idddfcd3a605b9f804d27dc26f92a98c054717a23
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Phedenskog <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to