043bf9a213
Depends-On:https://review.opendev.org/#/c/641878/ Change-Id: I8e3120f54bbf43271d126abe3b788f0d1ab29f03
52 lines
1.6 KiB
YAML
52 lines
1.6 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/python-mistralclient
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python3-train-jobs
|
|
- openstackclient-plugin-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- 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
|
|
gate:
|
|
jobs:
|
|
- python-mistralclient-functional-devstack
|
|
- tripleo-ci-centos-7-containers-multinode
|
|
|