[ARVADOS-DEV] updated: 14428992bd2439a81014c804b6c1efc3ea5f5d2d
git at public.curoverse.com
git at public.curoverse.com
Wed Sep 9 15:12:18 EDT 2015
Summary of changes:
jenkins/run-tests.sh | 4 ----
1 file changed, 4 deletions(-)
via 14428992bd2439a81014c804b6c1efc3ea5f5d2d (commit)
from ee3c9aa1a39e6864a096a6619e237534d524ef69 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 14428992bd2439a81014c804b6c1efc3ea5f5d2d
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Sep 9 15:00:55 2015 -0400
6260: datamanager does not need -data-manager-token-file arg any more.
diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index e2e4ab6..7793b3e 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -759,10 +759,6 @@ do_test services/dockercleaner pip "$VENV3DIR/bin/"
for g in "${gostuff[@]}"
do
- if [[ "$g" == "services/datamanager" ]]
- then
- testargs["$g"]+=" -data-manager-token-file $WORKSPACE/tmp/keep.data-manager-token-file"
- fi
do_test "$g" go
done
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list