7acca6deff
The 'std' prefix was removed from the workflow name make sure it passes on both cases. Change-Id: I072fad4bf88cb078a0ae9d911c6ed06764f66036
60 lines
1.8 KiB
YAML
60 lines
1.8 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-lower-constraints-jobs
|
|
- openstack-python3-ussuri-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
|
|
# TripleO jobs that deploy Mistral.
|
|
# Note we don't use a project-template here, so it's easier
|
|
# to disable voting on one specific job if things go wrong.
|
|
# tripleo-ci-centos-7-scenario003-multinode-oooq-container will
|
|
# run in Pike and beyond.
|
|
# If you need any support to debug these jobs in case of
|
|
# failures, please reach us on #tripleo IRC channel.
|
|
- tripleo-ci-centos-7-containers-multinode:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- python-mistralclient-functional-devstack
|
|
|