mistral/.zuul.yaml
Dougal Matthews 822ea0ec22 Remove the TripleO standalone job
Despite the comment in .zuul.yaml this job actually doesn't use Mistral.
It is installed, but not used. This can be seen in the Mistral logs
which have minimal output (other than that of the workbooks being
loaded).

https://c867b5a19c86ae8c3ab7-a51f273e08e05c861a2fa6ace8476176.ssl.cf1.rackcdn.com/695212/2/check/tripleo-ci-centos-7-scenario003-standalone/4827980/logs/undercloud/var/log/containers/mistral/

Th other TripleO job also covers this case and then uses Mistral. This
patch removes the job which has been wasting resources for quite some
time now.

Change-Id: Ie3381c7226d50591192ae61697bdb0d134ddf4f1
2019-11-21 09:27:09 +00:00

155 lines
4.2 KiB
YAML

- job:
name: mistral-devstack-base
parent: devstack
timeout: 7800
vars:
devstack_localrc:
USE_PYTHON3: true
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_environment:
IDENTITY_API_VERSION: 3
PYTHONUNBUFFERED: 'true'
MISTRAL_USE_MOD_WSGI: true
MISTRAL_RPC_IMPLEMENTATION: oslo
MYSQL_ROOT_PW: secretdatabase
required-projects:
- openstack/devstack
- openstack/devstack-gate
- openstack/heat
- openstack/mistral
- openstack/python-mistralclient
- openstack/mistral-tempest-plugin
- openstack/mistral-lib
- job:
name: mistral-rally-task
parent: rally-task-mistral
vars:
devstack_plugins:
rally-openstack: https://opendev.org/openstack/rally-openstack
rally_task: rally-jobs/task-mistral.yaml
devstack_localrc:
USE_PYTHON3: true
required-projects:
- openstack/rally-openstack
- job:
name: mistral-docker-buildimage
parent: publish-openstack-artifacts
run: playbooks/docker-buildimage/run.yaml
post-run: playbooks/docker-buildimage/post.yaml
timeout: 1800
required-projects:
- openstack/mistral
- job:
name: mistral-docker-buildimage-test
run: playbooks/docker-buildimage/run.yaml
post-run: playbooks/docker-buildimage/post.yaml
timeout: 1800
required-projects:
- openstack/mistral
# This job does not work. We can come back to it later.
# - job:
# name: mistral-ha
# parent: legacy-base
# run: playbooks/legacy/mistral-ha/run
# timeout: 4200
- job:
name: mistral-tox-unit-mysql
parent: openstack-tox
vars:
tox_envlist: unit-mysql
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
timeout: 3600
required-projects:
- openstack/mistral-lib
- job:
name: mistral-tox-unit-postgresql
parent: openstack-tox
vars:
tox_envlist: unit-postgresql
tox_environment: {CI_PROJECT: "{{ zuul['project']['name'] }}"}
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
timeout: 3600
required-projects:
- openstack/mistral-lib
- project:
templates:
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-cover:
voting: false
irrelevant-files:
- ^.zuul.yaml$
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
required-projects:
- openstack/mistral-lib
- openstack-tox-py36:
required-projects:
- openstack/mistral-lib
- openstack-tox-py37:
required-projects:
- openstack/mistral-lib
- mistral-devstack
- mistral-devstack-non-apache
- mistral-devstack-kombu
- mistral-tox-unit-mysql
- mistral-tox-unit-postgresql
# 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.
# 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
- mistral-rally-task:
voting: false
- openstack-tox-lower-constraints:
required-projects:
- openstack/mistral-lib
gate:
queue: mistral
jobs:
- mistral-devstack
- mistral-devstack-non-apache
- mistral-tox-unit-mysql
- mistral-tox-unit-postgresql
- mistral-devstack-kombu
- openstack-tox-lower-constraints
- tripleo-ci-centos-7-undercloud-containers
post:
jobs:
- mistral-docker-buildimage:
branches: master
experimental:
jobs:
- mistral-docker-buildimage-test:
branches: master
# This job doesn't work yet.
# - mistral-ha:
# voting: false