We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8bdd2 commit 7ba0defCopy full SHA for 7ba0def
.gitlab-ci.yml
@@ -4,10 +4,15 @@ include:
4
- local: ".gitlab/macrobenchmarks.yml"
5
- local: ".gitlab/exploration-tests.yml"
6
- local: ".gitlab/ci-visibility-tests.yml"
7
+ - project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
8
+ file: '.gitlab/ci-java-spring-petclinic-parallel.yml'
9
+ ref: 'fayssal/integrate'
10
11
stages:
12
- build
13
- publish
14
+ - java-spring-petclinic-parallel
15
+ - java-spring-petclinic-parallel-slo
16
- shared-pipeline
17
- benchmarks
18
- macrobenchmarks
0 commit comments