Add job to run tempest-full with Python 3.6

We use Ubuntu Bionic (18.04 LTS) as it has got python3.6 as default
python3 interpreter.

Change-Id: Ie86e3fe6c84cb8d6f1915f302976d472461ed678
This commit is contained in:
Jens Harbott 2018-02-26 10:54:48 +00:00
parent cfb3a73d2b
commit ff03e22023
1 changed files with 30 additions and 0 deletions

View File

@ -81,6 +81,26 @@
# without Swift, c-bak cannot run (in the Gate at least)
c-bak: false
- nodeset:
name: openstack-bionic-node
nodes:
- name: controller
label: ubuntu-bionic
groups:
- name: tempest
nodes:
- controller
- job:
name: tempest-full-py36
parent: tempest-full-py3
nodeset: openstack-bionic-node
branches:
- master
description: |
Base integration test with Neutron networking and py36.
voting: false
- job:
name: tempest-full-queens
parent: tempest-full
@ -198,6 +218,16 @@
- ^setup.cfg$
- ^tempest/hacking/.*$
- ^tempest/tests/.*$
- tempest-full-py36:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tempest/hacking/.*$
- ^tempest/tests/.*$
- tempest-full-queens:
irrelevant-files:
- ^(test-|)requirements.txt$