osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/27770 )
Change subject: OBS, ttcn3-testsuites: add 2022q1 ......................................................................
OBS, ttcn3-testsuites: add 2022q1
Related: SYS#5887 Change-Id: Idadb541b49e57b4403a6a6e4c966bcba9c6651db --- M jobs/ttcn3-testsuites.yml M scripts/common-obs.sh M scripts/osmocom-nightly-packages.sh 3 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/70/27770/1
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 "