[ARVADOS] updated: 1.3.0-2226-gb4595c075
Git user
git at public.arvados.org
Wed Feb 26 19:19:08 UTC 2020
Summary of changes:
build/run-tests.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
via b4595c075c9883206e4c48cfc45de8cbe0c6f7e8 (commit)
from b6e38668ce1190efe275283982bd83030dcf800d (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 b4595c075c9883206e4c48cfc45de8cbe0c6f7e8
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Feb 26 14:18:53 2020 -0500
12409: Only run sdk/cwl tests py3
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 891faca41..db6d1349d 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -127,7 +127,7 @@ sdk/go/blockdigest
sdk/go/asyncbuf
sdk/go/stats
sdk/go/crunchrunner
-sdk/cwl
+sdk/cwl:py3
sdk/R
sdk/java-v2
tools/sync-groups
@@ -988,7 +988,6 @@ pythonstuff=(
sdk/pam
sdk/python
sdk/python:py3
- sdk/cwl
sdk/cwl:py3
services/dockercleaner:py3
services/fuse
@@ -1078,7 +1077,7 @@ test_apps/workbench_functionals() {
test_apps/workbench_integration() {
local TASK="test:integration"
cd "$WORKSPACE/apps/workbench" \
- && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} "$bundle" exec rake ${TASK} TESTOPTS=\'-v -d\' ${testargs[apps/workbench]} ${testargs[apps/workbench_integration]}
+ && eval env RAILS_ENV=test ${short:+RAILS_TEST_SHORT=1} "$bundle" exec rake ${TASK} TESTOPTS=\'-v -d\' ${testargs[apps/workbench]} ${testargs[apps/workbench_integration]}
}
test_apps/workbench_benchmark() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list