Phedenskog has uploaded a new change for review.

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

Change subject: Use bash to collect return for different WebPageTest scripts
......................................................................

Use bash to collect return for different WebPageTest scripts

The current version using sh didn't work, thanks hashar for
helping out!

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


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/26/267226/1

diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index c4b08c7..6540f7d 100644
--- a/jjb/misc.yaml
+++ b/jjb/misc.yaml
@@ -211,7 +211,7 @@
               variable: WPT_USER_PASSWORD
     builders:
      - shell: |
-        #!/bin/sh
+        #!/bin/bash
         declare -i RESULT=0
         # These tests runs on our own WebPageTest instance
         # Securely set beforehand: WMF_WPT_KEY, WPT_USER, WPT_USER_PASSWORD
@@ -272,7 +272,7 @@
               variable: WPT_USER_PASSWORD
     builders:
      - shell: |
-        #!/bin/sh
+        #!/bin/bash
         declare -i RESULT=0
         # Securely set beforehand: WPT_ORG_WPT_KEY, WPT_USER, WPT_USER_PASSWORD
         # These tests run on WebPageTest.org

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id714a1fdb47c3d0e642c0ad5692e03ebabf16136
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