Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading