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" }]