Skip to content

Update .yaml workflows in update-python-config - #23573

Merged
AAraKKe merged 2 commits into
masterfrom
aarakke/ddev-update-python-config-yaml
May 4, 2026
Merged

Update .yaml workflows in update-python-config#23573
AAraKKe merged 2 commits into
masterfrom
aarakke/ddev-update-python-config-yaml

Conversation

@AAraKKe

@AAraKKe AAraKKe commented May 4, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

Extend the CI-files glob in `ddev meta scripts update-python-config` to also pick up `.yaml` workflow files (in addition to `.yml`).

Motivation

While reviewing Renovate PR #23481 we noticed several workflows still pinned older Python versions (e.g. `claim-pypi-name.yaml` was on 3.11, `dependency-wheel-promotion.yaml` on 3.13) even after past minor bumps. The reason: `update_ci_files` only globbed `*.yml`, so any workflow that uses the `.yaml` extension was silently skipped.

This PR makes the file selection cover both extensions and adds a regression test fixture (`claim-pypi-name.yaml`) to lock the behavior in.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the `qa/skip-qa` label if the PR doesn't need to be tested during QA.

The CI file glob only matched .yml, missing workflows like
claim-pypi-name.yaml and dependency-wheel-promotion.yaml, which is
why some workflows still pinned older Python versions while the rest
of the repo had moved on.
@AAraKKe AAraKKe added the qa/skip-qa Automatically skip this PR for the next QA label May 4, 2026
@AAraKKe
AAraKKe requested a review from a team as a code owner May 4, 2026 09:42
@dd-octo-sts

dd-octo-sts Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Validation Report

All 20 validations passed.

Show details
Validation Description Status
agent-reqs Verify check versions match the Agent requirements file
ci Validate CI configuration and Codecov 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
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

@datadog-prod-us1-3

datadog-prod-us1-3 Bot commented May 4, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 87.28%

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

@codecov

codecov Bot commented May 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.78%. Comparing base (64e3557) to head (ab8d2e2).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
🚀 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.

@AAraKKe
AAraKKe added this pull request to the merge queue May 4, 2026
Merged via the queue into master with commit 452d7d2 May 4, 2026
364 of 366 checks passed
@AAraKKe
AAraKKe deleted the aarakke/ddev-update-python-config-yaml branch May 4, 2026 10:13
@dd-octo-sts dd-octo-sts Bot added this to the 7.79.0 milestone May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ddev qa/skip-qa Automatically skip this PR for the next QA team/agent-integrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants