aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sccp-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-30 08:33:59 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-30 09:14:06 +0200
commit5505b95a150d5149c7b26b466db9eb7f9a097070 (patch)
treea04a7f3dc422117033698bad3ed41205dde41d8f /ttcn3-sccp-test
parent061efaf6e647d7b23d18765e932713d2503f8663 (diff)
ttcn3-*-test: remove implicit dependencies
Don't list debian-stretch-build and debian-stretch-titan as dependencies anymore, now that docker_images_require finds them automatically. Related: OS#4564 Change-Id: I3cb6b693f3dd9df84fb29c0217bb3dae454cc18f
Diffstat (limited to 'ttcn3-sccp-test')
-rwxr-xr-xttcn3-sccp-test/jenkins.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ttcn3-sccp-test/jenkins.sh b/ttcn3-sccp-test/jenkins.sh
index 242e44a..f802b2d 100755
--- a/ttcn3-sccp-test/jenkins.sh
+++ b/ttcn3-sccp-test/jenkins.sh
@@ -4,9 +4,7 @@
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
# Always require osmo-stp-master since is the only with sccp_demo_user installed
docker_images_require \
- "debian-stretch-build" \
"osmo-stp-master" \
- "debian-stretch-titan" \
"ttcn3-sccp-test"
mkdir $VOL_BASE_DIR/sccp-tester