jenkins-bot has submitted this change and it was merged.

Change subject: Run luasandbox tests under HHVM
......................................................................


Run luasandbox tests under HHVM

Change-Id: I32ad755b41d4a6f09f4d16e0437ae5b6e36e59d6
---
M jjb/php-extensions.yaml
M zuul/layout.yaml
2 files changed, 19 insertions(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/php-extensions.yaml b/jjb/php-extensions.yaml
index 23910ff..8d8b12e 100644
--- a/jjb/php-extensions.yaml
+++ b/jjb/php-extensions.yaml
@@ -24,3 +24,20 @@
          hphpize
          cmake .
          make
+
+# Version that runs the HHVM tests using a kind
+# of hack.
+- job:
+    name: 'php-compile-hhvm-test'
+    node: contintLabsSlave && UbuntuTrusty
+    defaults: use-remoteonly-zuul
+    triggers:
+     - zuul
+    builders:
+     - shell: |
+         hhvm --version
+         hphpize
+         cmake .
+         make
+         phpize # Generate run-tests.php
+         ./hhvm-test.sh run-tests.php
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 5957449..a1ab3f8 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -7946,10 +7946,10 @@
   - name: mediawiki/php/luasandbox
     # no check pipeline since -build runs code :-)
     test:
-      - php-compile-hhvm
+      - php-compile-hhvm-test
       - php-compile-php55
     gate-and-submit:
-      - php-compile-hhvm
+      - php-compile-hhvm-test
       - php-compile-php55
 
   - name: mediawiki/php/NativePreprocessor

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I32ad755b41d4a6f09f4d16e0437ae5b6e36e59d6
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to