...that we forked off recently.
Signed-off-by: Klaus Aehlig <[email protected]>
---
roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg | 6 +++---
1 file changed, 3 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 fcdc3a6..f90585c 100644
--- a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
+++ b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg
@@ -71,11 +71,11 @@ def GetBranches(*args):
for name in ["stable"]]
-UNITTEST_BRANCHES = [MASTER_BRANCH] + GetBranches("2.6", "2.7", "2.8", "2.9",
"2.10", "2.11")
+UNITTEST_BRANCHES = [MASTER_BRANCH] + GetBranches("2.6", "2.7", "2.8", "2.9",
"2.10", "2.11", "2.12")
# KVM supported from 2.10 on, add new versions here
-KVM_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.10", "2.11")
+KVM_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.10", "2.11", "2.12")
# vcluster is implemented from 2.9 on, add new versions here
-VCLUSTER_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.9", "2.10", "2.11")
+VCLUSTER_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.9", "2.10", "2.11",
"2.12")
QA_FULL = "full"
QA_QUICK = "quick"
--
1.9.1.423.g4596e3a