[ARVADOS-DEV] created: 4d22bec8e25ff28720332420f7a4e2365f9aa69c

Git user git at public.curoverse.com
Fri Jan 27 08:52:11 EST 2017


        at  4d22bec8e25ff28720332420f7a4e2365f9aa69c (commit)


commit 4d22bec8e25ff28720332420f7a4e2365f9aa69c
Author: Nico Cesar <nico at curoverse.com>
Date:   Fri Jan 27 08:51:31 2017 -0500

    10769: added diagnostics for container requests in 9tee4
    
    refs #10769

diff --git a/jenkins/run-diagnostics-suite.sh b/jenkins/run-diagnostics-suite.sh
index ef25fd4..55ddbe9 100755
--- a/jenkins/run-diagnostics-suite.sh
+++ b/jenkins/run-diagnostics-suite.sh
@@ -75,7 +75,12 @@ if [[ ! -d tmp ]]; then
   mkdir tmp
 fi
 
-RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/pipeline_test.rb
+if [ $INSTANCE == '9tee4' ] 
+then
+    RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/container_request_test.rb
+else
+    RAILS_ENV=diagnostics bundle exec rake TEST=test/diagnostics/pipeline_test.rb
+fi
 
 ECODE=$?
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list