Merge "Enable swift in tempest-full-py3"

This commit is contained in:
Zuul 2021-02-17 15:42:45 +00:00 committed by Gerrit Code Review
commit 1ae5f72750
1 changed files with 28 additions and 5 deletions

View File

@ -62,12 +62,16 @@
- job: - job:
name: tempest-full-py3 name: tempest-full-py3
parent: devstack-tempest parent: devstack-tempest
# This currently works from stable/pike on. # This job version is with swift disabled on py3
# Before stable/pike, legacy version of tempest-full # as swift was not ready on py3 until stable/train.
# 'legacy-tempest-dsvm-neutron-full' run. branches:
branches: ^(?!stable/ocata).*$ - stable/pike
- stable/queens
- stable/rocky
- stable/stein
- stable/train
description: | description: |
Base integration test with Neutron networking and py3. Base integration test with Neutron networking, swift disabled, and py3.
Former names for this job where: Former names for this job where:
* legacy-tempest-dsvm-py35 * legacy-tempest-dsvm-py35
* gate-tempest-dsvm-py35 * gate-tempest-dsvm-py35
@ -110,6 +114,25 @@
neutron-placement: true neutron-placement: true
neutron-qos: true neutron-qos: true
- job:
name: tempest-full-py3
parent: devstack-tempest
# This job version is with swift enabled on py3
# as swift is ready on py3 from stable/ussuri onwards.
branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$
description: |
Base integration test with Neutron networking, swift enable, and py3.
Former names for this job where:
* legacy-tempest-dsvm-py35
* gate-tempest-dsvm-py35
vars:
tox_envlist: full
devstack_localrc:
USE_PYTHON3: true
FORCE_CONFIG_DRIVE: true
ENABLE_VOLUME_MULTIATTACH: true
GLANCE_USE_IMPORT_WORKFLOW: True
- job: - job:
name: tempest-integrated-networking name: tempest-integrated-networking
parent: devstack-tempest parent: devstack-tempest