mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
feat: record last date of fail (#2425)
This commit is contained in:
@@ -121,6 +121,7 @@ def load_results(results_bucket: str,
|
||||
else:
|
||||
accumulative_results[notebook] = build_results[notebook]
|
||||
accumulative_results[notebook]['failed_last_run'] = build_results[notebook]['failed']
|
||||
accumulative_results[notebook]['failed_last_date'] = time_created
|
||||
|
||||
print(accumulative_results)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user