-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
53 lines (53 loc) · 1.44 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
- project:
templates:
- sf-ci-jobs
- sf-ci-packages-publish
check:
jobs:
- swagger-lint:
vars:
swagger_file: "docs/swagger/managesf.v2.yaml"
files:
- "docs/swagger/managesf.v2.yaml"
- tox-py36:
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi8
required-projects:
- software-factory/pynotedb
- tox-pep8:
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi7
gate:
jobs:
- tox-py36:
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi8
required-projects:
- software-factory/pynotedb
- tox-pep8:
nodeset:
nodes:
- name: testrunner
label: zuul-worker-ubi7
- swagger-lint:
vars:
swagger_file: "docs/swagger/managesf.v2.yaml"
files:
- "docs/swagger/managesf.v2.yaml"
- swagger-publish:
dependencies:
- swagger-lint
vars:
swagger_api: manageSF
swagger_file: "docs/swagger/managesf.v2.yaml"
files:
- "docs/swagger/managesf.v2.yaml"
release:
jobs:
- upload-pypi