File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33.dsm-kafka-benchmarks :
44 stage : benchmarks
55 rules :
6+ - when : never # testing startup benchmarks only for now
67 - if : ' $POPULATE_CACHE'
78 when : never
89 - if : $CI_PIPELINE_SOURCE != "schedule"
@@ -47,6 +48,7 @@ dsm-kafka-consumer-benchmark:
4748debugger-benchmarks :
4849 stage : benchmarks
4950 rules :
51+ - when : never # testing startup benchmarks only for now
5052 - if : ' $POPULATE_CACHE'
5153 when : never
5254 - if : $CI_PIPELINE_SOURCE != "schedule"
@@ -110,16 +112,33 @@ debugger-benchmarks:
110112
111113benchmarks-compare-startup :
112114 extends : .benchmark-compare-template
115+ needs :
116+ - job : linux-java-spring-petclinic-microbenchmark-startup-tracing
117+ artifacts : false
118+ - job : linux-java-spring-petclinic-microbenchmark-startup-profiling
119+ artifacts : false
120+ - job : linux-java-spring-petclinic-microbenchmark-startup-appsec
121+ artifacts : false
122+ - job : linux-java-spring-petclinic-microbenchmark-startup-iast
123+ artifacts : false
124+ - job : linux-java-insecure-bank-microbenchmark-startup-tracing
125+ artifacts : false
126+ - job : linux-java-insecure-bank-microbenchmark-startup-iast
127+ artifacts : false
113128 variables :
114129 BENCHMARK_TYPE : startup
115130
116131benchmarks-compare-load :
117132 extends : .benchmark-compare-template
133+ rules :
134+ - when : never # testing startup benchmarks only for now
118135 variables :
119136 BENCHMARK_TYPE : load
120137
121138benchmarks-compare-dacapo :
122139 extends : .benchmark-compare-template
140+ rules :
141+ - when : never # TEMP: testing startup benchmarks only for now
123142 variables :
124143 BENCHMARK_TYPE : dacapo
125144
@@ -136,6 +155,7 @@ benchmarks-post-pr-comment:
136155 - job : benchmarks-compare-dacapo
137156 artifacts : true
138157 rules :
158+ - when : never # testing startup benchmarks only for now
139159 - if : ' $POPULATE_CACHE'
140160 when : never
141161 - when : always
You can’t perform that action at this time.
0 commit comments