-
Notifications
You must be signed in to change notification settings - Fork 41
/
.packit.yaml
56 lines (47 loc) · 1.25 KB
/
.packit.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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: beaker.spec
# add or remove files that should be synced
synced_files:
- beaker.spec
- .packit.yaml
notifications:
pull_request:
successful_build: false
jobs:
- &copr_rhel_8_9
job: copr_build
trigger: pull_request
targets:
- epel-8-x86_64
- epel-9-x86_64
identifier: rhel_8_9
- &copr_fedora
job: copr_build
trigger: pull_request
targets:
- fedora-all-x86_64
identifier: fedora
- &copr_rhel_7
job: copr_build
trigger: pull_request
targets:
epel-7-x86_64:
additional_repos:
- https://beaker-project.org/yum/server/RedHatEnterpriseLinux7/
- https://vault.centos.org/centos/7/extras/x86_64/
identifier: rhel_7
actions:
post-upstream-clone:
# Use gevent from base repositories during packit builds
# gevent112 is our custom build with some backports to improve socket management
- sed -i 's/python2-gevent112/python-gevent/g' beaker.spec
- <<: *copr_rhel_8_9
trigger: commit
branch: python-3
- <<: *copr_fedora
trigger: commit
branch: python-3
- <<: *copr_rhel_7
trigger: commit
branch: python-3