75d01bfbd3
the new scenarios are a workflow that contains Jinja, Yaql expressions on a relatively big json object (4mb in size). the input for these two Scenarios is : 1. the number of tasks in the workflow - 30 in rally task 2. the size of the param object in mb - 4mb in rally task Change-Id: Ib33f26573b4b46a628f7d1d28fd18dedcb9c4738
150 lines
4.3 KiB
YAML
150 lines
4.3 KiB
YAML
- 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
|
|
devstack_local_conf:
|
|
post-config:
|
|
$MISTRAL_CONF_FILE:
|
|
engine:
|
|
execution_field_size_limit_kb: 8192
|
|
required-projects:
|
|
- openstack/rally-openstack
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
|
|
- 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
|
|
- openstack/mistral-extra
|
|
|
|
- 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
|
|
- openstack/mistral-extra
|
|
|
|
- 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/mistral-extra
|
|
- openstack-tox-py36:
|
|
required-projects:
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
- openstack-tox-py37:
|
|
required-projects:
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
- openstack-tox-py38:
|
|
required-projects:
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
- openstack-tox-docs:
|
|
required-projects:
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
- 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:
|
|
voting: false
|
|
- mistral-rally-task:
|
|
voting: false
|
|
- openstack-tox-lower-constraints:
|
|
required-projects:
|
|
- openstack/mistral-lib
|
|
- openstack/mistral-extra
|
|
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
|