From 114f68d1b2bb0b09ce90d4ef5e984e7661dc120e Mon Sep 17 00:00:00 2001 From: Dinesh Gurumurthy Date: Thu, 10 Sep 2026 17:26:08 +0000 Subject: [PATCH] ci: build OTel operator images --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0679862eff..37c2f22109 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,9 @@ variables: AGENT_REPO_PRODUCT_NAME: auto_inject-node SYSTEM_TESTS_LIBRARY: nodejs REPO_NOTIFICATION_CHANNEL: "#notifications-apm-js" + # Test the OpenTelemetry Operator-compatible Node.js image jobs from one-pipeline. + OTEL_OPERATOR_IMAGES_ENABLED: "true" + OTEL_OPERATOR_LANGUAGE: nodejs # One pipeline injection package size ratchet OCI_PACKAGE_MAX_SIZE_BYTES: 30_000_000 LIB_INJECTION_IMAGE_MAX_SIZE_BYTES: 50_000_000