feat: record last date of fail (#2425)

This commit is contained in:
Andrew Ferlitsch
2023-10-25 17:20:12 +00:00
committed by GitHub
parent ce4b2b1781
commit d0037863ff
@@ -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: