aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-04-13 19:36:18 +0200
committerOliver Smith <osmith@sysmocom.de>2022-04-13 19:38:18 +0200
commit7abb4ca810ed8532ad70faa38cd0c123c7536576 (patch)
tree416271b00315c633e3991022cc032ed1fc05a349
parent99578e865399d4eacb49e2a3a51ae2ca48d62be8 (diff)
OBS, ttcn3-testsuites: add 2022q1
-rw-r--r--jobs/ttcn3-testsuites.yml23
-rw-r--r--scripts/common-obs.sh1
-rwxr-xr-xscripts/osmocom-nightly-packages.sh1
3 files changed, 25 insertions, 0 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 89915a2..4f92248 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -400,6 +400,29 @@
blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*"
timer: 30 14 * * *
+ # centos8 2022q1 (SYS#5887)
+ - TTCN3-centos-pcu-test-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-pcu-test.*"
+ timer: 00 15 * * *
+ - TTCN3-centos-pcu-test-sns-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-pcu-test.*"
+ timer: 15 15 * * *
+ - TTCN3-centos-bsc-test-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-bsc-test.*"
+ timer: 30 15 * * *
+ - TTCN3-centos-mgw-test-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-mgw-test.*"
+ timer: 45 15 * * *
+ - TTCN3-centos-bts-test-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-bts-test.*"
+ timer: 00 16 * * *
+ - TTCN3-centos-smlc-test-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-smlc-test.*"
+ timer: 15 16 * * *
+ - TTCN3-centos-gbproxy-test-2022q1:
+ blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*"
+ timer: 30 16 * * *
+
- job-template:
name: '{job-name}'
project-type: freestyle
diff --git a/scripts/common-obs.sh b/scripts/common-obs.sh
index e53a7aa..2d3bea7 100644
--- a/scripts/common-obs.sh
+++ b/scripts/common-obs.sh
@@ -5,6 +5,7 @@
FEEDS_ALL="
2021q1
2021q4
+ 2022q1
latest
next
nightly
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 6fb8a1d..3f9fc4c 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -17,6 +17,7 @@
FEEDS="
2021q1
2021q4
+ 2022q1
next
nightly
"