From 13ff7e539550dceacf2b6e69e26015c66123906b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Thu, 8 Dec 2022 14:01:08 +0100 Subject: [PATCH] Enable gating on tmt tests --- gating.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 9214b2f..2e6b1e8 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,6 +4,9 @@ product_versions: decision_contexts: - osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk8.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk11.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke/jdk17.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/regression.functional} # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}