jobs/ttcn3-testsuites: adjust cmd for centos7

Related: SYS#5754
Change-Id: Iaf6162682074f5f9de70d420e91a72f283e695bc
This commit is contained in:
Oliver Smith 2021-12-13 16:31:39 +01:00
parent 0221a0b7f3
commit 3660dd99d9
1 changed files with 8 additions and 0 deletions

View File

@ -401,6 +401,10 @@
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/ | sed s/\-latest$//)"
export IMAGE_SUFFIX="latest-centos8"
;;
TTCN3-centos7-*-latest)
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos7\-/ttcn3-/ | sed s/\-latest$//)"
export IMAGE_SUFFIX="latest-centos7"
;;
TTCN3-centos-*-20*q*)
export OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org"
export OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org"
@ -413,6 +417,10 @@
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/)"
export IMAGE_SUFFIX="master-centos8"
;;
TTCN3-centos7-*)
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos7\-/ttcn3-/)"
export IMAGE_SUFFIX="master-centos7"
;;
*-latest)
DIR="$(echo "{job-name}" | sed s/\-latest$//)"
export IMAGE_SUFFIX="latest"