laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/21021 )
Change subject: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org" ...................................................................... ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org" This will make the Dockerfiles from docker-playground.git use registry.osmocom.org rather than the public docker.io for base distribution images like debian:stretch or the like. This will avoid any strange timeout/EOF problems while doing docker build --pull in our test jobs. Change-Id: If4275cf3c8a5b70a67d742950a35ae8ead59a52e Closes: OS#4839 --- M jobs/ttcn3-testsuites.yml 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/21/21021/1 diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index 2dd504f..8195770 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -196,6 +196,7 @@ builders: - shell: |- + export REGISTRY_HOST="registry.osmocom.org" case "{job-name}" in TTCN3-centos-*-latest) cd "$(echo "{job-name}" | sed s/^TTCN3-centos\-/ttcn3-/ | sed s/\-latest$//)" -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/21021 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: If4275cf3c8a5b70a67d742950a35ae8ead59a52e Gerrit-Change-Number: 21021 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <lafo...@osmocom.org> Gerrit-MessageType: newchange