Merge "Add Python 3.6 tox jobs"

This commit is contained in:
Jenkins 2017-08-21 23:47:03 +00:00 committed by Gerrit Code Review
commit bec40ef297
4 changed files with 34 additions and 0 deletions

View File

@ -659,6 +659,11 @@
builders:
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh py35"
- builder:
name: python36
builders:
- shell: "/usr/local/jenkins/slave_scripts/run-tox.sh py36"
- builder:
name: pypy
builders:

View File

@ -535,6 +535,8 @@
jobs:
- python-jobs
- 'gate-{name}-python36-{node}-nv':
node: fedora-26
- pypi-jobs
- openstack-publish-jobs
- openstack-releasenotes-jobs

View File

@ -305,6 +305,32 @@
node: ubuntu-xenial
# Initial Python3.6 testing.
- job-template:
name: 'gate-{name}-python36-{node}-nv'
wrappers:
- build-timeout:
timeout: 40
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- zuul-git-prep-upper-constraints
- install-distro-packages
- extra-test-setup
- revoke-sudo
- python36
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'
- job-template:
name: 'gate-{name}-pypy'

View File

@ -3648,6 +3648,7 @@ projects:
- name: release-notes-jobs
check:
- gate-bashate-devstack
- gate-bashate-python36-fedora-26-nv
- name: openstack-dev/ci-sandbox
template: