Paladox has uploaded a new change for review.

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

Change subject: [Scribunto] Add template extension-gate to Scribunto
......................................................................

[Scribunto] Add template extension-gate to Scribunto

Also add some tests such as php lint and php composer validate since
switching to extension-gate removes some of those tests.

Also add experimental: tests

This new tests are temporarily since there is a patch that should add the
tests to the extension-gate template making everything easy.

Bug: T125050
Change-Id: I6fde00181da3b78a044baa056ae98a558b2f3a53
---
M jjb/mediawiki.yaml
M zuul/layout.yaml
2 files changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/58/267458/1

diff --git a/jjb/mediawiki.yaml b/jjb/mediawiki.yaml
index 72901c3..af3737a 100644
--- a/jjb/mediawiki.yaml
+++ b/jjb/mediawiki.yaml
@@ -398,6 +398,7 @@
               ParserFunctions
               PdfHandler
               SandboxLink
+              Scribunto
               SpamBlacklist
               Thanks
               TimedMediaHandler
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 39f3237..9db86fc 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -6753,10 +6753,19 @@
   - name: mediawiki/extensions/Scribunto
     template:
       - name: jshint
-      - name: extension-unittests-generic
+      - name: extension-gate
       - name: npm
     check:
       - jsonlint
+      - php53lint
+      - php-composer-validate
+    test:
+      - php53lint
+      - php-composer-validate
+    experimental:
+      - mwext-testextension-php53-composer
+      - mwext-testextension-hhvm-composer
+      - php-composer-test
 
   - name: mediawiki/extensions/ShortUrl
     template:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6fde00181da3b78a044baa056ae98a558b2f3a53
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

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

Reply via email to