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 bf66715 commit ddf61d5Copy full SHA for ddf61d5
.gitlab-ci.yml
@@ -1,21 +1,19 @@
1
include:
2
- local: ".gitlab/one-pipeline.locked.yml"
3
- local: ".gitlab/benchmarks.yml"
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: 'main'
10
- # ref: 'sarahchen6/migrate-java-macrobenchmarks'
+ ref: 'sarahchen6/migrate-java-macrobenchmarks'
11
12
stages:
13
- build
14
- publish
15
- shared-pipeline
16
- benchmarks
17
- java-spring-petclinic-tests
18
- # - java-spring-petclinic-macrobenchmarks
+ - java-spring-petclinic-macrobenchmarks
19
- tests
20
- exploration-tests
21
- ci-visibility-tests
0 commit comments