[arvados] updated: 2.6.0-4749-g6986b1031b
git repository hosting
git at public.arvados.org
Thu Aug 24 15:28:42 UTC 2023
Summary of changes:
build/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6986b1031bdd42a3c30f11c3f4653cdddd3c13e1 (commit)
from d1a6af60533f6d1fb4d4f00f7556f0d8500db3b9 (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 6986b1031bdd42a3c30f11c3f4653cdddd3c13e1
Author: Tom Clegg <tom at curii.com>
Date: Thu Aug 24 11:28:27 2023 -0400
18874: Don't run workbench2 integration tests in docker.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 44865951ff..6319ea0dba 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -1059,7 +1059,7 @@ test_services/workbench2_units() {
}
test_services/workbench2_integration() {
- cd "$WORKSPACE/services/workbench2" && make integration-tests-in-docker ARVADOS_DIRECTORY="${WORKSPACE}" WORKSPACE="$(pwd)" ${testargs[services/workbench2]}
+ cd "$WORKSPACE/services/workbench2" && make integration-tests ARVADOS_DIRECTORY="${WORKSPACE}" WORKSPACE="$(pwd)" ${testargs[services/workbench2]}
}
test_services/workbench2() {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list