aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins.sh
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-bsc-test/jenkins.sh
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-bsc-test/jenkins.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index 44badb5..7db65d2 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -3,11 +3,9 @@
. ../jenkins-common.sh
IMAGE_SUFFIX="${IMAGE_SUFFIX:-master}"
docker_images_require \
- "debian-stretch-build" \
"osmo-stp-$IMAGE_SUFFIX" \
"osmo-bsc-$IMAGE_SUFFIX" \
"osmo-bts-$IMAGE_SUFFIX" \
- "debian-stretch-titan" \
"ttcn3-bsc-test"
mkdir $VOL_BASE_DIR/bsc-tester