8165fb4ca1
As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1], Tempest has defined the base job 'devstack-tempest-ipv6' which will deploy services on IPv6. This commit Run 'mistral-devstack-tempest-ipv6-only' job in mistral gate. Because cyborg-tempest-ipv6-only is non-voting job it is added on check pipeline only. This is non voting because cyborg-tempest job is not yet voting. Depends-On: https://review.opendev.org/#/c/682536/ Depends-On: https://review.opendev.org/#/c/699959/ Story: #2005477 Task: #35905 [1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html Change-Id: If79c778d28b4d67721234e6bb32d4fe6d10e8609
159 lines
4.4 KiB
YAML
159 lines
4.4 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-tempest-ipv6-only
|
|
- mistral-devstack-non-apache-tempest-ipv6-only
|
|
- 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-tempest-ipv6-only
|
|
- mistral-devstack-non-apache-tempest-ipv6-only
|
|
- 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
|