From ce1c60bb1db1edaec71b55986ba771baae5c303a Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 15 Sep 2026 19:31:05 +0900 Subject: [PATCH 1/2] test(queue): reproduce missing mhtml enrollment Enroll mhtml-etl-gateway in the bounded queue-health configuration without yet updating the exact-equality contract test. This preserves a realistic RED in ordinary history: the existing allowlist contract must fail until the owner test explicitly accepts the new reviewed repository. Refs #1150 ContextualWisdomLab/mhtml-etl-gateway#95 --- config/actions_queue_health_repositories.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index e8c9374394..456f54af70 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -6,6 +6,7 @@ "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", + "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon" ] } \ No newline at end of file From 22d6a9679f015cd2571ae859d1925d92c3e0d676 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 15 Sep 2026 19:31:19 +0900 Subject: [PATCH 2/2] fix(queue): admit mhtml under bounded owner contract Update the exact-equality queue-health allowlist contract to include ContextualWisdomLab/mhtml-etl-gateway. Collector logic, workflow triggers, runner selectors, cancellation/rerun behavior and required gates remain unchanged. Refs #1150 ContextualWisdomLab/mhtml-etl-gateway#95 --- tests/test_actions_queue_health_contract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_actions_queue_health_contract.py b/tests/test_actions_queue_health_contract.py index d14a5b44b7..3f6c73dc47 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -47,6 +47,7 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", + "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", ] }