Drop hard choice on py38 for functional tests

Change-Id: Ie80d927af82c60c48568285fff897d9ebdd3030d
This commit is contained in:
Moisés Guimarães de Medeiros 2020-08-13 14:50:44 +02:00
parent 8979414153
commit 89d14a0f6e
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
- job:
name: oslo.cache-functional-tox-py38
parent: openstack-tox-py38
name: oslo.cache-functional
parent: openstack-tox
abstract: true
pre-run: playbooks/tests/functional/pre.yml
vars:
tox_envlist: functional
- job:
name: oslo.cache-functional-tox-py38-etcd3gw
parent: oslo.cache-functional-tox-py38
name: oslo.cache-functional-etcd3gw
parent: oslo.cache-functional
vars:
tox_environment:
PIFPAF_DAEMON: etcd
@ -27,4 +27,4 @@
- release-notes-jobs-python3
check:
jobs:
- oslo.cache-functional-tox-py38-etcd3gw
- oslo.cache-functional-etcd3gw