Change in docker-playground[master]: ttcn3-bts-test-latest: use osmocom-bb-host-master

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
Fri Jan 25 13:05:01 UTC 2019


osmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/12693 )

Change subject: ttcn3-bts-test-latest: use osmocom-bb-host-master
......................................................................

ttcn3-bts-test-latest: use osmocom-bb-host-master

Do not try to run a osmocom-bb-host-latest docker image, which does not
exist as we are not tagging release versions for osmocom-bb (yet).

This was done right in the docker_images_require call at the top
already (which is why it did not try to build such a "-latest" image),
but then the script tried to use the "-latest" images anyway (instead
of hardcoding "-master").

Related: OS#3767
Change-Id: Ib743f09c71d93bf4c4ad947ef62b37de6b2d7ecc
---
M ttcn3-bts-test/jenkins.sh
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  osmith: Verified



diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index 3632ae6..96616d9 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -50,7 +50,7 @@
 		--network $NET_NAME --ip 172.18.9.21 \
 		-v $VOL_BASE_DIR/fake_trx:/data \
 		--name ${BUILD_TAG}-fake_trx -d \
-		$REPO_USER/osmocom-bb-host-$IMAGE_SUFFIX \
+		$REPO_USER/osmocom-bb-host-master \
 		/tmp/osmocom-bb/src/target/trx_toolkit/fake_trx.py \
 			--log-file-name /data/fake_trx.log \
 			--log-file-level DEBUG \
@@ -62,7 +62,7 @@
 		--network $NET_NAME --ip 172.18.9.22 \
 		-v $VOL_BASE_DIR/unix:/data/unix \
 		--name ${BUILD_TAG}-trxcon -d \
-		$REPO_USER/osmocom-bb-host-$IMAGE_SUFFIX \
+		$REPO_USER/osmocom-bb-host-master \
 		/usr/local/bin/trxcon -i 172.18.9.21 -s /data/unix/osmocom_l2
 
 

-- 
To view, visit https://gerrit.osmocom.org/12693
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib743f09c71d93bf4c4ad947ef62b37de6b2d7ecc
Gerrit-Change-Number: 12693
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Stefan Sperling <stsp at stsp.name>
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190125/96abdb1c/attachment.htm>


More information about the gerrit-log mailing list