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.
This commit is contained in:
Omair Majid 2023-08-01 19:56:03 -04:00
parent b78c27ad5f
commit cf4a97a2ac

View File

@ -18,3 +18,4 @@ product_versions:
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional}