From 88c8b1d26389a390f196c11c5f74b90aafb71ef0 Mon Sep 17 00:00:00 2001 From: Jan Baier Date: Wed, 23 May 2018 15:44:12 +0200 Subject: [PATCH] [openqa-maintenance] Add kernel incidents for SLE11 --- data/apimap.json | 14 ++++++++++++++ data/incidents.json | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/data/apimap.json b/data/apimap.json index 10d46436..5c2830a1 100644 --- a/data/apimap.json +++ b/data/apimap.json @@ -1,4 +1,18 @@ { + "SUSE:Updates:SLE-SERVER:11-SP1:" : { + "version" : "11-SP1", + "flavor" : "Server-DVD-Incidents", + "archs" : [ + "x86_64" + ] + }, + "SUSE:Updates:SLE-SERVER:11-SP3:" : { + "version" : "11-SP3", + "flavor" : "Server-DVD-Incidents", + "archs" : [ + "x86_64" + ] + }, "SUSE:Updates:SLE-SERVER:12-SP1-LTSS:" : { "flavor" : "Server-DVD-Incidents", "version" : "12-SP1", diff --git a/data/incidents.json b/data/incidents.json index 6c2f747d..8b0bc1aa 100644 --- a/data/incidents.json +++ b/data/incidents.json @@ -1,4 +1,16 @@ { + "SUSE:Updates:SLE-SERVER:11-SP1:x86_64" : { + "DISTRI" : "sle", + "ARCH" : "x86_64", + "FLAVOR" : "Server-DVD-Incidents", + "VERSION" : "11-SP1" + }, + "SUSE:Updates:SLE-SERVER:11-SP3:x86_64" : { + "DISTRI" : "sle", + "ARCH" : "x86_64", + "FLAVOR" : "Server-DVD-Incidents", + "VERSION" : "11-SP3" + }, "SUSE:Updates:SLE-SERVER:12-LTSS:s390x" : { "DISTRI" : "sle", "ARCH" : "s390x",