From 33a9e4a671c08258bca0522479e8bb631de91364 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 24 Oct 2019 09:47:22 +0200 Subject: [PATCH] qa/distros: add SLE-12-SP3 and SLE-15-SP1 Ceph luminous is known to run on SLE-12-SP3 and nautilus on SLE-15-SP1, so add these two to qa/distros/all. Signed-off-by: Nathan Cutler --- qa/distros/all/sle_12.3.yaml | 2 ++ qa/distros/all/sle_15.1.yaml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 qa/distros/all/sle_12.3.yaml create mode 100644 qa/distros/all/sle_15.1.yaml diff --git a/qa/distros/all/sle_12.3.yaml b/qa/distros/all/sle_12.3.yaml new file mode 100644 index 00000000000..739113466f5 --- /dev/null +++ b/qa/distros/all/sle_12.3.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "12.3" diff --git a/qa/distros/all/sle_15.1.yaml b/qa/distros/all/sle_15.1.yaml new file mode 100644 index 00000000000..f795b563980 --- /dev/null +++ b/qa/distros/all/sle_15.1.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "15.1"