[arvados] updated: 2.5.0-37-gc4d113161

git repository hosting git at public.arvados.org
Fri Jan 20 16:25:45 UTC 2023


Summary of changes:
 .../methods/container_requests.html.textile.liquid |  2 +-
 doc/api/methods/containers.html.textile.liquid     |  2 +-
 lib/crunchrun/crunchrun.go                         | 26 +++++-
 lib/crunchrun/crunchrun_test.go                    | 93 ++++++++++++++++------
 4 files changed, 93 insertions(+), 30 deletions(-)

       via  c4d1131613de217719929ff05a06f19321cb5fdc (commit)
       via  52471bfa0ab522d1b8bd7ef54d0a6b657fe0d4f0 (commit)
       via  7f359d51c3dca6c04003d56f3f18f86cd0916bae (commit)
       via  6477db8a1f5ed0b2f81cf743bbea32c681c7c10c (commit)
       via  5d6589c1674133460e1bf39d19dbfc6fd075e498 (commit)
       via  6345bcd48d437dfd7f6b1d0ed706985f9c08fde1 (commit)
       via  5ea5c3a5e509f32d607899c5584a5c811b8e2cec (commit)
       via  e6fe9c21160d4bbd16b5fac2c95a68bf987a6152 (commit)
       via  499848b567ebecadbdff1fcbbdb4683dfbf097da (commit)
       via  7fd377c676394477f027869dfbdb125ac6ed26f0 (commit)
       via  b1b3ef2b2b23a63687b93a78ebeb1bbcb23ed5d2 (commit)
      from  6c4c662cc5b22883ca1d4f9df9866a8b891a8e8a (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 c4d1131613de217719929ff05a06f19321cb5fdc
Merge: 6c4c662cc 52471bfa0
Author: Brett Smith <brett.smith at curii.com>
Date:   Fri Jan 20 11:23:59 2023 -0500

    Merge branch '19886-crunch-run-early-log-commit'
    
    Closes #19886.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>


commit 52471bfa0ab522d1b8bd7ef54d0a6b657fe0d4f0
Author: Brett Smith <brett.smith at curii.com>
Date:   Fri Jan 20 11:21:28 2023 -0500

    19886: Describe what component updates container logs more generically
    
    We want to make clear that an Arvados system component does this,
    without being overly committal about which component it is. "Dispatcher"
    might be taken to mean the Crunch dispatcher specifically. Right now
    it's crunch-run, but we don't need to commit to that level of
    detail. Settle on "Crunch system" per discussion with Tom in chat.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid
index 0077a165e..c29a91ba2 100644
--- a/doc/api/methods/containers.html.textile.liquid
+++ b/doc/api/methods/containers.html.textile.liquid
@@ -28,7 +28,7 @@ table(table table-bordered table-condensed).
 |state|string|The allowed states are "Queued", "Locked", "Running", "Cancelled" and "Complete".|See "Container states":#container_states for more details.|
 |started_at|datetime|When this container started running.|Null if container has not yet started.|
 |finished_at|datetime|When this container finished.|Null if container has not yet finished.|
-|log|string|Portable data hash of a collection containing the log messages produced when executing the container.|Null if container has not yet started. The dispatcher will periodically update this field for a running container.|
+|log|string|Portable data hash of a collection containing the log messages produced when executing the container.|Null if container has not yet started. The Crunch system will periodically update this field for a running container.|
 |environment|hash|Environment variables and values that should be set in the container environment (@docker run --env@). This augments and (when conflicts exist) overrides environment variables given in the image's Dockerfile.|Must be equal to a ContainerRequest's environment in order to satisfy the ContainerRequest.|
 |cwd|string|Initial working directory.|Must be equal to a ContainerRequest's cwd in order to satisfy the ContainerRequest|
 |command|array of strings|Command to execute.| Must be equal to a ContainerRequest's command in order to satisfy the ContainerRequest.|

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list