Krinkle has uploaded a new change for review.

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

Change subject: [WIP] Make -npm throttled to one per node
......................................................................

[WIP] Make -npm throttled to one per node

May be needed to work around a bug in upstream. Pending investigation.

Change-Id: I3d2870fc2ea751fa3f26f1491f7b301d488a7cff
---
M jjb/job-templates-browsertests.yaml
M jjb/job-templates.yaml
M jjb/mediawiki-extensions.yaml
3 files changed, 20 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/88/188288/1

diff --git a/jjb/job-templates-browsertests.yaml 
b/jjb/job-templates-browsertests.yaml
index ffccede..09fccbf 100644
--- a/jjb/job-templates-browsertests.yaml
+++ b/jjb/job-templates-browsertests.yaml
@@ -80,8 +80,7 @@
          enabled: true
          option: 'category'
          categories:
-          # They are defined in the global configuration
-          # https://integration.wikimedia.org/ci/configure
+          # Defined in the global config at 
https://integration.wikimedia.org/ci/configure
           - browsertest-one-per-node
 
     scm:
diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index cf3ffba..1f88e99 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -48,6 +48,15 @@
     node: contintLabsSlave && UbuntuTrusty
     defaults: use-remoteonly-zuul
     concurrent: true
+    properties:
+     - throttle:
+         max-per-node: 1
+         max-total: 0
+         enabled: true
+         option: 'category'
+         categories:
+          # Defined in the global config at 
https://integration.wikimedia.org/ci/configure
+          - npm-one-per-node
     triggers:
      - zuul
     builders:
diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml
index 96dd815..c7d8323 100644
--- a/jjb/mediawiki-extensions.yaml
+++ b/jjb/mediawiki-extensions.yaml
@@ -23,10 +23,20 @@
      - csslint
 
 - job-template:
+    # Based on job-template '{name}-npm'
     name: '{name}-{ext-name}-npm'
     node: contintLabsSlave && UbuntuTrusty
     defaults: use-remoteonly-zuul
     concurrent: true
+    properties:
+     - throttle:
+         max-per-node: 1
+         max-total: 0
+         enabled: true
+         option: 'category'
+         categories:
+          # Defined in the global config at 
https://integration.wikimedia.org/ci/configure
+          - npm-one-per-node
     triggers:
      - zuul
     builders:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3d2870fc2ea751fa3f26f1491f7b301d488a7cff
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

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

Reply via email to