Signed-off-by: Klaus Aehlig <aeh...@google.com> --- 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 2f92a58..0f9c6f9 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", "2.12") +UNITTEST_BRANCHES = [MASTER_BRANCH] + GetBranches("2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14") # KVM supported from 2.10 on, add new versions here -KVM_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.10", "2.11", "2.12") +KVM_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.10", "2.11", "2.12", "2.13", "2.14") # 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") +VCLUSTER_QA_BRANCHES = [MASTER_BRANCH] + GetBranches("2.9", "2.10", "2.11", "2.12", "2.13", "2.14") QA_FULL = "full" QA_QUICK = "quick" -- 2.2.0.rc0.207.ga3a616c