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