aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-15 17:19:12 +0100
committerlaforge <laforge@osmocom.org>2021-12-15 17:18:37 +0000
commit521bfea7952ca675f145fef2914906bd3b0287cb (patch)
tree69e49c2b98d9727a4d5b1c9e64f6824a6e2eade1
parent31edfd711610e8195935e0703d76960f09b9355a (diff)
jobs/ttcn3: disable TTCN3-centos-remsim
It seems that TTCN3-centos-remsim-test was disabled manually via the web UI and only got enabled recently after rolling out unrelated changes in jobs/ttcn3-testsuites.yml. The tests do not run properly with the centos version and it seems that nobody is using it, so disable them again for now. Change-Id: I4885333d63944af3510fdf0519233989808944ff
-rw-r--r--jobs/ttcn3-testsuites.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 3074d40..bcbbab5 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -260,6 +260,7 @@
- TTCN3-centos-remsim-test:
blocking: "^(ttcn3|TTCN3-.*)-remsim-test.*"
timer: 00 09 * * *
+ disabled: true
- TTCN3-centos-stp-test:
blocking: "^(ttcn3|TTCN3-.*)-stp-test.*"
timer: 30 09 * * *
@@ -304,10 +305,10 @@
- TTCN3-centos-bsc-test-sccplite-latest:
blocking: "^(ttcn3|TTCN3-.*)-bsc-test.*"
timer: 30 08 * * *
- # No osmo-remsim packages for centos8
- #- TTCN3-centos-remsim-test-latest:
- # blocking: "^(ttcn3|TTCN3-.*)-remsim-test.*"
- # timer: 00 09 * * *
+ - TTCN3-centos-remsim-test-latest:
+ blocking: "^(ttcn3|TTCN3-.*)-remsim-test.*"
+ timer: 00 09 * * *
+ disabled: true
- TTCN3-centos-stp-test-latest:
blocking: "^(ttcn3|TTCN3-.*)-stp-test.*"
timer: 30 09 * * *