aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jobs/osmocom-obs.yml2
-rw-r--r--jobs/repo-install-test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jobs/osmocom-obs.yml b/jobs/osmocom-obs.yml
index 9bdadeb..3b8b1d8 100644
--- a/jobs/osmocom-obs.yml
+++ b/jobs/osmocom-obs.yml
@@ -6,7 +6,7 @@
type:
- nightly
- latest
- - next
+ # - next (disabled: OS#5322)
- job-template:
name: 'Osmocom_OBS_{type}'
diff --git a/jobs/repo-install-test.yml b/jobs/repo-install-test.yml
index ad48f1b..313822e 100644
--- a/jobs/repo-install-test.yml
+++ b/jobs/repo-install-test.yml
@@ -5,7 +5,7 @@
- Osmocom-repo-install-{distro}
distro:
- centos8:
- feeds: !!python/tuple [next, nightly]
+ feeds: !!python/tuple [nightly] # next: disabled (OS#5322)
- debian9:
feeds: !!python/tuple [nightly, latest]
- debian10: