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

Change subject: Experimental jobs for Tilerator and Kartotherian
......................................................................


Experimental jobs for Tilerator and Kartotherian

Similar to other services, the source repo will be tested with the
generic job. The 'deploy' repo need a custom job that checkout
submodules.

Create:
    kartotherian-deploy-npm-node-4-jessie
    tilerator-deploy-npm-node-4-jessie

Add jobs to the 'experimental' pipeline since they are currently
failling. The test suite references a non existing /config.yaml

Bug: T142740
Change-Id: I2686154e68a35918845e9b9cf08caf3d6b799a04
---
M jjb/mediawiki-services.yaml
M zuul/layout.yaml
2 files changed, 34 insertions(+), 0 deletions(-)

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



diff --git a/jjb/mediawiki-services.yaml b/jjb/mediawiki-services.yaml
index d8192fe..c4bc4c2 100644
--- a/jjb/mediawiki-services.yaml
+++ b/jjb/mediawiki-services.yaml
@@ -21,6 +21,13 @@
      - '{name}-{repository}-npm-node-4-jessie'
 
 - project:
+    name: 'kartotherian'
+    repository:
+     - deploy
+    jobs:
+     - '{name}-{repository}-npm-node-4-jessie'
+
+- project:
     name: 'mathoid'
     repository:
      - deploy
@@ -33,3 +40,10 @@
      - deploy
     jobs:
      - '{name}-{repository}-npm-node-4-jessie'
+
+- project:
+    name: 'tilerator'
+    repository:
+     - deploy
+    jobs:
+     - '{name}-{repository}-npm-node-4-jessie'
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index c7694bb..eeb7e95 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1331,17 +1331,37 @@
     test:
       - debian-glue-non-voting
 
+  - name: maps/kartotherian
+    test:
+      - noop
+    gate-and-submit:
+      - noop
+    experimental:
+      - npm-node-4
+
   - name: maps/kartotherian/deploy
     test:
       - noop
     gate-and-submit:
       - noop
+    experimental:
+      - kartotherian-deploy-npm-node-4-jessie
+
+  - name: maps/tilerator
+    test:
+      - noop
+    gate-and-submit:
+      - noop
+    experimental:
+      - npm-node-4
 
   - name: maps/tilerator/deploy
     test:
       - noop
     gate-and-submit:
       - noop
+    experimental:
+      - tilerator-deploy-npm-node-4-jessie
 
   - name: mediawiki/core
     template:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2686154e68a35918845e9b9cf08caf3d6b799a04
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Yurik <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to