diff --git a/ci/ray_ci/automation/weekly_green_metric.py b/ci/ray_ci/automation/weekly_green_metric.py index 46d2a2ad247cc..ab66bd8936624 100644 --- a/ci/ray_ci/automation/weekly_green_metric.py +++ b/ci/ray_ci/automation/weekly_green_metric.py @@ -34,7 +34,7 @@ def main(production: bool, check: bool) -> None: blockers = TestStateMachine.get_release_blockers() if production: - logger.info(f"Found {blockers.totalCount} release blockers") + logger.info(f"Found {len(blockers)} release blockers") blocker_teams = [ TestStateMachine.get_issue_owner(blocker) for blocker in blockers ]