Skip to content

Support wheel dispatch from existing release tags - #24716

Merged
dkirov-dd merged 2 commits into
masterfrom
bits/autonomous-wheel-publishing-no-tags
Jul 29, 2026
Merged

Support wheel dispatch from existing release tags#24716
dkirov-dd merged 2 commits into
masterfrom
bits/autonomous-wheel-publishing-no-tags

Conversation

@dkirov-dd

@dkirov-dd dkirov-dd commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a backward-compatible create-tags input to the shared wheel release workflow, defaulting to true
  • support a no-tag mode that detects packages from release tags already pointing at the requested source ref
  • fail closed when automatic no-tag detection finds no releasable packages
  • preserve explicit-package recovery and the existing integrations-core tag-creation behavior

Why

Legacy GitLab must remain the sole release-tag creator for integrations-extras and marketplace. Those repositories will dispatch this reusable workflow only after signing and pushing tags at the exact source SHA.

Verification

  • PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 python -m pytest tests/ -q — 134 passed
  • python -m compileall -q .
  • git diff --check
  • actionlint: only the same two pre-existing SC2086 findings present on origin/master; no new workflow finding

Rollout

Merge this PR before enabling either source-repository handoff. Existing callers are unchanged because create-tags defaults to true.

Coordinated PRs:

@datadog-official

Copy link
Copy Markdown
Contributor

Pipelines

⚠️ Warnings

🚦 1 Pipeline job failed

Validate repository | Run Validations / Validate   View in Datadog   GitHub Actions

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 95837a7 | Docs | Datadog PR Page | Give us feedback!

@dkirov-dd dkirov-dd added the qa/skip-qa Automatically skip this PR for the next QA label Jul 29, 2026
@dd-octo-sts

dd-octo-sts Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Validation Report

All 21 validations passed.

Show details
Validation Description Status
agent-reqs Verify check versions match the Agent requirements file
ci Validate CI configuration and code coverage settings
codeowners Validate every integration has a CODEOWNERS entry
config Validate default configuration files against spec.yaml
dep Verify dependency pins are consistent and Agent-compatible
http Validate integrations use the HTTP wrapper correctly
imports Validate check imports do not use deprecated modules
integration-style Validate check code style conventions
jmx-metrics Validate JMX metrics definition files and config
labeler Validate PR labeler config matches integration directories
legacy-signature Validate no integration uses the legacy Agent check signature
license-headers Validate Python files have proper license headers
licenses Validate third-party license attribution list
metadata Validate metadata.csv metric definitions
models Validate configuration data models match spec.yaml
openmetrics Validate OpenMetrics integrations disable the metric limit
package Validate Python package metadata and naming
qa-label Validate the pull request declares whether it needs QA for the next Agent release
readmes Validate README files have required sections
saved-views Validate saved view JSON file structure and fields
version Validate version consistency between package and changelog

View full run

@dkirov-dd
dkirov-dd added this pull request to the merge queue Jul 29, 2026
Merged via the queue into master with commit 6cfabbf Jul 29, 2026
46 of 53 checks passed
@dkirov-dd
dkirov-dd deleted the bits/autonomous-wheel-publishing-no-tags branch July 29, 2026 12:41
@dd-octo-sts dd-octo-sts Bot added this to the 7.83.0 milestone Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants