set teh install repo for livemedia tasks without a install tree for its variant

allow live and live-media tasks to not fail the compose

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-02-16 14:22:15 -06:00
parent e5dabb2ddd
commit 639475e15d

View File

@ -323,6 +323,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Xfce',
@ -334,6 +335,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-SoaS',
@ -345,6 +347,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Cinnamon',
@ -356,6 +359,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-LXDE',
@ -367,6 +371,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-MATE_Compiz',
@ -378,6 +383,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
}
],
'^Spins$': [
@ -391,6 +397,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Design_suite',
@ -402,6 +409,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Scientific_KDE',
@ -413,6 +421,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Games',
@ -424,6 +433,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Security',
@ -435,6 +445,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Jam_KDE',
@ -446,6 +457,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
},
{
'name': 'Fedora-Live-Robotics',
@ -457,6 +469,7 @@ live_media = {
'arches': ['x86_64', 'i386'],
'release': None,
'repo_from': 'Everything'
'install_tree_from': 'Everything'
}
],
}
@ -464,7 +477,7 @@ live_media = {
failable_deliverables = [
('^.*$', {
# Buildinstall can fail on any variant and any arch
'*': ['buildinstall', 'image-build'],
'*': ['buildinstall', 'image-build', 'live-media', 'live'],
'src': ['buildinstall'],
# Nothing on i386 blocks the compose
'i386': ['buildinstall', 'iso', 'live'],