Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Comment thread
minmzzhang marked this conversation as resolved.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
]
ruleset_bypass_team_ids = [github_team.all["wg-infra"].id]
environments = [{ name = "e2e-test" }]
Expand Down
Loading