From 6baa608419599691807321b76a3fe097ab249491 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 20 Nov 2019 16:45:44 +0100 Subject: [PATCH] Disable 2.81 from nightly schedule --- master.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 8c12588..c2ee800 100644 --- a/master.cfg +++ b/master.cfg @@ -4,7 +4,10 @@ # # List of the branches being built automatically overnight -NIGHT_SCHEDULE_BRANCHES = ["master", "blender-v2.81-release"] +NIGHT_SCHEDULE_BRANCHES = [ + "master", + # "blender-v2.81-release", +] # Dictionary that the buildmaster pays attention to. c = BuildmasterConfig = {}