From 411c146eadd3157d64ac9e21d64cfdb52ec16eda Mon Sep 17 00:00:00 2001 From: Min Zhang Date: Mon, 24 Aug 2026 11:18:22 -0400 Subject: [PATCH] feat: require osac-test-infra pre-commit check pre-commit now runs on merge_group, so the merge queue can wait on a real result instead of a missing check. Assisted-by: Cursor Signed-off-by: Min Zhang --- repositories.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repositories.tf b/repositories.tf index 4a6d292..29d7525 100644 --- a/repositories.tf +++ b/repositories.tf @@ -308,6 +308,10 @@ module "repo_osac_test_infra" { { context = "e2e-bmaas-gate", integration_id = 15368 }, { context = "e2e-caas-gate", integration_id = 15368 }, { context = "check-labels", integration_id = 15368 }, + # Job name in osac-test-infra/.github/workflows/pre-commit.yaml. + # That workflow must listen to merge_group or the queue waits + # check_response_timeout_minutes for a check that never reports. + { context = "pre-commit", integration_id = 15368 }, ] ruleset_bypass_team_ids = [github_team.all["wg-infra"].id] environments = [{ name = "e2e-test" }]