Skip to content

Commit a8e6254

Browse files
committed
Test only startup
1 parent 1972ad5 commit a8e6254

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitlab/benchmarks.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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:
4748
debugger-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

111113
benchmarks-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

116131
benchmarks-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

121138
benchmarks-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

0 commit comments

Comments
 (0)