Skip to content
Merged
Show file tree
Hide file tree
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 @@ -46,6 +46,9 @@ 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
# Gitlab runner features; see https://docs.gitlab.com/runner/configuration/feature-flags.html
# Fold and time all script sections
FF_SCRIPT_SECTIONS: 1
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/one-pipeline.locked.yml
Original file line number Diff line number Diff line change
@@ -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.4.0/one-pipeline.yml
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include/versions/1.5.0/one-pipeline.yml
Loading