233933
From c6fdb740675999883a8a7942fbcd32f9889dc739 Mon Sep 17 00:00:00 2001
233933
From: Sunil Kumar Acharya <sheggodu@redhat.com>
233933
Date: Thu, 13 Jun 2019 21:58:43 +0530
233933
Subject: [PATCH 184/192] tests: Add gating configuration file for rhel8
233933
233933
Adding configuration files to enable automatic execution
233933
of gating CI for glusterfs.
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
BUG: 1720318
233933
Change-Id: I8b42792d93d1eea455f86acd1576c20e12eed9f0
233933
Signed-off-by: Sunil Kumar Acharya <sheggodu@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/173412
233933
Reviewed-by: Vivek Das <vdas@redhat.com>
233933
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
233933
Tested-by: RHGS Build Bot <nigelb@redhat.com>
233933
---
233933
 gating.yaml | 7 +++++++
233933
 1 file changed, 7 insertions(+)
233933
 create mode 100644 gating.yaml
233933
233933
diff --git a/gating.yaml b/gating.yaml
233933
new file mode 100644
233933
index 0000000..eeab6e9
233933
--- /dev/null
233933
+++ b/gating.yaml
233933
@@ -0,0 +1,7 @@
233933
+--- !Policy
233933
+product_versions:
233933
+  - rhel-8
233933
+decision_context: osci_compose_gate_modules
233933
+subject_type: redhat-module
233933
+rules:
233933
+  - !PassingTestCaseRule {test_case_name: manual.sst_rh_gluster_storage.glusterfs.bvt}
233933
-- 
233933
1.8.3.1
233933