From 7ba0deff14caa03971dc5e5990f9d704f148a6f3 Mon Sep 17 00:00:00 2001 From: Fayssal Defaa Date: Thu, 16 Apr 2026 08:53:09 +0200 Subject: [PATCH 1/3] integrate a new set of benchmarks --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc3ff9d1277..4506b755651 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,15 @@ 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: 'fayssal/integrate' stages: - build - publish + - java-spring-petclinic-parallel + - java-spring-petclinic-parallel-slo - shared-pipeline - benchmarks - macrobenchmarks From e1a58fe153983cdb4350edfcf2aa0f93ed11bae7 Mon Sep 17 00:00:00 2001 From: Fayssal Defaa Date: Thu, 16 Apr 2026 14:30:13 +0200 Subject: [PATCH 2/3] comment intent --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4506b755651..ac04aa45b5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ include: 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 From f12d5117c99e1b28b367c5d6a8d7977346b2359a Mon Sep 17 00:00:00 2001 From: Fayssal Defaa Date: Fri, 17 Apr 2026 10:53:31 +0200 Subject: [PATCH 3/3] switch to using main ref --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac04aa45b5c..afb635949c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ include: - local: ".gitlab/ci-visibility-tests.yml" - project: 'DataDog/apm-reliability/apm-sdks-benchmarks' file: '.gitlab/ci-java-spring-petclinic-parallel.yml' - ref: 'fayssal/integrate' + ref: 'main' stages: - build