Krinkle has uploaded a new change for review.

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

Change subject: Migrate jshint jobs to Trusty and Labs
......................................................................

Migrate jshint jobs to Trusty and Labs

Follows-up 29d7023a (and e94262d6 / f5820781).

Had two problems:

* integration/slave-script tools were still compiled for Precise
  instead of Trusty (fixed in efc3c006c3 by removing node modules
  and re-installing on a compatible trusty CI instance).

* The job was still coded to use the old git-mwcore which isn't
  appropiate for labs. Now matches what the generic {name}-jshint
  job had already.

Change-Id: Ibe0c75c64af66f8d41abf5328f1b326ccd2d0006
---
M jjb/job-templates.yaml
M jjb/mediawiki.yaml
2 files changed, 3 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/80/222480/1

diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index 2d4aaa7..230544a 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -16,7 +16,7 @@
 # below.
 - job-template:
     name: '{name}-jslint'
-    node: contintLabsSlave && UbuntuPrecise
+    node: contintLabsSlave && UbuntuTrusty
     defaults: use-remote-zuul-no-submodules
     concurrent: true
     triggers:
diff --git a/jjb/mediawiki.yaml b/jjb/mediawiki.yaml
index 6b28f57..a490503 100644
--- a/jjb/mediawiki.yaml
+++ b/jjb/mediawiki.yaml
@@ -6,13 +6,11 @@
 
 - job-template:
     name: 'mediawiki-core-jslint'
-    node: contintLabsSlave && UbuntuPrecise
-    defaults: use-zuul
+    node: contintLabsSlave && UbuntuTrusty
+    defaults: use-remote-zuul-no-submodules
     concurrent: true
     logrotate:
         daysToKeep: 15
-    scm:
-     - git-mwcore
     triggers:
      - zuul
     builders:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe0c75c64af66f8d41abf5328f1b326ccd2d0006
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

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

Reply via email to