From fa2d78c118a63c25f1f1778af77bc07d3119c703 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Thu, 11 Jun 2026 10:46:30 +0200 Subject: [PATCH 1/4] Testing the new system-tests gitlab pipeline Checks that there is no bad interactions with one-pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16f2a73a125..d69549f17c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap" # CI_DEBUG_SERVICES: "true" # Automatically managed, use scripts/update-system-tests-version to update - SYSTEM_TESTS_REF: "9777e7b43d6bca435236d9e231bf9bd42a6b6bb5" + SYSTEM_TESTS_REF: "66de5b281102d09769d5d560f39cee248f94db73" # Profiling native build image (built from dd/images/dd-trace-py/profiling_native) PROFILING_NATIVE_IMAGE: "registry.ddbuild.io/dd-trace-py:v103334885-be1888c-profiling_native" From c0c00efb9a8dbe8f2f2a0eb11e72cbf9a7d243a7 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Thu, 11 Jun 2026 13:57:51 +0200 Subject: [PATCH 2/4] Including the new workflow --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d69549f17c2..866d2944a6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,15 @@ include: - local: ".gitlab/native.yml" - local: ".gitlab/system-tests.yml" - local: ".gitlab/fuzz.yml" + - project: 'DataDog/system-tests' + ref: nccatoni/gitlab + file: 'utils/ci/gitlab/main.yml' + inputs: + stage: "tests" + excluded_scenarios: "DEBUGGER_EXPRESSION_LANGUAGE,APM_TRACING_E2E_SINGLE_SPAN,APM_TRACING_E2E_OTEL,OTEL_COLLECTOR_E2E" + ref: nccatoni/gitlab + push_to_test_optimization: true + "pipeline variables": stage: .pre From 92fae7d68b0fbe1b9aaf17456534d6ff3d5c6c2c Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Fri, 12 Jun 2026 14:29:50 +0200 Subject: [PATCH 3/4] Adding library param --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 866d2944a6e..a5114ab5798 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,6 +74,7 @@ include: excluded_scenarios: "DEBUGGER_EXPRESSION_LANGUAGE,APM_TRACING_E2E_SINGLE_SPAN,APM_TRACING_E2E_OTEL,OTEL_COLLECTOR_E2E" ref: nccatoni/gitlab push_to_test_optimization: true + libraries: python "pipeline variables": From a8972b09e095c2f0c3214a15d2f79fdf9100d860 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Fri, 12 Jun 2026 14:36:25 +0200 Subject: [PATCH 4/4] Adding scenario group --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5114ab5798..4fe4b647b52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,6 +75,7 @@ include: ref: nccatoni/gitlab push_to_test_optimization: true libraries: python + scenarios_groups: tracer_release "pipeline variables":