summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2025-01-16 01:42:23 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2025-01-16 01:42:23 +0100
commit35da3770352b74078b104f7203dcc314478a3aa6 (patch)
tree92403224665a949845c8aa6d22b06c4a7818d869
parentOBS: build Fedora/Debian/Ubuntu x86_64 packages on PRs (diff)
downloadsystemd-35da3770352b74078b104f7203dcc314478a3aa6.tar.xz
systemd-35da3770352b74078b104f7203dcc314478a3aa6.zip
Revert "OBS: build Fedora/Debian/Ubuntu x86_64 packages on PRs"
This does not work yet, as we configure multiple git sources, and the workflow service gets confused. We need to update one (the actual code repo) and leave the recipe repos intact, but this is not supported right now. This reverts commit 01f05f0087204914e489057baf12317815325956.
-rw-r--r--.obs/workflows.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/.obs/workflows.yml b/.obs/workflows.yml
index 77b3c9f988..92e0336b99 100644
--- a/.obs/workflows.yml
+++ b/.obs/workflows.yml
@@ -11,36 +11,3 @@ 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