Skip to content

Commit 55ebbbe

Browse files
committed
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 <noreply@cursor.com> Signed-off-by: Min Zhang <minzhang@redhat.com>
1 parent 9a1ae6b commit 55ebbbe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

repositories.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ module "repo_osac_test_infra" {
312312
{ context = "e2e-bmaas-gate", integration_id = 15368 },
313313
{ context = "e2e-caas-gate", integration_id = 15368 },
314314
{ context = "check-labels", integration_id = 15368 },
315+
# Job name in osac-test-infra/.github/workflows/pre-commit.yaml.
316+
# That workflow must listen to merge_group or the queue waits
317+
# check_response_timeout_minutes for a check that never reports.
318+
{ context = "pre-commit", integration_id = 15368 },
315319
]
316320
ruleset_bypass_team_ids = [github_team.all["wg-infra"].id]
317321
environments = [{ name = "e2e-test" }]

0 commit comments

Comments
 (0)