b94abb44d9
tox.ini started failing with tox4 which had some incompatible changes. One of them is to allow external command to run by adding them into allowlist_externals and make passenv in new lines. Fixing tox.ini for tox4 changes. Minimal python version is now 3.8 Other minor fixes: * Use devstack-alt-member in tests instead of devstack-alt, as the later is having admin role now. * Fix some of the functional tests not working anymore with the latest mistral changes. * Removing standard actions tests as they are not standard anymore (they are in mistral-extra) Change-Id: Ic0620135c286855dd4befb52eb55522b605eb863 Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
- job:
|
|
name: python-mistralclient-functional-devstack
|
|
parent: devstack-tox-functional-consumer
|
|
timeout: 9000
|
|
vars:
|
|
devstack_plugins:
|
|
mistral: https://opendev.org/openstack/mistral
|
|
heat: https://opendev.org/openstack/heat
|
|
devstack_services:
|
|
heat: true
|
|
h-api: true
|
|
h-api-cfn: true
|
|
h-api-cw: true
|
|
h-eng: true
|
|
tox_envlist: functional
|
|
tox_environment:
|
|
IDENTITY_API_VERSION: 3
|
|
PYTHONUNBUFFERED: 'true'
|
|
MISTRAL_USE_MOD_WSGI: true
|
|
MISTRAL_RPC_IMPLEMENTATION: oslo
|
|
MYSQL_ROOT_PW: secretdatabase
|
|
required-projects:
|
|
- openstack/heat
|
|
- openstack/mistral
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
- openstack/python-mistralclient
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-python3-jobs
|
|
- openstackclient-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- openstack-tox-cover:
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^.zuul.yaml$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- python-mistralclient-functional-devstack
|
|
gate:
|
|
jobs:
|
|
- python-mistralclient-functional-devstack
|
|
|