aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-05-13 11:01:04 +0200
committerOliver Smith <osmith@sysmocom.de>2022-05-13 11:15:00 +0200
commitc825551ca8c972aff9fa8ec8a825c33fa6550a50 (patch)
tree9f884a5c9444fdd32a1129c603dfd376a819cabe
parentc61436238247c785415fc26fb06d14dd3c6d5aa2 (diff)
jobs: TTCN3-centos: set OSMOCOM_REPO_TESTSUITE_MIRROR
In previous patch Id114d55edc2ba92f7851243ab7df51db332079c4, only the OSMOCOM_REPO_MIRROR should have been overridden. However OSMOCOM_REPO_TESTSUITE_MIRROR defaults to OSMOCOM_REPO_MIRROR, so explicitly set it in this patch to the opensuse mirror. This fixes problems while building debian-bullseye-titan caused by the different directory structure of both mirrors, and OSMOCOM_REPO_PATH intentionally not taken into account while building the testsuite docker image. This is part 2/2 of fixing TTCN3-centos-bts-test, which has been failing since OSMOCOM_REPO_MIRROR was changed in osmo-ci.git. Part 1 is in docker-playground I78e0445a1b82e5cd72ecaa86e8fe25516b19f485. Change-Id: I8201f34a0f9747eea78c358a626cc3981d7407c4
-rw-r--r--jobs/ttcn3-testsuites.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index af6e482..5de6310 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -491,6 +491,7 @@
;;
TTCN3-centos-*)
DIR="$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/)"
+ export OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org"
export OSMOCOM_REPO_MIRROR="https://downloads.osmocom.org"
export OSMOCOM_REPO_PATH="obs-mirror/.previous"
export IMAGE_SUFFIX="master-centos8"