From 12fd80818b6196581044a87d9639e4a584ac486e Mon Sep 17 00:00:00 2001 From: Asger Geel Weirsoee Date: Fri, 27 Feb 2026 15:33:54 +0100 Subject: [PATCH] chore(coordination): update scheduler state for F3 answer-mix PR task --- coordination/assignments.json | 2 +- coordination/scheduler_tasks.json | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/coordination/assignments.json b/coordination/assignments.json index c1579f3..897a355 100644 --- a/coordination/assignments.json +++ b/coordination/assignments.json @@ -1,5 +1,5 @@ { - "updatedAt": "2026-02-27T14:12:00Z", + "updatedAt": "2026-02-27T14:24:53Z", "active": [], "queue": [] } diff --git a/coordination/scheduler_tasks.json b/coordination/scheduler_tasks.json index 040f6f6..963eefc 100644 --- a/coordination/scheduler_tasks.json +++ b/coordination/scheduler_tasks.json @@ -1,5 +1,5 @@ { - "updatedAt": "2026-02-27T14:12:00Z", + "updatedAt": "2026-02-27T14:24:53Z", "tasks": [ { "id": "BOT-PR-F3-ANSWER-MIX", @@ -8,8 +8,15 @@ "bot-task", "need-to-have" ], - "status": "ready_for_pr", - "source": "job-scheduler" + "status": "blocked", + "source": "job-scheduler", + "blocker": "Gitea API kræver token (401: token is required); PR/issue-spejling kan ikke oprettes fra runner-miljøet uden credentials.", + "lastCheckedAt": "2026-02-27T14:24:53Z", + "checks": { + "manage_check": "pass", + "django_tests": "pass", + "ruff": "fail(F401 x14; tracked by BOT-CI-LINT-F401)" + } }, { "id": "BOT-CI-LINT-F401",