This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.zuul.yaml
59 lines (56 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
- project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
check:
jobs:
- refstack-client-devstack-tempestconf
- refstack-client-devstack-tempestconf-py3
gate:
jobs:
- refstack-client-devstack-tempestconf
- refstack-client-devstack-tempestconf-py3
- job:
name: refstack-client-devstack-tempestconf-base
parent: devstack
description: |
Refstack client job for testing python-tempestconf and RefStack Integration
required-projects:
- openstack/refstack-client
- openstack/tempest
- openstack/devstack
- openstack/python-tempestconf
roles:
- zuul: openstack/python-tempestconf
- zuul: openstack/tempest
- zuul: openstack/devstack
- zuul: openstack/refstack-client
run: playbooks/tempestconf-refstack-devstack.yaml
vars:
user: demo
cloud_user: devstack
test_demo: true
cloud_admin: devstack-admin
irrelevant-files:
- config_tempest/tests/.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^.*\.rst$
- job:
name: refstack-client-devstack-tempestconf
parent: refstack-client-devstack-tempestconf-base
description: |
Refstack client job for testing python-tempestconf and RefStack Integration
using python2.
- job:
name: refstack-client-devstack-tempestconf-py3
parent: refstack-client-devstack-tempestconf-base
description: |
Refstack client job for testing python-tempestconf and RefStack Integration
using python3.
vars:
python_3_args: -p 3
devstack_localrc:
USE_PYTHON3: true