File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,26 @@ include:
77 - project : ' DataDog/apm-reliability/apm-sdks-benchmarks'
88 file : ' .gitlab/ci-java-spring-petclinic-parallel.yml'
99 ref : ' main'
10+ - project : ' DataDog/apm-reliability/apm-sdks-benchmarks'
11+ file : ' .gitlab/ci-java-load-parallel.yml'
12+ ref : ' main'
13+ - project : ' DataDog/apm-reliability/apm-sdks-benchmarks'
14+ file : ' .gitlab/ci-java-startup-parallel.yml'
15+ ref : ' main'
16+ - project : ' DataDog/apm-reliability/apm-sdks-benchmarks'
17+ file : ' .gitlab/ci-java-dacapo-parallel.yml'
18+ ref : ' main'
19+ - local : " .gitlab/java-benchmark-configs.yml"
1020
1121stages :
1222 - build
1323 - publish
1424 # These benchmarks are intended to replace the legacy benchmarks in the future
1525 - java-spring-petclinic-parallel
1626 - java-spring-petclinic-parallel-slo
27+ - java-startup-parallel
28+ - java-load-parallel
29+ - java-dacapo-parallel
1730 - shared-pipeline
1831 - benchmarks
1932 - macrobenchmarks
Original file line number Diff line number Diff line change 1+ # Ensure the tracer artifact publish finishes before the benchmark jobs start.
2+ linux-java-spring-petclinic-parallel :
3+ needs : ["publish-artifacts-to-s3"]
4+
5+ linux-java-insecure-bank-load-parallel :
6+ needs : ["publish-artifacts-to-s3"]
7+
8+ linux-java-spring-petclinic-load-parallel :
9+ needs : ["publish-artifacts-to-s3"]
10+
11+ linux-java-insecure-bank-startup-parallel :
12+ needs : ["publish-artifacts-to-s3"]
13+
14+ linux-java-spring-petclinic-startup-parallel :
15+ needs : ["publish-artifacts-to-s3"]
16+
17+ linux-java-dacapo-parallel-1 :
18+ needs : ["publish-artifacts-to-s3"]
19+
20+ linux-java-dacapo-parallel-2 :
21+ needs : ["publish-artifacts-to-s3"]
You can’t perform that action at this time.
0 commit comments