Always hide compute-try-build-count step
This commit is contained in:
parent
e04304d64a
commit
7da1f920da
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ The parameters of the class are:
|
|||
|
||||
# Set the count of the try build
|
||||
self.addStep (ComputeTryBuildCount (doStepIf = scheduler_is_try,
|
||||
hideStepIf = scheduler_is_not_try_hide))
|
||||
hideStepIf = True))
|
||||
|
||||
if self.run_testsuite:
|
||||
self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do,
|
||||
|
|
Loading…
Reference in a new issue