jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/358067 )

Change subject: Setup CI for MinervaNeue skin
......................................................................


Setup CI for MinervaNeue skin

* Reflect MobileFrontend two way dependency
** Note in future we hope to break this, but that's a bug
for another time
* Run all the same jobs

Bug: T166750
Change-Id: I0fb3bf52e012ad3b466066fcf4e6bdd51507bbae
---
M zuul/layout.yaml
M zuul/parameter_functions.py
2 files changed, 8 insertions(+), 1 deletion(-)

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



diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 4340749..c105200 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1780,6 +1780,11 @@
      - name: mwgate-composer
      - name: mwgate-npm
      - name: skin-tests
+     - name: mwgate-rake
+     - name: extension-selenium
+    postmerge:
+     - mwext-jsduck-publish
+     - mwext-doxygen-publish
 
   - name: mediawiki/skins/Modern
     template:
diff --git a/zuul/parameter_functions.py b/zuul/parameter_functions.py
index 607b933..b3864c4 100644
--- a/zuul/parameter_functions.py
+++ b/zuul/parameter_functions.py
@@ -124,6 +124,7 @@
 dependencies = {
     # Skins are listed first to highlight the skin dependencies
     'skins/BlueSpiceSkin': ['BlueSpiceFoundation'],
+    'skins/MinervaNeue': ['MobileFrontend'],
 
     # Extensions
     # One can add a skin by using: 'skin/XXXXX'
@@ -178,7 +179,8 @@
     'Math': ['VisualEditor', 'Wikidata'],
     'MathSearch': ['Math'],
     'MobileApp': ['Echo', 'MobileFrontend', 'VisualEditor'],
-    'MobileFrontend': ['Echo', 'VisualEditor', 'ZeroBanner', 'MobileApp'],
+    'MobileFrontend': ['Echo', 'VisualEditor', 'ZeroBanner', 'MobileApp',
+                       'skins/MinervaNeue'],
     'NamespacePopups': ['PagePopups'],
     'NavigationTiming': ['EventLogging'],
     'NSFileRepo': ['Lockdown'],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0fb3bf52e012ad3b466066fcf4e6bdd51507bbae
Gerrit-PatchSet: 3
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: Thcipriani <tcipri...@wikimedia.org>
Gerrit-Reviewer: Zfilipin <zfili...@wikimedia.org>
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