From 4dd238cc6c14746014c7b7591c48a2496c0bdaec Mon Sep 17 00:00:00 2001 From: Dinesh Gurumurthy Date: Fri, 21 Aug 2026 14:41:00 +0000 Subject: [PATCH 1/2] Build OTel operator images --- .gitlab-ci.yml | 4 ++++ .gitlab/one-pipeline.locked.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1dd686096f..0892eeaf1fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,10 @@ stages: variables: APM_SDKS_BENCHMARKS_SHA: *apm_sdks_benchmarks_sha + # Test the OpenTelemetry Operator-compatible Java image jobs from one-pipeline. + OTEL_OPERATOR_IMAGES_ENABLED: "true" + OTEL_OPERATOR_LANGUAGE: java + OTEL_OPERATOR_IMAGE_NAME: dd-lib-java-otel-init # Gitlab runner features; see https://docs.gitlab.com/runner/configuration/feature-flags.html # Fold and time all script sections FF_SCRIPT_SECTIONS: 1 diff --git a/.gitlab/one-pipeline.locked.yml b/.gitlab/one-pipeline.locked.yml index 0d756c4f697..edd871dadba 100644 --- a/.gitlab/one-pipeline.locked.yml +++ b/.gitlab/one-pipeline.locked.yml @@ -1,4 +1,4 @@ # DO NOT EDIT THIS FILE MANUALLY # This file is auto-generated by automation. include: - - remote: https://gitlab-templates.ddbuild.io/libdatadog/include/versions/1.3.1/one-pipeline.yml + - remote: https://gitlab-templates.ddbuild.io/libdatadog/include-wip/dinesh.gurumurthy/add-otel-operator-images/one-pipeline.yml From 3ee7b79b7a309bc66ea0bb70b876dd7c34257a03 Mon Sep 17 00:00:00 2001 From: Dinesh Gurumurthy Date: Tue, 25 Aug 2026 19:35:14 +0000 Subject: [PATCH 2/2] remove override for the image name --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0892eeaf1fe..58199732a05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,6 @@ variables: # Test the OpenTelemetry Operator-compatible Java image jobs from one-pipeline. OTEL_OPERATOR_IMAGES_ENABLED: "true" OTEL_OPERATOR_LANGUAGE: java - OTEL_OPERATOR_IMAGE_NAME: dd-lib-java-otel-init # Gitlab runner features; see https://docs.gitlab.com/runner/configuration/feature-flags.html # Fold and time all script sections FF_SCRIPT_SECTIONS: 1