From d274cd77bc3f631288f139b2c837301f8694c6a4 Mon Sep 17 00:00:00 2001 From: Omer Vishlitzky <22615781+omer-vishlitzky@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:42:36 +0300 Subject: [PATCH] Revert "Require remaining osac CI checks in merge gate (#205)" This reverts commit c327960c64bde42820433332fc1f6c978f46319d. --- repositories.tf | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/repositories.tf b/repositories.tf index 5939ae7..e00c629 100644 --- a/repositories.tf +++ b/repositories.tf @@ -169,20 +169,6 @@ module "repo_osac" { { context = "Run integration test (osac-aap)", integration_id = 15368 }, { context = "Run integration test (osac-installer)", integration_id = 15368 }, { context = "Run integration test (bare-metal-fulfillment-operator)", integration_id = 15368 }, - # Cheap lints and component unit tests. Step skip reports success when - # that path did not change, so unrelated PRs are not blocked. - { context = "ansible-lint", integration_id = 15368 }, - { context = "Check generated code (osac-metering/metering-service)", integration_id = 15368 }, - { context = "Check Python code", integration_id = 15368 }, - { context = "Check Go and proto code", integration_id = 15368 }, - { context = "Build binaries", integration_id = 15368 }, - { context = "dependency-review", integration_id = 15368 }, - { context = "Lint Helm charts (osac-installer)", integration_id = 15368 }, - { context = "Check Helm CRD sync (osac-operator)", integration_id = 15368 }, - { context = "Check Helm CRD sync (bare-metal-fulfillment-operator)", integration_id = 15368 }, - { context = "Run darwin keychain tests", integration_id = 15368 }, - { context = "Run unit tests (osac-operator)", integration_id = 15368 }, - { context = "Run unit tests (bare-metal-fulfillment-operator)", integration_id = 15368 }, ] ruleset_bypass_team_ids = [github_team.all["wg-infra"].id]