Just compute the try build count if we're running the testsuite
This commit is contained in:
parent
c87a9191f1
commit
4b7072c490
1 changed files with 2 additions and 3 deletions
|
@ -1028,10 +1028,9 @@ The parameters of the class are:
|
|||
self.addStep (CloneOrUpdateGDBRepo ())
|
||||
|
||||
# Set the count of the try build
|
||||
self.addStep (ComputeTryBuildCount (doStepIf = scheduler_is_try,
|
||||
hideStepIf = True))
|
||||
|
||||
if self.run_testsuite:
|
||||
self.addStep (ComputeTryBuildCount (doStepIf = scheduler_is_try,
|
||||
hideStepIf = True))
|
||||
self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do,
|
||||
hideStepIf = False))
|
||||
|
||||
|
|
Loading…
Reference in a new issue