Signed-off-by: Helga Velroyen <[email protected]>
---
roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
index 0f9c6f9..4df7f6a 100644
--- a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
+++ b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
@@ -71,11 +71,14 @@ def GetBranches(*args):
for name in ["stable"]]
-UNITTEST_BRANCHES = [MASTER_BRANCH] + GetBranches("2.6", "2.7", "2.8", "2.9",
"2.10", "2.11", "2.12", "2.13", "2.14")
+UNITTEST_BRANCHES = [MASTER_BRANCH] + GetBranches(
+ "2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15")
# KVM supported from 2.10 on, add new versions here
-KVM_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.10", "2.11", "2.12",
"2.13", "2.14")
+KVM_QA_BRANCHES = [MASTER_BRANCH] + GetBranches(
+ "2.10", "2.11", "2.12", "2.13", "2.14", "2.15")
# vcluster is implemented from 2.9 on, add new versions here
-VCLUSTER_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.9", "2.10", "2.11",
"2.12", "2.13", "2.14")
+VCLUSTER_QA_BRANCHES = [MASTER_BRANCH] + GetBranches(
+ "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15")
QA_FULL = "full"
QA_QUICK = "quick"
--
2.2.0.rc0.207.ga3a616c