Suppress "already exists" noise in ddev release tag output#22883
Open
NouemanKHAL wants to merge 6 commits intomasterfrom
Open
Suppress "already exists" noise in ddev release tag output#22883NouemanKHAL wants to merge 6 commits intomasterfrom
NouemanKHAL wants to merge 6 commits intomasterfrom
Conversation
Contributor
|
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
8e5737d to
1a20a5d
Compare
Contributor
|
✨ Fix all issues with BitsAI or with Cursor
|
dkirov-dd
reviewed
Mar 11, 2026
Contributor
dkirov-dd
left a comment
There was a problem hiding this comment.
One suggestion, otherwise lgtm!
dkirov-dd
previously approved these changes
Mar 11, 2026
Review from dkirov-dd is dismissed. Related teams and files:
- agent-integrations
- datadog_checks_dev/tests/tooling/commands/release/test_tag.py
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?
When running
ddev release tag allin CI, the command previously printed an "already exists" line for every integration that was already tagged, producing hundreds of noisy lines.Checks with an existing tag are now skipped silently, a debug message is emitted instead.
Example output from local testing:
$ ddev release tag all Fetching all tags from remote... Tagged 0 release(s), skipped 258 already-tagged release(s). An upgrade to version 14.3.2 is available for ddev. Your current version is 14.3.0Motivation
https://datadoghq.atlassian.net/browse/AI-6686
Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged