Commit dbe34ac
fix(ci): disable telemetry in release workflow to fix test failures (#1442)
The release workflow's "Update snapshots" step fails because
withCommandRunTelemetry triggers real filesystem and network I/O
(createClient → getOrCreateInstallationId → mkdir/writeFile, plus
OtelMetricSink construction and flush) that doesn't resolve within
the 50-100ms test delays.
build-and-test.yml already sets AGENTCORE_TELEMETRY_DISABLED=1 at the
workflow level, preventing this. The release workflow was missing it.
Co-authored-by: jariy17 <tjariy+jariy17@users.noreply.github.com>1 parent a84cee4 commit dbe34ac
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments