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: