Don't clean up breakage file on every build, only cleanup it when not doing try builds
This commit is contained in:
parent
d5057908ca
commit
129534c0ca
1 changed files with 3 additions and 3 deletions
|
@ -964,9 +964,9 @@ The parameters of the class are:
|
||||||
# This last will be executed when the build succeeds. It is
|
# This last will be executed when the build succeeds. It is
|
||||||
# needed in order to cleanup the breakage lockfile, if it
|
# needed in order to cleanup the breakage lockfile, if it
|
||||||
# exists.
|
# exists.
|
||||||
self.addStep (steps.MasterShellCommand (command = [ 'rm', '-f',
|
# self.addStep (steps.MasterShellCommand (command = [ 'rm', '-f',
|
||||||
util.Interpolate ('/tmp/gdb-buildbot-breakage-report-*-%(prop:branch)s-%(prop:buildername)s') ],
|
# util.Interpolate ('/tmp/gdb-buildbot-breakage-report-*-%(prop:branch)s-%(prop:buildername)s') ],
|
||||||
hideStepIf = True))
|
# hideStepIf = True))
|
||||||
|
|
||||||
# Disabling this until we figure out how to properly run + test
|
# Disabling this until we figure out how to properly run + test
|
||||||
# self.addStep (MakeTAGSGDB ())
|
# self.addStep (MakeTAGSGDB ())
|
||||||
|
|
Loading…
Reference in a new issue