Changeset 7a230fd
- Timestamp:
- Apr 26, 2019, 4:13:11 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3898392
- Parents:
- 38c0fe5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r38c0fe5 r7a230fd 1 1 #!groovy 2 3 import groovy.transform.Field 2 4 3 5 //=========================================================================================================== … … 165 167 } 166 168 167 CompileGroup = new PlotGroup('Compilation', 'seconds', true)168 ConcurrencyGroup = new PlotGroup('Concurrency', 'nanoseconds', false)169 @Field PlotGroup CompileGroup = new PlotGroup('Compilation', 'seconds', true) 170 @Field PlotGroup ConcurrencyGroup = new PlotGroup('Concurrency', 'nanoseconds', false) 169 171 170 172 def publish() { … … 326 328 this.IsSandbox = (branch == "jenkins-sandbox") 327 329 this.RunAllTests = param.RunAllTests 328 this.RunBenchmark = param.RunBenchmark || this.IsSandbox330 this.RunBenchmark = param.RunBenchmark 329 331 this.BuildDocumentation = param.BuildDocumentation 330 this.Publish = param.Publish || this.IsSandbox332 this.Publish = param.Publish 331 333 this.Silent = param.Silent 332 334
Note: See TracChangeset
for help on using the changeset viewer.