[ARVADOS] updated: 1.3.0-523-gf017af924

Git user git at public.curoverse.com
Thu Mar 14 10:43:26 EDT 2019


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

       via  f017af924e61134b1380fe85a663b6edaa561e91 (commit)
      from  16f704326f44fd1e5e5e60b936c9b5895d6a6ff8 (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 f017af924e61134b1380fe85a663b6edaa561e91
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Mar 14 10:32:28 2019 -0400

    14669: Add java v2 SDK to run-tests
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 095d32eaa..bfa26ec32 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -119,6 +119,7 @@ sdk/go/stats
 sdk/go/crunchrunner
 sdk/cwl
 sdk/R
+sdk/java-v2
 tools/sync-groups
 tools/crunchstat-summary
 tools/keep-exercise
@@ -1034,6 +1035,11 @@ test_cli() {
 }
 do_test sdk/cli cli
 
+test_java_v2_sdk() {
+    cd "$WORKSPACE/sdk/java-v2" && ./gradlew test
+}
+do_test sdk/java-v2 java_v2_sdk
+
 test_login-sync() {
     cd "$WORKSPACE/services/login-sync" \
         && bundle exec rake test TESTOPTS=-v ${testargs[services/login-sync]}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list