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

Change subject: Enable Ruby lint and QUnit for CentralNotice
......................................................................


Enable Ruby lint and QUnit for CentralNotice

Change-Id: Idca2e6ee96ae4240fe765ad1f0da743e6baa9df2
---
M jjb/mediawiki-extensions.yaml
M zuul/layout.yaml
2 files changed, 15 insertions(+), 0 deletions(-)

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



diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml
index 9083751..a1d2497 100644
--- a/jjb/mediawiki-extensions.yaml
+++ b/jjb/mediawiki-extensions.yaml
@@ -1023,6 +1023,9 @@
 
      - '{name}-{ext-name}-qunit':
         name: mwext
+        ext-name: CentralNotice
+     - '{name}-{ext-name}-qunit':
+        name: mwext
         ext-name: ContentTranslation
         dependencies: 'UniversalLanguageSelector'
      - '{name}-{ext-name}-qunit':
@@ -1172,6 +1175,14 @@
      - '{name}-ruby1.9.3lint'
 
 - project:
+    name: 'mwext-CentralNotice'
+    jobs:
+     - '{name}-bundle-{bundlecommand}':
+         bundlecommand:
+          - rubocop
+     - '{name}-ruby1.9.3lint'
+
+- project:
     name: 'mwext-CirrusSearch'
     jobs:
      - '{name}-bundle-{bundlecommand}':
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index fc8a207..65a9205 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1455,6 +1455,8 @@
     voting: false
   - name: mwext-CentralAuth-bundle-rubocop
     voting: false
+  - name: mwext-CentralNotice-bundle-rubocop
+    voting: false
   - name: mwext-CirrusSearch-bundle-rubocop
     voting: false
   - name: mwext-ContentTranslation-bundle-rubocop
@@ -2812,7 +2814,9 @@
 
   - name: mediawiki/extensions/CentralNotice
     template:
+      - name: extension-qunit
       - name: extension-unittests
+      - name: extension-rubylint
 
   - name: mediawiki/extensions/CirrusSearch
     template:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idca2e6ee96ae4240fe765ad1f0da743e6baa9df2
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to