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:
parent
cfb3a73d2b
commit
ff03e22023
30
.zuul.yaml
30
.zuul.yaml
@ -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$
|
||||
|
Loading…
x
Reference in New Issue
Block a user