osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/29154 )
Change subject: jobs/ttcn3: drop obs-mirror workaround for centos8 ......................................................................
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 --- M jobs/ttcn3-testsuites.yml 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/54/29154/1
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-*)