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