From c5a1ee42318a6a1c638b55c39a2158e32f6e5169 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sun, 14 Nov 2021 18:54:02 +0100 Subject: [PATCH] Require Maven Bootstrap manual gating test --- gating.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 648918d..9214b2f 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,9 @@ --- !Policy product_versions: - rhel-9 -decision_context: osci_compose_gate +decision_contexts: + - osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test + - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}