chore: migrate to base datadog-ci package#699
Merged
ava-silver merged 2 commits intomainfrom Apr 24, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #699 +/- ##
==========================================
- Coverage 78.14% 77.69% -0.45%
==========================================
Files 12 12
Lines 1112 1112
Branches 350 350
==========================================
- Hits 869 864 -5
- Misses 113 118 +5
Partials 130 130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
TalUsvyatsky
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Replaces the
@datadog/datadog-cidependency with@datadog/datadog-ci-base, which is the lighter-weight core package without the full CLI and all plugins bundled in.Motivation
@datadog/datadog-ciis a large package (~75 MB unpacked including all plugins). We only use two functions from it (getGitCommitInfoanduploadGitCommitHash), both of which are available in@datadog/datadog-ci-base. Switching reduces the@datadogportion ofnode_modulesfrom 75 MB → 7.2 MB (~90% reduction).Testing Guidelines
Existing tests cover the git metadata upload path. No behavior changes.
Additional Notes
The plugin's own published package size is unchanged (66.4 kB packed) since dependencies are not bundled. The reduction is in install footprint for consumers.
Types of changes
Check all that apply