Skip to content

ci: make vendoring in CI more robust#7343

Merged
BridgeAR merged 1 commit intomasterfrom
BridgeAR/2026-01-26-more-vendoring-improvements
Jan 28, 2026
Merged

ci: make vendoring in CI more robust#7343
BridgeAR merged 1 commit intomasterfrom
BridgeAR/2026-01-26-more-vendoring-improvements

Conversation

@BridgeAR
Copy link
Copy Markdown
Member

Dependabot would still create the new commit while the validation was already running, creating a race condition. This is fixed by waiting for that job.
Also other PRs will still be validated.

Dependabot would still create the new commit while the validation
was already running, creating a race condition. This is fixed by
waiting for that job.
Also other PRs will still be validated.
@BridgeAR BridgeAR requested a review from a team as a code owner January 26, 2026 22:16
@github-actions
Copy link
Copy Markdown
Contributor

Overall package size

Self size: 4.46 MB
Deduped: 5.29 MB
No deduping: 5.29 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.3 | 76.87 kB | 808.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.71%. Comparing base (137125b) to head (91c0a12).
⚠️ Report is 13 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7343      +/-   ##
==========================================
- Coverage   86.08%   78.71%   -7.37%     
==========================================
  Files         515      398     -117     
  Lines       22234    18556    -3678     
==========================================
- Hits        19140    14607    -4533     
- Misses       3094     3949     +855     
Flag Coverage Δ
aiguard-macos 99.09% <ø> (ø)
aiguard-ubuntu ?
aiguard-windows ?
apm-capabilities-tracing-macos 57.88% <ø> (ø)
apm-capabilities-tracing-ubuntu 57.88% <ø> (ø)
apm-capabilities-tracing-windows 57.48% <ø> (-0.02%) ⬇️
apm-integrations-child-process ?
apm-integrations-couchbase-18 ?
apm-integrations-couchbase-eol 100.00% <ø> (ø)
appsec-express ?
appsec-fastify ?
appsec-graphql ?
appsec-kafka ?
appsec-ldapjs ?
appsec-lodash ?
appsec-macos ?
appsec-mongodb-core ?
appsec-mongoose ?
appsec-mysql ?
appsec-node-serialize ?
appsec-passport ?
appsec-postgres ?
appsec-sourcing ?
appsec-template ?
appsec-ubuntu 93.74% <ø> (ø)
appsec-windows 93.74% <ø> (ø)
llmobs-ai ?
llmobs-anthropic ?
llmobs-bedrock ?
llmobs-google-genai ?
llmobs-langchain ?
llmobs-openai 55.62% <ø> (ø)
llmobs-vertex-ai ?
platform-core ?
platform-instrumentations-misc ?
platform-shimmer ?
platform-unit-guardrails ?
profiling-macos ?
profiling-ubuntu 70.74% <ø> (ø)
profiling-windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Jan 26, 2026

Benchmarks

Benchmark execution time: 2026-01-26 22:24:06

Comparing candidate commit 91c0a12 in PR branch BridgeAR/2026-01-26-more-vendoring-improvements with baseline commit 137125b in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 228 metrics, 32 unstable metrics.

@datadog-datadog-prod-us1
Copy link
Copy Markdown

datadog-datadog-prod-us1 bot commented Jan 26, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 11 New flaky tests detected

esm with @azure/functions >=4 (4.0.0) enqueues amqp messages to an event hub with a cardinality of many from with @azure/functions >=4 (4.0.0) (Datadog) (Fix with Cursor)
Process exited with status code 1.

Error: Process exited with status code 1.
    at ChildProcess.<anonymous> (packages/datadog-plugin-azure-functions/test/integration-test/eventhubs-test/eventhubs.spec.js:418:18)
    at ChildProcess.emit (node:events:524:28)
    at ChildProcess._handle.onexit (node:internal/child_process:293:12)
    at Process.callbackTrampoline (node:internal/async_hooks:130:17)
esm with @azure/functions >=4 (4.0.0) enqueues amqp messages to an event hub with a cardinality of one from with @azure/functions >=4 (4.0.0) (Datadog) (Fix with Cursor)
Process exited with status code 1.

Error: Process exited with status code 1.
    at ChildProcess.<anonymous> (packages/datadog-plugin-azure-functions/test/integration-test/eventhubs-test/eventhubs.spec.js:418:18)
    at ChildProcess.emit (node:events:524:28)
    at ChildProcess._handle.onexit (node:internal/child_process:293:12)
    at Process.callbackTrampoline (node:internal/async_hooks:130:17)
esm with @azure/functions >=4 (4.0.0) enqueues a single event to an event hub with a cardinality of many from with @azure/functions >=4 (4.0.0) (Datadog) (Fix with Cursor)
Process exited with status code 1.

Error: Process exited with status code 1.
    at ChildProcess.<anonymous> (packages/datadog-plugin-azure-functions/test/integration-test/eventhubs-test/eventhubs.spec.js:418:18)
    at ChildProcess.emit (node:events:524:28)
    at ChildProcess._handle.onexit (node:internal/child_process:293:12)
    at Process.callbackTrampoline (node:internal/async_hooks:130:17)
View all

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 91c0a12 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@BridgeAR BridgeAR merged commit f763fd3 into master Jan 28, 2026
921 of 924 checks passed
@BridgeAR BridgeAR deleted the BridgeAR/2026-01-26-more-vendoring-improvements branch January 28, 2026 14:26
dd-octo-sts bot pushed a commit that referenced this pull request Jan 29, 2026
Dependabot would still create the new commit while the validation
was already running, creating a race condition. This is fixed by
waiting for that job.
Also other PRs will still be validated.
@dd-octo-sts dd-octo-sts bot mentioned this pull request Jan 29, 2026
BridgeAR added a commit that referenced this pull request Jan 30, 2026
Dependabot would still create the new commit while the validation
was already running, creating a race condition. This is fixed by
waiting for that job.
Also other PRs will still be validated.
BridgeAR added a commit that referenced this pull request Feb 22, 2026
Dependabot would still create the new commit while the validation
was already running, creating a race condition. This is fixed by
waiting for that job.
Also other PRs will still be validated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants