From cf4a97a2ac6dd34e7b4a3ff30e36d4cc8babf384 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Tue, 1 Aug 2023 19:56:03 -0400 Subject: [PATCH] Add a gating rule for other-archs too We want to gate on all architectures building and working fine. We can't release .NET if it's broken on any architecture. --- gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gating.yaml b/gating.yaml index 8574546..ec51e7b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -18,3 +18,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional}