From 129534c0ca1d508aa58911db8343cd39cb8faf62 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 9 Sep 2017 20:14:14 -0400 Subject: [PATCH] Don't clean up breakage file on every build, only cleanup it when not doing try builds --- master.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/master.cfg b/master.cfg index 3ec1460..1c0d499 100644 --- a/master.cfg +++ b/master.cfg @@ -964,9 +964,9 @@ The parameters of the class are: # This last will be executed when the build succeeds. It is # needed in order to cleanup the breakage lockfile, if it # exists. - self.addStep (steps.MasterShellCommand (command = [ 'rm', '-f', - util.Interpolate ('/tmp/gdb-buildbot-breakage-report-*-%(prop:branch)s-%(prop:buildername)s') ], - hideStepIf = True)) +# self.addStep (steps.MasterShellCommand (command = [ 'rm', '-f', +# util.Interpolate ('/tmp/gdb-buildbot-breakage-report-*-%(prop:branch)s-%(prop:buildername)s') ], +# hideStepIf = True)) # Disabling this until we figure out how to properly run + test # self.addStep (MakeTAGSGDB ())