-
Notifications
You must be signed in to change notification settings - Fork 24
/
.zuul.yaml
136 lines (128 loc) · 3.13 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
- job:
name: dlrn-base
parent: base
pre-run: playbooks/prepare.yaml
post-run: playbooks/retrieve-logs.yaml
irrelevant-files:
- ^doc/.*$
nodeset:
nodes:
- name: test-node
label: cloud-centos-9-stream
- job:
name: dlrn-rpmbuild-centos-9
parent: dlrn-base
description: Run DLRN to build a package using Python 3 on Centos9
run: playbooks/rpmbuild.yaml
vars:
python_version: py39
tag: ''
centos_version: 'centos9'
nodeset:
nodes:
- name: cloud-centos-9-stream
label: cloud-centos-9-stream
- job:
name: dlrn-api-functional
parent: dlrn-base
description: Run a DLRN functional test, using the API and dlrnapi_client
run: playbooks/dlrn-api-functional.yaml
post-run: playbooks/dlrn-api-functional-getlogs.yaml
timeout: 3600
required-projects:
- DLRN
- dlrnapi_client
- job:
name: dlrn-api-functional-centos-9
parent: dlrn-api-functional
nodeset:
nodes:
- name: cloud-centos-9-stream
label: cloud-centos-9-stream
- job:
name: docs-build
description: Build the DLRN docs
run: playbooks/dlrndocbuild.yaml
success-url: 'docs-html/index.html'
required-projects:
- DLRN
files:
- ^doc/.*$
nodeset:
nodes:
- name: container
label: zuul-worker-f40
- job:
name: tox-py312-ci-config
parent: tox-pre
pre-run: playbooks/krb5-devel-install.yaml
run: playbooks/tox_run.yaml
vars:
tox_envlist: py312
- job:
name: py3-bandit-SAST
parent: tox
vars:
tox_envlist: bandit
- job:
name: pip-audit-cve
parent: tox
vars:
tox_envlist: pip-audit
voting: false
- project:
name: DLRN
vars:
rtd_webhook_id: '101768'
rtd_project_name: 'dlrn'
check:
jobs:
- tox-pep8:
nodeset:
nodes:
- name: zuul-worker-f40
label: zuul-worker-f40
- tox-py312-ci-config:
nodeset:
nodes:
- name: zuul-worker-f40
label: zuul-worker-f40
vars:
tox_install_bindep: false
- py3-bandit-SAST:
nodeset:
nodes:
- name: zuul-worker-f40
label: zuul-worker-f40
- pip-audit-cve:
nodeset:
nodes:
- name: zuul-worker-f40
label: zuul-worker-f40
- dlrn-rpmbuild-centos-9
- dlrn-api-functional-centos-9
- docs-build
gate:
jobs:
- tox-pep8:
nodeset:
nodes:
- name: zuul-worker-f40
label: zuul-worker-f40
- tox-py312-ci-config:
nodeset:
nodes:
- name: zuul-worker-f40
label: zuul-worker-f40
- dlrn-rpmbuild-centos-9
post:
jobs:
- publish-readthedocs
release:
jobs:
- upload-pypi:
vars:
release_python: python3
twine_python: python3
- publish-readthedocs