jobs/ttcn3: add TTCN3-centos-*-2021q1

Depends: docker-playground Icf1e3f1928658ff3d82190c4176252cf3590a1f5
Related: SYS#5370
Change-Id: I2ec731d7d6d31c06b8feccbc7620128ebb034299
This commit is contained in:
Oliver Smith 2021-04-29 15:46:32 +02:00
parent f8099e5504
commit 849495ff9b
1 changed files with 30 additions and 0 deletions

View File

@ -301,6 +301,28 @@
blocking: "^(ttcn3|TTCN3-.*)-cbc-test.*"
timer: 40 10 * * *
# centos8 2021q1 (SYS#5370)
- TTCN3-centos-pcu-test-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-pcu-test.*"
timer: 00 11 * * *
- TTCN3-centos-pcu-test-sns-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-pcu-test.*"
timer: 15 11 * * *
- TTCN3-centos-bsc-test-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-bsc-test.*"
timer: 30 11 * * *
- TTCN3-centos-mgw-test-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-mgw-test.*"
timer: 45 11 * * *
- TTCN3-centos-bts-test-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-bts-test.*"
timer: 00 12 * * *
- TTCN3-centos-smlc-test-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-smlc-test.*"
timer: 15 12 * * *
- TTCN3-centos-gbproxy-test-2021q1:
blocking: "^(ttcn3|TTCN3-.*)-gbproxy-test.*"
timer: 30 12 * * *
- job-template:
name: '{job-name}'
@ -356,6 +378,14 @@
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/ | sed s/\-latest$//)"
export IMAGE_SUFFIX="latest-centos8"
;;
TTCN3-centos-*-20*q*)
export OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org"
export OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org"
export OSMOCOM_REPO_PATH="osmo-maintained"
export OSMOCOM_REPO_VERSION="$(echo "{job-name}" | grep -o -P -- "20\d\dq.*$")" # e.g. "2021q1"
export IMAGE_SUFFIX="$OSMOCOM_REPO_VERSION-centos8"
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/ | sed s/\-$OSMOCOM_REPO_VERSION$//)"
;;
TTCN3-centos-*)
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/)"
export IMAGE_SUFFIX="master-centos8"