Skip to content

Commit 8a2a08b

Browse files
committed
ci: add the OTEL_SDK_DISABLED fleet-env knob
FLEET_ENV gained the knob and telemetry-env-is-disabled asserts every one at CI runtime, but ci.yml is a seed-once preset the cascade never updates, so each repo needs it added directly.
1 parent 5938e2b commit 8a2a08b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ env:
3636
# fleet-wide burn-down took every member to zero findings.
3737
LINT_MARKDOWN: '1'
3838
NO_UPDATE_NOTIFIER: '1'
39+
OTEL_SDK_DISABLED: 'true'
3940

4041
jobs:
4142
# First step of every job is an inline git-fetch bootstrap (no third-party

0 commit comments

Comments
 (0)