Files
rally-openstack/.zuul.d/zuul.yaml
Andrey Kurilin a136480678 Restore jobs for all projects
Change-Id: I8a98e216070da16805cc49f35ff0807d478f2dcf
2018-03-05 19:04:14 +02:00

88 lines
2.5 KiB
YAML

- job:
name: rally-tox-pep8
parent: tox
description: |
Run test for rally project.
Uses tox with the ``pep8`` environment.
vars:
tox_envlist: pep8
- job:
name: rally-tox-py27
parent: tox
description: |
Run test for rally project.
Uses tox with the ``py27`` environment.
vars:
tox_envlist: py27
- job:
name: rally-tox-py35
parent: tox
description: |
Run test for rally project.
Uses tox with the ``py35`` environment.
vars:
tox_envlist: py35
- project:
check:
jobs:
- rally-tox-pep8
- rally-tox-py27
- rally-tox-py35
- rally-task-simple-job
- rally-task-basic-with-existing-users:
# use_existing_users key did not trigger proper ansible tasks
voting: false
# NOTE(andreykurilin): this requires more thing to configure before
# launching.
#- rally-task-designate
- rally-task-heat
- rally-task-ironic
- rally-task-keystone-glance-swift
- rally-task-magnum:
voting: false
# NOTE(andreykurilin): manila requires some specific configuration.
# Calling special hook can help.
# https://github.com/openstack/manila/blob/master/playbooks/legacy/rally-dsvm-manila-multibackend/run.yaml
#- rally-task-manila
#- rally-task-manila-no-ss
- rally-task-mistral
# it did not work for a long time. try to re-configure it
#- rally-task-monasca
- rally-task-murano:
# some workloads began fail. need more time to investigate
voting: false
- rally-task-neutron:
# should fail due to novaclient release
voting: false
- rally-task-neutron-with-extensions:
# more services should be enabled
voting: false
- rally-task-nova:
# should fail due to novaclient release
voting: false
# it did not work for a long time
#- rally-task-senlin
- rally-task-telemetry
- rally-task-watcher:
# watcher-api did not start last time
voting: false
- rally-task-zaqar
gate:
jobs:
- rally-tox-pep8
- rally-tox-py27
- rally-tox-py35
- rally-task-simple-job
- rally-task-heat
- rally-task-ironic
- rally-task-keystone-glance-swift
- rally-task-mistral
- rally-task-telemetry
- rally-task-zaqar