Change in osmo-ci[master]: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org"

2020-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/21021 )

Change subject: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org"
..


Patch Set 4: Verified+1


--
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: 4
Gerrit-Owner: laforge 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Mon, 02 Nov 2020 16:57:08 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-ci[master]: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org"

2020-11-02 Thread laforge
laforge has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved; Verified



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: 4
Gerrit-Owner: laforge 
Gerrit-Reviewer: laforge 
Gerrit-MessageType: merged


Change in osmo-ci[master]: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org"

2020-11-02 Thread laforge
laforge has posted comments on this change. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/21021 )

Change subject: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org"
..


Patch Set 3: Verified+1 Code-Review+2


--
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: 3
Gerrit-Owner: laforge 
Gerrit-Reviewer: laforge 
Gerrit-Comment-Date: Mon, 02 Nov 2020 16:57:00 +
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment


Change in osmo-ci[master]: ttcn3-testsuites: Set REGISTRY_HOST="registry.osmocom.org"

2020-11-02 Thread laforge
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 
Gerrit-MessageType: newchange