Hashar has uploaded a new change for review.

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

Change subject: Make yamllint job runnable again
......................................................................

Make yamllint job runnable again

The job was tied to hasSlaveScripts but it is only available on
production machines. That prevented the job from running:

Before this change we had 8 jobs pending and no worker:

    gallium:~$ zuul-gearman.py status|grep build:yamllint
    build:yamllint  8       0       0
    build:yamllint:UbuntuPrecise    0       0       0
    build:yamllint:hasSlaveScripts  0       0       0

After there are 8, 4 being processed and 20 workers available:

    gallium:~$ zuul-gearman.py status|grep build:yamllint
    build:yamllint  8       4       20
    build:yamllint:UbuntuPrecise    0       0       20
    build:yamllint:hasSlaveScripts  0       0       0
    build:yamllint:contintLabsSlave 0       0       20

Change-Id: Icb37c94f111b56ad3b70c1458e99a0172db7f444
---
M jjb/job-templates.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/76/199876/1

diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index e704631..2d181a7 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -333,7 +333,7 @@
 - job:
     name: 'yamllint'
     defaults: use-remote-zuul-shallow-clone
-    node: contintLabsSlave && hasSlaveScripts && UbuntuPrecise
+    node: contintLabsSlave && UbuntuPrecise
     concurrent: true
     triggers:
      - zuul

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icb37c94f111b56ad3b70c1458e99a0172db7f444
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

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

Reply via email to