From e0253295f7ff7747a1a4a2ef7a5d13ce92d81ddf Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 30 Jul 2021 12:35:37 +0200 Subject: [PATCH] Added gating.yaml Resolves: rhbz#1870625 --- copy-jdk-configs.spec | 2 +- gating.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/copy-jdk-configs.spec b/copy-jdk-configs.spec index d240523..079196e 100644 --- a/copy-jdk-configs.spec +++ b/copy-jdk-configs.spec @@ -8,7 +8,7 @@ Name: copy-jdk-configs # hash relevant to version tag %global htag 88d3ed89f30d8b0eb4877d860fa8d951f224f156 Version: 4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: JDKs configuration files copier License: BSD diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c7412f1 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: java-qa +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}