[arvados] updated: 2.6.0-4771-g608f3e1960

git repository hosting git at public.arvados.org
Mon Aug 28 18:13:43 UTC 2023


Summary of changes:
 build/run-tests.sh | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

       via  608f3e19607e00b76ef9fb8cedef8124a31ceff7 (commit)
      from  bfaee40696c3c15556ef089e69da47bb832b08db (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 608f3e19607e00b76ef9fb8cedef8124a31ceff7
Author: Tom Clegg <tom at curii.com>
Date:   Mon Aug 28 14:09:56 2023 -0400

    18874: Fix run-tests.sh test targets.
    
    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 9adcf5dc5a..d6415e239d 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -105,7 +105,6 @@ services/keep-balance
 services/login-sync
 services/crunch-dispatch-local
 services/crunch-dispatch-slurm
-services/workbench2
 services/workbench2_units
 services/workbench2_integration
 services/ws
@@ -718,7 +717,7 @@ do_test() {
             stop_services
             check_arvados_config "$1"
             ;;
-        gofmt | doc | lib/cli | lib/cloud/azure | lib/cloud/ec2 | lib/cloud/cloudtest | lib/cmd | lib/dispatchcloud/sshexecutor | lib/dispatchcloud/worker | services/workbench2_units | services/workbench2_integration | services/workbench2)
+        gofmt | doc | lib/cli | lib/cloud/azure | lib/cloud/ec2 | lib/cloud/cloudtest | lib/cmd | lib/dispatchcloud/sshexecutor | lib/dispatchcloud/worker | services/workbench2_units | services/workbench2_integration)
             check_arvados_config "$1"
             # don't care whether services are running
             ;;
@@ -1062,11 +1061,6 @@ test_services/workbench2_integration() {
     cd "$WORKSPACE/services/workbench2" && make integration-tests ARVADOS_DIRECTORY="${WORKSPACE}" WORKSPACE="$(pwd)" ${testargs[services/workbench2]}
 }
 
-test_services/workbench2() {
-    test_services/workbench2_units
-    test_services/workbench2_integration
-}
-
 test_apps/workbench_units() {
     local TASK="test:units"
     cd "$WORKSPACE/apps/workbench" \
@@ -1167,7 +1161,8 @@ test_all() {
     do_test apps/workbench_integration
     do_test apps/workbench_benchmark
     do_test apps/workbench_profile
-    do_test services/workbench2
+    do_test services/workbench2_units
+    do_test services/workbench2_integration
 }
 
 test_go() {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list