aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schedulers.py15
1 files changed, 14 insertions, 1 deletions
diff --git a/schedulers.py b/schedulers.py
index 06a12d9..b45b0fb 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -115,7 +115,7 @@ def parent_scheduler(target):
name="branchselector",
default="master",
label="Release Shortcut Selector",
- choices=["master", "master-next", "mut", "thud", "sumo", "rocko", "pyro", "morty"],
+ choices=["master", "master-next", "mut", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
selectors={
'master': {
'branch': 'master',
@@ -157,6 +157,19 @@ def parent_scheduler(target):
'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',