rally/zuul.yaml
Andrey Kurilin 85d7eb3760 [evil][ci] Preparing to remove all OpenStack in-tree plugins
Installing 'rally-openstack' package in our devstack plugin can simplify
adoption of a new package, i.e no need to rework legacy jobs while
porting custom plugins to use new package.

Also, this patch removes checking for openstack samples, since it should
be done in rally-openstack repo

Change-Id: I3446ccd5a36cb686282e85a9ea210d1723da1fef
2018-06-13 16:01:00 +03:00

48 lines
1.0 KiB
YAML

- job:
name: rally-install-ubuntu-xenial
parent: base
nodeset: ubuntu-xenial
run: tests/ci/playbooks/rally-install/run.yaml
timeout: 1800
- job:
name: rally-install-centos-7
parent: base
nodeset: centos-7
run: tests/ci/playbooks/rally-install/run.yaml
timeout: 1800
- job:
name: rally-database-migration
parent: base
nodeset: ubuntu-xenial
run: tests/ci/playbooks/rally-database-migration/run.yaml
timeout: 1800
- job:
name: rally-tox-self
parent: tox
description: |
Run test for rally project.
Uses tox with the ``self`` environment.
vars:
tox_envlist: self
- project:
check:
jobs:
- rally-database-migration
- rally-install-ubuntu-xenial
- rally-install-centos-7
- openstack-tox-functional
- rally-tox-self
gate:
jobs:
- rally-database-migration
- rally-install-ubuntu-xenial
- rally-install-centos-7
- openstack-tox-functional
- rally-tox-self