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

Change subject: Create tox template for Jessie + common jobs
......................................................................


Create tox template for Jessie + common jobs

Introduce the template 'tox-{toxenv}-jessie' which is bound to the
Jessie slaves.

Create generic Jenkins jobs:

tox-doc-jessie
tox-flake8-jessie
tox-flake8-bin-jessie
tox-py27-jessie
tox-py34-jessie

Bug: T103977
Change-Id: I3bb64dd33a8d318c3d71d106f9d15204b4167755
---
M jjb/python-jobs.yaml
1 file changed, 14 insertions(+), 0 deletions(-)

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



diff --git a/jjb/python-jobs.yaml b/jjb/python-jobs.yaml
index af73737..879f27b 100644
--- a/jjb/python-jobs.yaml
+++ b/jjb/python-jobs.yaml
@@ -66,6 +66,19 @@
     publishers:
      - archive-log-dir
 
+# Same for Jessie
+- job-template:
+    name: 'tox-{toxenv}-jessie'
+    node: contintLabsSlave && DebianJessie
+    defaults: use-remote-zuul-shallow-clone
+    concurrent: true
+    triggers:
+     - zuul
+    builders:
+     - tox:
+         venv: '{toxenv}'
+    publishers:
+     - archive-log-dir
 
 # Call tox env 'doc' to generate documentation in labs and publish to
 # doc.wikimedia.org using an intermediate rsync repository in labs.
@@ -134,3 +147,4 @@
     jobs:
      - 'tox-{toxenv}'
      - 'tox-{toxenv}-trusty'
+     - 'tox-{toxenv}-jessie'

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

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

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

Reply via email to