From 6a06dd3178960a1ad972f05fbdc33e86249ad71a Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 15 Nov 2021 09:31:28 +0100 Subject: [PATCH] Onboard package into Gating Builds will be gated using Maven Bootstrap manual gating test: https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test --- gating.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..d6b7694 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,8 @@ +--- !Policy +product_versions: + - rhel-9 +decision_contexts: + - osci_compose_gate +rules: + # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test + - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap}