From d0037863ff5fb894d0ad3d45a831fbdce380d8fb Mon Sep 17 00:00:00 2001 From: Andrew Ferlitsch Date: Wed, 25 Oct 2023 10:20:12 -0700 Subject: [PATCH] feat: record last date of fail (#2425) --- .cloud-build/execute_changed_notebooks_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.cloud-build/execute_changed_notebooks_helper.py b/.cloud-build/execute_changed_notebooks_helper.py index da420c8ba..c24101b46 100755 --- a/.cloud-build/execute_changed_notebooks_helper.py +++ b/.cloud-build/execute_changed_notebooks_helper.py @@ -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: