Skip to content

Commit 01f05f0

Browse files
committed
OBS: build Fedora/Debian/Ubuntu x86_64 packages on PRs
Start with a subset of what is built from main, can be expanded as needed
1 parent 7e91a68 commit 01f05f0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.obs/workflows.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,36 @@ rebuild:
1111
branches:
1212
only:
1313
- main
14+
pull_request:
15+
steps:
16+
- branch_package:
17+
source_project: home:bluca:systemd
18+
source_package: systemd
19+
target_project: home:bluca:systemd:ci
20+
- branch_package:
21+
source_project: home:bluca:systemd
22+
source_package: systemd-fedora
23+
target_project: home:bluca:systemd:ci
24+
- configure_repositories:
25+
project: home:bluca:systemd:ci
26+
repositories:
27+
- name: Debian_Testing
28+
paths:
29+
- target_project: home:bluca:systemd
30+
target_repository: Debian_Testing
31+
architectures:
32+
- x86_64
33+
- name: Ubuntu_24.04
34+
paths:
35+
- target_project: home:bluca:systemd
36+
target_repository: Ubuntu_24.04
37+
architectures:
38+
- x86_64
39+
- name: Fedora_41
40+
paths:
41+
- target_project: home:bluca:systemd
42+
target_repository: Fedora_41
43+
architectures:
44+
- x86_64
45+
filters:
46+
event: pull_request

0 commit comments

Comments
 (0)