Skip to content

Commit 36e6cbe

Browse files
committed
feat: test perf targets
1 parent f296927 commit 36e6cbe

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include:
22
- local: ".gitlab/one-pipeline.locked.yml"
33
- local: ".gitlab/benchmarks.yml"
44
- local: ".gitlab/macrobenchmarks.yml"
5+
- local: ".gitlab/perf-targets.yml"
56
- local: ".gitlab/exploration-tests.yml"
67
# - local: ".gitlab/ci-visibility-tests.yml"
78

.gitlab/perf-targets.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Include the template from the apm-sdks-benchmarks repository to hide the details of implementation
2+
include:
3+
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
4+
file: '.gitlab/ci-spring-petclinic.yml'
5+
ref: 'fayssal/seperate-gitlab-configs'
6+
7+
clone-repository:
8+
stage: .pre
9+
script:
10+
- git clone --branch fayssal/seperate-gitlab-configs https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/apm-reliability/apm-sdks-benchmarks

0 commit comments

Comments
 (0)