Skip to content

Commit 488e95c

Browse files
authored
Only check SLO breaches for benchmarks if they ran (#11307)
Only check SLO breaches for benchmarks if they ran Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent 32d60f3 commit 488e95c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitlab/java-benchmark-configs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ linux-java-dacapo-parallel-1:
4545
linux-java-dacapo-parallel-2:
4646
needs: ["publish-artifacts-to-s3"]
4747
rules: *parallel_benchmark_rules
48+
49+
java-startup-parallel-check-slo-breaches:
50+
rules: *parallel_benchmark_rules
51+
52+
java-load-parallel-check-slo-breaches:
53+
rules: *parallel_benchmark_rules
54+
55+
java-dacapo-parallel-check-slo-breaches:
56+
rules: *parallel_benchmark_rules

0 commit comments

Comments
 (0)