aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-11 12:14:49 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-11 12:16:07 +0100
commita10c26d6f7b108e139f430c75e695de60b9eb0db (patch)
tree25f04e64a80d6b6e4e3af0c5d62071977b97d47f
parente1e8d3c5927fb0757981df0a998672b8c607ba19 (diff)
ttcn3-gbproxy-test-fr: depend also on osmo-sgsn-master
osmo-gbproxy-master is derived from osmo-sgsn-mater, and the former needs to be re-built to catch up with osmo-sgsn.git changes (Where the osmo-gbproxy source code is located) Change-Id: I8abc9f89d19d657403569b7705cd923342ff300b
-rwxr-xr-xttcn3-gbproxy-test-fr/jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttcn3-gbproxy-test-fr/jenkins.sh b/ttcn3-gbproxy-test-fr/jenkins.sh
index dce891d..0c2ec43 100755
--- a/ttcn3-gbproxy-test-fr/jenkins.sh
+++ b/ttcn3-gbproxy-test-fr/jenkins.sh
@@ -16,6 +16,7 @@
. ../jenkins-common.sh
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
docker_images_require \
+ "osmo-sgsn-$IMAGE_SUFFIX" \
"osmo-gbproxy-$IMAGE_SUFFIX" \
"ttcn3-gbproxy-test"