[ARVADOS] updated: 1.3.0-2539-geb9be8006

Git user git at public.arvados.org
Fri May 1 19:59:12 UTC 2020


Summary of changes:
 sdk/go/arvados/container.go | 2 ++
 1 file changed, 2 insertions(+)

       via  eb9be80062b1265f43acce10c4e37b952b47d0dc (commit)
      from  afcef9cee9922db71e268624ec658f535755aada (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 eb9be80062b1265f43acce10c4e37b952b47d0dc
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Fri May 1 15:58:58 2020 -0400

    Add StartedAt and FinishedAt fields to arvados.Container.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/sdk/go/arvados/container.go b/sdk/go/arvados/container.go
index a7edddaa3..a7edec76d 100644
--- a/sdk/go/arvados/container.go
+++ b/sdk/go/arvados/container.go
@@ -28,6 +28,8 @@ type Container struct {
 	SchedulingParameters SchedulingParameters   `json:"scheduling_parameters"`
 	ExitCode             int                    `json:"exit_code"`
 	RuntimeStatus        map[string]interface{} `json:"runtime_status"`
+	StartedAt            *time.Time             `json:"started_at"`  // nil if not yet started
+	FinishedAt           *time.Time             `json:"finished_at"` // nil if not yet finished
 }
 
 // Container is an arvados#container resource.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list