Skip to content

Commit b376785

Browse files
committed
Move to gitlab-ci file
1 parent d7ff239 commit b376785

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ include:
44
- local: ".gitlab/macrobenchmarks.yml"
55
- local: ".gitlab/exploration-tests.yml"
66
- 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/migrate-java-macrobenchmarks'
710

811
stages:
912
- build

.gitlab/macrobenchmarks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# macrobenchmarks are located in the `apm-sdks-benchmarks` repository.
2-
stages:
3-
- java-spring-petclinic-macrobenchmarks
1+
# # macrobenchmarks are located in the `apm-sdks-benchmarks` repository.
2+
# stages:
3+
# - java-spring-petclinic-macrobenchmarks
44

5-
include:
6-
- project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
7-
file: '.gitlab/ci-java-spring-petclinic.yml'
8-
ref: 'sarahchen6/migrate-java-macrobenchmarks'
5+
# include:
6+
# - project: 'DataDog/apm-reliability/apm-sdks-benchmarks'
7+
# file: '.gitlab/ci-java-spring-petclinic.yml'
8+
# ref: 'sarahchen6/migrate-java-macrobenchmarks'

0 commit comments

Comments
 (0)