[openqa-maintenance] Add openSUSE Leap 15.0 configuration

This commit is contained in:
Oliver Kurz 2018-04-23 13:26:59 +02:00
parent dce40cb5f8
commit 5a0dcdf64c
3 changed files with 32 additions and 0 deletions

View File

@ -119,5 +119,10 @@
"version": "42.3",
"flavor": "DVD-Incidents",
"distri": "opensuse"
},
"openSUSE:Leap:15.0:Update" : {
"version": "15.0",
"flavor": "DVD-Incidents",
"distri": "opensuse"
}
}

View File

@ -24,6 +24,13 @@
"ARCH" : "x86_64",
"ISO" : "openSUSE-Leap-42.3-DVD-x86_64.iso"
},
"openSUSE:Leap:15.0:Update" : {
"FLAVOR" : "Maintenance",
"VERSION" : "15.0",
"DISTRI" : "opensuse",
"ARCH" : "x86_64",
"ISO" : "openSUSE-Leap-15.0-DVD-x86_64.iso"
},
"SUSE:Updates:SLE-DESKTOP:12-SP3:x86_64" : {
"FLAVOR" : "Desktop-DVD-Incidents",
"VERSION" : "12-SP3",
@ -145,5 +152,11 @@
"FLAVOR": "DVD-Incidents",
"VERSION": "42.3",
"ARCH": "x86_64"
},
"openSUSE:Leap:15.0:Update": {
"DISTRI": "opensuse",
"FLAVOR": "DVD-Incidents",
"VERSION": "15.0",
"ARCH": "x86_64"
}
}

View File

@ -13,6 +13,20 @@
"http://download.opensuse.org/update/leap/42.3/oss/",
"http://download.opensuse.org/update/leap/42.3/non-oss/"
]
},
"openSUSE:Leap:15.0:Update" : {
"settings" : {
"OS_TEST_ISSUES" : "",
"FLAVOR" : "DVD-Updates",
"DISTRI" : "opensuse",
"VERSION" : "15.0",
"ARCH" : "x86_64"
},
"test" : "kde",
"repos" : [
"http://download.opensuse.org/update/leap/15.0/oss/",
"http://download.opensuse.org/update/leap/15.0/non-oss/"
]
}
},
"https://openqa.suse.de" : {