diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc3ff9d1277..afb635949c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,16 @@ include: - local: ".gitlab/macrobenchmarks.yml" - local: ".gitlab/exploration-tests.yml" - local: ".gitlab/ci-visibility-tests.yml" + - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' + file: '.gitlab/ci-java-spring-petclinic-parallel.yml' + ref: 'main' stages: - build - publish + # These benchmarks are intended to replace the legacy benchmarks in the future + - java-spring-petclinic-parallel + - java-spring-petclinic-parallel-slo - shared-pipeline - benchmarks - macrobenchmarks