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

Change subject: Non voting php jobs to pipeline php5
......................................................................


Non voting php jobs to pipeline php5

MediaWiki extensions that do not pass the PHPUnit tests trigger both
hhvm and php55 non-voting job.  Lets save some cycles by only triggering
the hhvm flavor.

Move the Zend ones to php5.

Change-Id: I0972e6bc7d1f2fb4580d68c1d9496bbf21fdc2eb
---
M zuul/layout.yaml
1 file changed, 3 insertions(+), 2 deletions(-)

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 66eb06f..bd1b4b3 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1015,10 +1015,11 @@
      - php53lint
      - php55lint
      # Extensions tests with core+vendor
-     - mwext-testextension-php53-non-voting
-     - mwext-testextension-php55-non-voting
      - mwext-testextension-hhvm-non-voting
      - composer-validate
+    php5:
+     - mwext-testextension-php53-non-voting
+     - mwext-testextension-php55-non-voting
     gate-and-submit:
      - mediawiki-gate
      - php53lint

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0972e6bc7d1f2fb4580d68c1d9496bbf21fdc2eb
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to