aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-08-18 12:19:18 +0200
committerosmith <osmith@sysmocom.de>2022-08-19 14:08:39 +0000
commit8c9540dd3dc259f5f590b146ed06bb3fe7d5ce05 (patch)
treef84c6f52fd9bfd55dc0d2ca33b75ee6a76da7657
parenta0dd1d923d50a0919cd88c5cfc94ad4dba781be1 (diff)
jobs/ttcn3: drop obs-mirror workaround for centos8
Get the centos8 packages directly from the package repository again (https://downloads.osmocom.org/packages/) instead of getting them from the delayed obs-mirror dir (https://downloads.osmocom.org/obs-mirror/). Use the packages generated from obs.osmocom.org for the testsuite too. This reverts 526f1e12d33a2f9edd8419210cb6f036abc00f68 and I8201f34a0f9747eea78c358a626cc3981d7407c4 which set this up to work around sporadically missing metadata files from download.opensuse.org. Change-Id: Ic7920ad71a0cb6362883f8b9ed3dbc9bbb992988
-rw-r--r--jobs/ttcn3-testsuites.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index ba5b298..e4de4a5 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -445,9 +445,6 @@
;;
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"
;;
TTCN3-centos7-*)