From 6969e69068961fb0c253b15c0182c6cef3956d8c Mon Sep 17 00:00:00 2001 From: Elior Erez Date: Wed, 5 Aug 2026 15:15:18 -0400 Subject: [PATCH] Update osac repo's required status check for CaaS Netris rename osac-project/osac#110 replaced e2e-caas-full-install.yml with e2e-caas-netris-full-install.yml, so the "e2e-caas-full-install / e2e" required check will never report again -- blocking every future PR on osac's branch protection forever. Point the required check at the new workflow's gating job instead. Signed-off-by: Elior Erez --- repositories.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.tf b/repositories.tf index ee005a3..df60717 100644 --- a/repositories.tf +++ b/repositories.tf @@ -147,7 +147,7 @@ module "repo_osac" { required_status_checks = [ { context = "e2e-vmaas-full-install / e2e", integration_id = 15368 }, { context = "e2e-bmaas-full-install / e2e", integration_id = 15368 }, - { context = "e2e-caas-full-install / e2e", integration_id = 15368 }, + { context = "e2e-caas-netris-full-install / e2e", integration_id = 15368 }, ] # Preserve subtree-merge history/blame going forward -- squash-merging on the # mono-repo would collapse that history for every commit after cutover, so