forked from fog/fog-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zuul.yaml
More file actions
35 lines (33 loc) · 722 Bytes
/
.zuul.yaml
File metadata and controls
35 lines (33 loc) · 722 Bytes
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
- project:
check:
jobs:
- fog-openstack-unittest-test
- fog-openstack-unittest-spec
- job:
name: fog-openstack-unittest-test
parent: init-test
description: |
fog-openstack unittest test tests
run: playbooks/fog-openstack-unittest-test/run.yaml
vars:
rvm:
2.3.8
2.4.5
2.5.3
2.6.0
jruby-head
nodeset: ubuntu-xenial
- job:
name: fog-openstack-unittest-spec
parent: init-test
description: |
fog-openstack unittest spec tests
run: playbooks/fog-openstack-unittest-spec/run.yaml
vars:
rvm:
2.3.8
2.4.5
2.5.3
2.6.0
jruby-head
nodeset: ubuntu-xenial