We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276a869 commit d9d4887Copy full SHA for d9d4887
.gitlab-ci.yml
@@ -4,12 +4,17 @@ 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.yml'
9
+ ref: 'sarahchen6/compare-with-latest-shared-commit'
10
11
stages:
12
- build
13
- publish
14
- shared-pipeline
15
- benchmarks
16
+ - java-spring-petclinic-tests
17
+ - java-spring-petclinic-macrobenchmarks
18
- macrobenchmarks
19
- tests
20
- exploration-tests
0 commit comments