[arvados] updated: 2.7.0-6533-g8dedd02357

git repository hosting git at public.arvados.org
Thu May 2 20:48:37 UTC 2024


Summary of changes:
 build/run-tests.sh                                 |  18 +-
 doc/_includes/_container_glob_patterns.liquid      |  27 ++
 .../methods/container_requests.html.textile.liquid |   4 +
 doc/api/methods/containers.html.textile.liquid     |   5 +-
 go.mod                                             |   1 +
 go.sum                                             |   2 +
 lib/crunchrun/copier.go                            | 200 ++++++++++++-
 lib/crunchrun/copier_test.go                       | 324 ++++++++++++++++++++-
 lib/crunchrun/crunchrun.go                         |   1 +
 lib/crunchrun/integration_test.go                  |  71 +++--
 sdk/go/arvados/container.go                        |   2 +
 sdk/python/arvados-v1-discovery.json               |   6 +
 services/api/app/models/container.rb               |  18 +-
 services/api/app/models/container_request.rb       |  12 +-
 ...20240329173437_add_output_glob_to_containers.rb |  10 +
 ...02162733_add_output_glob_index_to_containers.rb |  17 ++
 services/api/db/structure.sql                      |  19 +-
 services/api/test/unit/container_request_test.rb   |  10 +-
 services/api/test/unit/container_test.rb           |   2 +
 19 files changed, 683 insertions(+), 66 deletions(-)
 create mode 100644 doc/_includes/_container_glob_patterns.liquid
 create mode 100644 services/api/db/migrate/20240329173437_add_output_glob_to_containers.rb
 create mode 100644 services/api/db/migrate/20240402162733_add_output_glob_index_to_containers.rb

       via  8dedd02357a95a0ae2c7961c8f1d0896b6311b3b (commit)
       via  c1eab853fcda31c546b36d66ca7272ac48ac0756 (commit)
       via  bb996d3744097bc0d0475ece4530c06b3c2582cf (commit)
       via  ec0b74da392f739d4340b7a9120f2f90f5871f47 (commit)
       via  a32d74c4179f0b17640c0623daaac240ea9ec38b (commit)
       via  78375ebf2707912016b3b94fec6b0f2998cb98fe (commit)
       via  3c69a3d346adac763b6426538676810921d25646 (commit)
       via  c2ab17464100b4914b65473175ff1c85b102f1e3 (commit)
       via  d483eba34fe5e59bf8f9a3298d0fbd6c5026b4f6 (commit)
       via  dcdf385b2852acf95f41e2340d07cd68cb34e371 (commit)
      from  3b36ee8fbe76d10d0939ddbe677fef6dc94462fe (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 8dedd02357a95a0ae2c7961c8f1d0896b6311b3b
Merge: 3b36ee8fbe c1eab853fc
Author: Tom Clegg <tom at curii.com>
Date:   Thu May 2 16:47:51 2024 -0400

    Merge branch '12430-output-glob'
    
    closes #12430
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --cc build/run-tests.sh
index 13ea0946e6,a9db9bbfe4..2f1c40ec6f
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@@ -1050,16 -1097,7 +1052,8 @@@ install_all() 
  test_all() {
      stop_services
      do_test services/api
- 
-     # Shortcut for when we're only running apiserver tests. This saves a bit of time,
-     # because we don't need to start up the api server for subsequent tests.
-     if [ ! -z "$only" ] && [ "$only" == "services/api" ]; then
-         rotate_logfile "$WORKSPACE/services/api/log/" "test.log"
-         exit_cleanly
-     fi
- 
      do_test gofmt
 +    do_test arvados_version.py
      do_test doc
      do_test sdk/ruby-google-api-client
      do_test sdk/ruby

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list