From 09253f4bbb78ce1f3e04b62d518ad192b1ba8a72 Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Thu, 22 Jun 2023 15:16:11 +0200 Subject: [PATCH] Add manual check to prevent y-stream builds from accidently moving forward when we want to pick up the z-stream builds. --- gating.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/gating.yaml b/gating.yaml index f18fe94..a8fd0c7 100644 --- a/gating.yaml +++ b/gating.yaml @@ -6,3 +6,4 @@ rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.userspace-fips-mode.functional} + - !PassingTestCaseRule {test_case_name: manual.sst_security_crypto.nss.streamspreadprevent}