-
Notifications
You must be signed in to change notification settings - Fork 2
/
.zuul.yaml
67 lines (61 loc) · 1.42 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
---
- job:
name: distroinfo-base
parent: tox
abstract: true
pre-run: playbooks/base.yaml
nodeset:
nodes:
- name: cloud-centos-9-stream
label: cloud-centos-9-stream
- job:
name: distroinfo-py39
parent: distroinfo-base
description: distroinfo tests on py3.9
vars:
tox_envlist: py39
- job:
name: distroinfo-py312
parent: distroinfo-base
description: distroinfo tests on py3.12
nodeset: fedora-latest-pod
vars:
tox_envlist: py312
- job:
name: distroinfo-codestyle
parent: distroinfo-base
description: distroinfo code style checks
nodeset: fedora-latest-pod
vars:
tox_envlist: pycodestyle
- job:
name: distroinfo-dlrn-master
parent: dlrn-base
description: distroinfo integration tests with DLRN master
run: playbooks/dlrn-master.yaml
nodeset:
nodes:
- name: cloud-centos-9-stream
label: cloud-centos-9-stream
required-projects:
- DLRN
- project:
name: distroinfo
check:
jobs:
- distroinfo-py39
- distroinfo-py312
- distroinfo-codestyle
- distroinfo-dlrn-master
gate:
jobs:
- distroinfo-py39
- distroinfo-py312
- distroinfo-codestyle
- distroinfo-dlrn-master
release:
jobs:
- upload-pypi:
vars:
release_python: python3
twine_python: python3