ci: show partition fit window as a date range in the step summary (#27457)

This commit is contained in:
Liangsheng Yin
2026-06-06 14:39:36 -07:00
committed by GitHub
parent 9097647090
commit 4989d6691d
2 changed files with 19 additions and 2 deletions
+2 -1
View File
@@ -167,7 +167,8 @@ def main():
print(f"Fetching {args.model_url}", file=sys.stderr)
model = fetch_model(args.model_url)
print(
f" model data_as_of={model.get('data_as_of')} "
f" model fit_window_start={model.get('fit_window_start')} "
f"fit_window_days={model.get('fit_window_days')} "
f"n_runs={model.get('n_runs')} "
f"n_suites={len(model.get('est', {}))}",
file=sys.stderr,