osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/29155 )
Change subject: jobs/ttcn3: use new packages for 20YYqX testsuite ......................................................................
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 --- M jobs/ttcn3-testsuites.yml 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/29155/1
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index e4de4a5..e8420ec 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -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"