[ARVADOS-DEV] updated: 2d03ecf4a147db64708991bd3bf2f1d9fc9b358e

git at public.curoverse.com git at public.curoverse.com
Thu Feb 12 13:31:56 EST 2015


Summary of changes:
 jenkins/run-tests.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

       via  2d03ecf4a147db64708991bd3bf2f1d9fc9b358e (commit)
       via  e8492641dbf4051c456d355e536126740198892a (commit)
      from  6c63e6c0a80c1f77a9f96be9956aa2a31147a89e (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 2d03ecf4a147db64708991bd3bf2f1d9fc9b358e
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Feb 12 11:21:36 2015 -0500

    Make tmp/cache during workbench install. No issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index a0fefaa..689405b 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -525,6 +525,7 @@ done
 
 install_workbench() {
     cd "$WORKSPACE/apps/workbench" \
+        && mkdir -p tmp/cache \
         && RAILS_ENV=test bundle_install_trylocal
 }
 do_install apps/workbench workbench

commit e8492641dbf4051c456d355e536126740198892a
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Feb 12 11:21:06 2015 -0500

    Default to TESTOPTS=-v for rake test.
    
    (except workbench performance tests, because Minitest bug)
    No issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 445509d..a0fefaa 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -560,7 +560,7 @@ stop_api
 
 test_apiserver() {
     cd "$WORKSPACE/services/api" \
-        && RAILS_ENV=test bundle exec rake test ${testargs[services/api]}
+        && RAILS_ENV=test bundle exec rake test TESTOPTS=-v ${testargs[services/api]}
 }
 do_test services/api apiserver
 
@@ -568,14 +568,14 @@ start_api
 
 test_ruby_sdk() {
     cd "$WORKSPACE/sdk/ruby" \
-        && bundle exec rake test ${testargs[sdk/ruby]}
+        && bundle exec rake test TESTOPTS=-v ${testargs[sdk/ruby]}
 }
 do_test sdk/ruby ruby_sdk
 
 test_cli() {
     cd "$WORKSPACE/sdk/cli" \
         && mkdir -p /tmp/keep \
-        && KEEP_LOCAL_STORE=/tmp/keep bundle exec rake test ${testargs[sdk/cli]}
+        && KEEP_LOCAL_STORE=/tmp/keep bundle exec rake test TESTOPTS=-v ${testargs[sdk/cli]}
 }
 do_test sdk/cli cli
 
@@ -591,7 +591,7 @@ done
 
 test_workbench() {
     cd "$WORKSPACE/apps/workbench" \
-        && RAILS_ENV=test bundle exec rake test ${testargs[apps/workbench]}
+        && RAILS_ENV=test bundle exec rake test TESTOPTS=-v ${testargs[apps/workbench]}
 }
 do_test apps/workbench workbench
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list