schedulers: Remove obsolete branches from release branch selector code

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2019-04-14 17:43:57 +01:00
parent 6a8acca22f
commit 4351b9482f

View File

@ -121,26 +121,18 @@ def parent_scheduler(target):
'branch': 'master',
'branch_poky': 'master',
'branch_bitbake': 'master',
'branch_eclipse-poky-neon': 'neon-master',
'branch_eclipse-poky-oxygen': 'oxygen-master',
'branch_meta-gplv2': 'master',
'branch_meta-intel': 'master',
'branch_meta-mingw': 'master',
'branch_meta-qt3': 'master',
'branch_meta-qt4': 'master',
'branch_oecore': 'master',
},
'master-next': {
'branch': 'master',
'branch_poky': 'master-next',
'branch_bitbake': 'master-next',
'branch_eclipse-poky-neon': 'neon-master',
'branch_eclipse-poky-oxygen': 'oxygen-master',
'branch_meta-gplv2': 'master',
'branch_meta-intel': 'master',
'branch_meta-mingw': 'master',
'branch_meta-qt3': 'master',
'branch_meta-qt4': 'master',
'branch_oecore': 'master-next',
},
'mut': {
@ -148,91 +140,63 @@ def parent_scheduler(target):
'branch_poky': 'ross/mut',
'repo_poky': 'git://git.yoctoproject.org/poky-contrib',
'branch_bitbake': 'master',
'branch_eclipse-poky-neon': 'neon-master',
'branch_eclipse-poky-oxygen': 'oxygen-master',
'branch_meta-gplv2': 'master',
'branch_meta-intel': 'master',
'branch_meta-mingw': 'master',
'branch_meta-qt3': 'master',
'branch_meta-qt4': 'master',
'branch_oecore': 'master',
},
'warrior': {
'branch': 'warrior',
'branch_poky': 'warrior',
'branch_bitbake': '1.42',
'branch_eclipse-poky-neon': 'neon/warrior',
'branch_eclipse-poky-oxygen': 'oxygen/warrior',
'branch_meta-gplv2': 'warrior',
'branch_meta-intel': 'warrior',
'branch_meta-mingw': 'warrior',
'branch_meta-qt3': 'master',
'branch_meta-qt4': 'master',
'branch_oecore': 'warrior',
},
'thud': {
'branch': 'thud',
'branch_poky': 'thud',
'branch_bitbake': '1.40',
'branch_eclipse-poky-neon': 'neon/thud',
'branch_eclipse-poky-oxygen': 'oxygen/thud',
'branch_meta-gplv2': 'thud',
'branch_meta-intel': 'thud',
'branch_meta-mingw': 'thud',
'branch_meta-qt3': 'thud',
'branch_meta-qt4': 'thud',
'branch_oecore': 'thud',
},
'sumo': {
'branch': 'sumo',
'branch_poky': 'sumo',
'branch_bitbake': '1.38',
'branch_eclipse-poky-neon': 'neon/sumo',
'branch_eclipse-poky-oxygen': 'oxygen/sumo',
'branch_meta-gplv2': 'sumo',
'branch_meta-intel': 'sumo',
'branch_meta-mingw': 'sumo',
'branch_meta-qt3': 'sumo',
'branch_meta-qt4': 'sumo',
'branch_oecore': 'sumo',
},
'rocko': {
'branch': 'rocko',
'branch_poky': 'rocko',
'branch_bitbake': '1.36',
'branch_eclipse-poky-neon': 'neon/rocko',
'branch_eclipse-poky-oxygen': 'oxygen/rocko',
'branch_meta-gplv2': 'rocko',
'branch_meta-intel': 'rocko',
'branch_meta-mingw': 'rocko',
'branch_meta-qt3': 'rocko',
'branch_meta-qt4': 'rocko',
'branch_oecore': 'rocko',
},
'pyro': {
'branch': 'pyro',
'branch_poky': 'pyro',
'branch_bitbake': '1.34',
'branch_eclipse-poky-neon': 'neon/pyro',
'branch_eclipse-poky-oxygen': 'oxygen/pyro',
'branch_meta-gplv2': 'pyro',
'branch_meta-intel': 'pyro',
'branch_meta-mingw': 'pyro',
'branch_meta-qt3': 'pyro',
'branch_meta-qt4': 'pyro',
'branch_oecore': 'pyro',
},
'morty': {
'branch': 'morty',
'branch_poky': 'morty',
'branch_bitbake': '1.32',
'branch_eclipse-poky-neon': 'neon/morty',
'branch_eclipse-poky-oxygen': 'oxygen/morty',
'branch_meta-gplv2': 'master',
'branch_meta-intel': 'morty',
'branch_meta-mingw': 'morty',
'branch_meta-qt3': 'morty',
'branch_meta-qt4': 'morty',
'branch_oecore': 'morty',
}
}),