Skip to content

Commit 63161b5

Browse files
committed
CI: run test:otel-thread-ctx explicitly in profiling.yml
The spec is technically already picked up by the top-level 'packages/dd-trace/test/*.spec.js' glob in test:trace:core:ci (apm-capabilities.yml), but the file is profiling-team-owned per CODEOWNERS. Adding a dedicated step in profiling.yml gives the owning team direct failure visibility in their own workflow.
1 parent 2e1c0f8 commit 63161b5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/profiling.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- uses: ./.github/actions/install
3333
- run: npm run test:profiler:ci
3434
- run: npm run test:integration:profiler:coverage
35+
- run: npm run test:otel-thread-ctx
3536
- uses: ./.github/actions/coverage
3637
with:
3738
flags: profiling-macos
@@ -60,6 +61,7 @@ jobs:
6061
- uses: ./.github/actions/node/latest
6162
- run: npm run test:profiler:ci
6263
- run: npm run test:integration:profiler:coverage
64+
- run: npm run test:otel-thread-ctx
6365
- uses: ./.github/actions/coverage
6466
with:
6567
flags: profiling-ubuntu
@@ -118,6 +120,7 @@ jobs:
118120
) | ForEach-Object { "$_=" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8 }
119121
- run: npm run test:profiler:ci
120122
- run: npm run test:integration:profiler:coverage
123+
- run: npm run test:otel-thread-ctx
121124
- uses: ./.github/actions/node-crash-report
122125
if: failure()
123126
# Upload any WER minidumps that landed during this job, even on

0 commit comments

Comments
 (0)