2017-10-02 11:50:45 -04:00
|
|
|
- job:
|
2017-12-13 10:56:20 -05:00
|
|
|
name: mistral-devstack-base
|
|
|
|
parent: devstack
|
|
|
|
timeout: 7800
|
|
|
|
vars:
|
|
|
|
devstack_plugins:
|
|
|
|
mistral: https://git.openstack.org/openstack/mistral
|
|
|
|
heat: https://git.openstack.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
|
2017-10-02 11:50:45 -04:00
|
|
|
required-projects:
|
|
|
|
- openstack-dev/devstack
|
|
|
|
- openstack-infra/devstack-gate
|
|
|
|
- openstack/heat
|
|
|
|
- openstack/mistral
|
|
|
|
- openstack/python-mistralclient
|
2017-12-10 15:25:48 +05:30
|
|
|
- openstack/mistral-tempest-plugin
|
2017-10-02 11:50:45 -04:00
|
|
|
|
|
|
|
- job:
|
2017-12-13 10:56:20 -05:00
|
|
|
name: mistral-rally-task
|
|
|
|
parent: mistral-devstack-base
|
|
|
|
run: playbooks/rally/run.yaml
|
|
|
|
vars:
|
|
|
|
devstack_plugins:
|
|
|
|
rally: https://git.openstack.org/openstack/rally
|
|
|
|
tox_environment:
|
|
|
|
DEVSTACK_GATE_TEMPEST_LARGE_OPS: 0
|
|
|
|
DEVSTACK_GATE_EXERCISES: 0
|
|
|
|
RALLY_SCENARIO: task-{{ zuul.project.canonical_name }}
|
|
|
|
DEVSTACK_GATE_NEUTRON: 1
|
2017-10-02 11:50:45 -04:00
|
|
|
required-projects:
|
2017-12-13 10:56:20 -05:00
|
|
|
- openstack/rally
|
2017-10-02 11:50:45 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: mistral-docker-buildimage
|
2017-12-13 10:56:20 -05:00
|
|
|
parent: publish-openstack-artifacts
|
|
|
|
run: playbooks/docker-buildimage/run.yaml
|
|
|
|
post-run: playbooks/docker-buildimage/post.yaml
|
2017-10-02 11:50:45 -04:00
|
|
|
timeout: 1800
|
|
|
|
required-projects:
|
|
|
|
- openstack/mistral
|
|
|
|
|
2017-12-13 10:56:20 -05:00
|
|
|
# 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
|
2017-10-02 11:50:45 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: mistral-tox-unit-mysql
|
2017-12-13 10:56:20 -05:00
|
|
|
parent: openstack-tox
|
|
|
|
vars:
|
|
|
|
tox_envlist: unit-mysql
|
2017-10-02 11:50:45 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: mistral-tox-unit-postgresql
|
2017-12-13 10:56:20 -05:00
|
|
|
parent: openstack-tox
|
|
|
|
vars:
|
|
|
|
tox_envlist: unit-postgresql
|
|
|
|
tox_environment: { CI_PROJECT: "{{ zuul['project']['name'] }}" }
|
2017-10-02 11:50:45 -04:00
|
|
|
|
|
|
|
- project:
|
|
|
|
check:
|
|
|
|
jobs:
|
|
|
|
- openstack-tox-cover:
|
|
|
|
voting: false
|
2017-12-13 10:56:20 -05:00
|
|
|
- mistral-devstack
|
|
|
|
- mistral-devstack-non-apache:
|
2017-10-02 11:50:45 -04:00
|
|
|
branches: ^(?!stable/(newton|ocata)).*$
|
2017-12-13 10:56:20 -05:00
|
|
|
- mistral-devstack-kombu:
|
|
|
|
branches: ^(?!stable/newton).*$
|
2017-11-24 17:10:12 +00:00
|
|
|
- mistral-tox-unit-mysql
|
|
|
|
- mistral-tox-unit-postgresql
|
2017-11-18 12:16:39 -08:00
|
|
|
# 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 will only
|
|
|
|
# run on stable/pike while the -container will run in Queens
|
|
|
|
# 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-scenario003-multinode-oooq
|
|
|
|
- tripleo-ci-centos-7-scenario003-multinode-oooq-container
|
2017-12-13 10:56:20 -05:00
|
|
|
# Disable the rally job until it actually works
|
|
|
|
# - mistral-rally-task:
|
|
|
|
# voting: false
|
2017-10-02 11:50:45 -04:00
|
|
|
gate:
|
|
|
|
jobs:
|
2017-12-13 10:56:20 -05:00
|
|
|
- mistral-devstack
|
|
|
|
- mistral-devstack-non-apache
|
2017-11-24 17:10:12 +00:00
|
|
|
- mistral-tox-unit-mysql
|
|
|
|
- mistral-tox-unit-postgresql
|
2017-11-18 12:16:39 -08:00
|
|
|
- tripleo-ci-centos-7-scenario003-multinode-oooq
|
|
|
|
- tripleo-ci-centos-7-scenario003-multinode-oooq-container
|
2017-12-13 10:56:20 -05:00
|
|
|
- mistral-devstack-kombu
|
2017-10-02 11:50:45 -04:00
|
|
|
post:
|
|
|
|
jobs:
|
|
|
|
- mistral-docker-buildimage:
|
|
|
|
branches: master
|
|
|
|
experimental:
|
|
|
|
jobs:
|
|
|
|
- mistral-docker-buildimage:
|
|
|
|
branches: master
|
2017-12-13 10:56:20 -05:00
|
|
|
# This job doesn't work yet.
|
|
|
|
# - mistral-ha:
|
|
|
|
# voting: false
|