forked from openstack/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzuul.yaml
47 lines (41 loc) · 1.02 KB
/
zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- 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