Change in osmo-ci[master]: osmo-ci-docker-rebuild: don't build ogt for arm

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Jun 16 15:43:02 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/24698 )


Change subject: osmo-ci-docker-rebuild: don't build ogt for arm
......................................................................

osmo-ci-docker-rebuild: don't build ogt for arm

Don't attempt to build the osmo-gsm-tester docker container on arm. It's
currently causing the update-osmo-ci-on-slaves job to fail on
rpi4-raspbian10build-ansible-*.

Related: https://jenkins.osmocom.org/jenkins/job/update-osmo-ci-on-slaves/label=rpi4-raspbian10build-ansible-1/876/console
Change-Id: Ic30de69d318927d5c142f8212eefa3a53037ef25
---
M scripts/osmo-ci-docker-rebuild.sh
1 file changed, 5 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/98/24698/1

diff --git a/scripts/osmo-ci-docker-rebuild.sh b/scripts/osmo-ci-docker-rebuild.sh
index 87c943f..73b3508 100755
--- a/scripts/osmo-ci-docker-rebuild.sh
+++ b/scripts/osmo-ci-docker-rebuild.sh
@@ -6,4 +6,8 @@
 	"debian-stretch-jenkins" \
 	"debian-buster-jenkins" \
 	"debian-buster-erlang" \
-	"osmo-gsm-tester"
+
+if [ "$(arch)" = "x86_64" ]; then
+	docker_images_require \
+		"osmo-gsm-tester"
+fi

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/24698
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic30de69d318927d5c142f8212eefa3a53037ef25
Gerrit-Change-Number: 24698
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210616/40ec811e/attachment.htm>


More information about the gerrit-log mailing list