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

Change subject: Move some jobs from Trusty to Jessie
......................................................................


Move some jobs from Trusty to Jessie

Update jobs that run on permanent slaves:
jsduck
mediawiki-core-jsduck
mediawiki-vendor-composer-security
mwext-CirrusSearch-whitespaces
mwext-VisualEditor-jsduck
mwgate-jsduck
operations-dns-tabs
operations-mw-config-typos

jsduck is available there and grep has a sufficient version.

Bug: T161882
Change-Id: I26d982bfc2eeeec6eba3b1986935a9b799433dc5
---
M jjb/job-templates.yaml
M jjb/mediawiki-extensions.yaml
M jjb/mediawiki.yaml
M jjb/misc.yaml
M jjb/php.yaml
5 files changed, 7 insertions(+), 8 deletions(-)

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



diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index 2f85d87..89a8bad 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -1,7 +1,7 @@
 # Generic job-templates
 - job:
     name: 'jsduck'
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     defaults: use-remote-zuul-shallow-clone
     concurrent: true
     triggers:
@@ -14,7 +14,7 @@
 # used as workaround.
 - job-template:
     name: '{name}-jsduck'
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     defaults: use-remoteonly-zuul
     concurrent: true
     triggers:
@@ -188,7 +188,7 @@
     name: '{name}-tabs'
     defaults: use-remote-zuul-shallow-clone
     concurrent: true
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     triggers:
      - zuul
     builders:
diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml
index dd12da0..83264c3 100644
--- a/jjb/mediawiki-extensions.yaml
+++ b/jjb/mediawiki-extensions.yaml
@@ -222,7 +222,7 @@
 
 - job-template:
     name: 'mwext-{name}-whitespaces'
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     defaults: use-remoteonly-zuul
     concurrent: true
     properties:
diff --git a/jjb/mediawiki.yaml b/jjb/mediawiki.yaml
index 92a43fb..2c7ab9b 100644
--- a/jjb/mediawiki.yaml
+++ b/jjb/mediawiki.yaml
@@ -55,7 +55,7 @@
 
 - job-template:
     name: 'mediawiki-core-jsduck'
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     defaults: use-remote-zuul-no-submodules
     concurrent: true
     properties:
diff --git a/jjb/misc.yaml b/jjb/misc.yaml
index e47bdbd..baddfaf 100644
--- a/jjb/misc.yaml
+++ b/jjb/misc.yaml
@@ -346,8 +346,7 @@
 # Find out common typos in any files based on list of typos in a /typos file
 - job-template:
     name: '{name}-typos'
-    # Bound to Trusty since we need grep v2.11-8 for -r to not follow symlinks
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     defaults: use-remote-zuul-shallow-clone
     concurrent: true
 
diff --git a/jjb/php.yaml b/jjb/php.yaml
index da3c1fa..78f1c3f 100644
--- a/jjb/php.yaml
+++ b/jjb/php.yaml
@@ -6,7 +6,7 @@
 # have reported security issues. See also T74193.
 - job-template:
     name: '{name}-composer-security'
-    node: contintLabsSlave && UbuntuTrusty
+    node: contintLabsSlave && DebianJessie
     concurrent: true
     scm:
       - git:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I26d982bfc2eeeec6eba3b1986935a9b799433dc5
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
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