fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/31388 )


Change subject: ttcn3-pgw-test: allow using osmo-uecups from the latest feed
......................................................................

ttcn3-pgw-test: allow using osmo-uecups from the latest feed

Change-Id: I4f92577f062e8a9be29af83026214636dff19d78
---
M ttcn3-pgw-test/jenkins.sh
1 file changed, 11 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/88/31388/1

diff --git a/ttcn3-pgw-test/jenkins.sh b/ttcn3-pgw-test/jenkins.sh
index a61584d..58cfbbd 100755
--- a/ttcn3-pgw-test/jenkins.sh
+++ b/ttcn3-pgw-test/jenkins.sh
@@ -4,7 +4,7 @@
 IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
 docker_images_require \
        "open5gs-$IMAGE_SUFFIX" \
-       "osmo-uecups-master" \
+       "osmo-uecups-$IMAGE_SUFFIX" \
        "ttcn3-pgw-test"

 mkdir $VOL_BASE_DIR/pgw-tester
@@ -70,7 +70,7 @@
                -e "WORKDIR=/data" \
                --name ${BUILD_TAG}-uecups -d \
                $DOCKER_ARGS \
-               $REPO_USER/osmo-uecups-master \
+               $REPO_USER/osmo-uecups-$IMAGE_SUFFIX \
                /bin/sh -c "osmo-uecups-daemon -c /data/osmo-uecups-daemon.cfg 
>/data/osmo-uecups-daemon.log 2>&1"

 # start docker container with testsuite in foreground

--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/31388
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I4f92577f062e8a9be29af83026214636dff19d78
Gerrit-Change-Number: 31388
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to