forked from packit/packit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zuul.yaml
62 lines (55 loc) · 1.81 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
---
- project:
check:
jobs:
- pre-commit
- packit-tests-rpm
- packit-tests-pip-deps
- packit-tests-git-main
- packit-tests-rpm-sess-rec
- packit-tests-pip-deps-sess-rec
- packit-tests-git-main-sess-rec
- reverse-dep-packit-service-tests
gate:
jobs:
- pre-commit
- job:
name: packit-tests-rpm
parent: base
description: Run tests with dependencies installed as RPMs
pre-run: files/install-requirements-rpms.yaml
run: files/zuul-tests.yaml
- job:
name: packit-tests-pip-deps
parent: base
description: Run tests with dependencies installed from PyPI
pre-run: files/install-requirements-pip.yaml
run: files/zuul-tests.yaml
- job:
name: packit-tests-git-main
parent: base
description: Run tests with dependencies installed from git main & PyPI
pre-run: files/install-requirements-git.yaml
run: files/zuul-tests.yaml
- job:
name: packit-tests-rpm-sess-rec
parent: packit-tests-rpm
description: Run session recording tests of packit with RPM deps
run: files/zuul-tests-session-recording.yaml
- job:
name: packit-tests-pip-deps-sess-rec
parent: packit-tests-pip-deps
description: Run session recording tests of packit with deps from PyPI
run: files/zuul-tests-session-recording.yaml
- job:
name: packit-tests-git-main-sess-rec
parent: packit-tests-git-main
description: Run session recording tests of packit with deps from git main & PyPI
run: files/zuul-tests-session-recording.yaml
- job:
name: reverse-dep-packit-service-tests
parent: packit-tests-pip-deps
description: Run packit-service tests to check we don't break it
required-projects:
- github.com/packit/packit-service
run: files/zuul-reverse-dep-packit-service.yaml