jobs/ttcn3: use new packages for 20YYqX testsuite

Drop _MIRROR variables, as both the testsuite packages and the packages
to test are now on downloads.osmocom.org. Previously these variables
were necessary as the testsuite packages were only on
download.opensuse.org (before we set up obs.osmocom.org, which publishes
packages to downloads.osmocom.org).

Change-Id: I34050da1e2444cf684ff8bd07673e3268b4dd497
This commit is contained in:
Oliver Smith 2022-08-18 12:37:08 +02:00 committed by osmith
parent 8c9540dd3d
commit 77a43042c0
1 changed files with 0 additions and 2 deletions

View File

@ -436,8 +436,6 @@
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"
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"