From 9d0042ab3cb657dc812f4df5649cfa40ff58e8d2 Mon Sep 17 00:00:00 2001 From: Steeve Goveas Date: Fri, 28 May 2021 18:24:37 +0530 Subject: [PATCH] Enable gating tests for pam Resolves: rhbz#1962804 tests directoy already existed, but there was not gating.yaml. Added passing rule for osci tier0 to execute the tests available in tests directory. Note the this directory does not exist in internal repo, but expect it to sync after this or another MR is merged --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..475371b --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}