Add branches 2.16 and 2.17. Signed-off-by: Lisa Velden <[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 99def4b..feca938 100644 --- a/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg +++ b/roles/buildmaster/files/srv/buildbot/masters/ganeti/master.cfg @@ -72,13 +72,13 @@ def GetBranches(*args): 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") + "2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16", "2.17") # 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", "2.15") + "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16", "2.17") # 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", "2.15") + "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16", "2.17") QA_FULL = "full" QA_QUICK = "quick" -- 2.6.0.rc2.230.g3dd15c0
