diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2025-01-16 00:45:32 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2025-01-16 00:57:11 +0100 |
commit | 01f05f0087204914e489057baf12317815325956 (patch) | |
tree | 3ac23c0ce66168802a29d835c745e295300fdaad /.obs/workflows.yml | |
parent | log: check isempty for object_field and extra_field (diff) | |
download | systemd-01f05f0087204914e489057baf12317815325956.tar.xz systemd-01f05f0087204914e489057baf12317815325956.zip |
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
Diffstat (limited to '')
-rw-r--r-- | .obs/workflows.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.obs/workflows.yml b/.obs/workflows.yml index 92e0336b99..77b3c9f988 100644 --- a/.obs/workflows.yml +++ b/.obs/workflows.yml @@ -11,3 +11,36 @@ rebuild: branches: only: - main +pull_request: + steps: + - branch_package: + source_project: home:bluca:systemd + source_package: systemd + target_project: home:bluca:systemd:ci + - branch_package: + source_project: home:bluca:systemd + source_package: systemd-fedora + target_project: home:bluca:systemd:ci + - configure_repositories: + project: home:bluca:systemd:ci + repositories: + - name: Debian_Testing + paths: + - target_project: home:bluca:systemd + target_repository: Debian_Testing + architectures: + - x86_64 + - name: Ubuntu_24.04 + paths: + - target_project: home:bluca:systemd + target_repository: Ubuntu_24.04 + architectures: + - x86_64 + - name: Fedora_41 + paths: + - target_project: home:bluca:systemd + target_repository: Fedora_41 + architectures: + - x86_64 + filters: + event: pull_request |