-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
65 lines (59 loc) · 1.36 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
60
61
62
63
64
65
- nodeset:
name: shake-factory-latest
nodes:
- label: zuul-worker-haskell-ghc9
name: container
- job:
name: shake-factory-hlint
nodeset: shake-factory-latest
parent: hlint
- job:
abstract: true
name: shake-factory-base
nodeset: shake-factory-latest
required-projects:
- name: softwarefactory-project.io/software-factory/shake-factory
roles:
- zuul: zuul-jobs
run: playbooks/shake.yaml
vars:
shake_target: ''
- job:
name: shake-factory-test
parent: shake-factory-base
- job:
name: shake-factory-docs
parent: shake-factory-base
post-run:
- playbooks/docs.yaml
vars:
docs_dir: build/docs
shake_target: docs
- job:
name: shake-factory-publish-docs
nodeset: shake-factory-latest
parent: docssf-publish
post-run:
- playbooks/docs.yaml
required-projects:
- name: softwarefactory-project.io/software-factory/shake-factory
roles:
- zuul: zuul-jobs
run: playbooks/shake.yaml
vars:
docs_dir: build/docs
shake_target: docs
- project:
check:
jobs:
- shake-factory-hlint
- shake-factory-test
- shake-factory-docs
gate:
jobs:
- shake-factory-hlint
- shake-factory-test
- shake-factory-docs
post:
jobs:
- shake-factory-publish-docs