Skip to content

feat(changes): exclude non-build/test files#11563

Merged
DariuszPorowski merged 4 commits intomainfrom
copilot/update-changes-yml-exclusions
Apr 6, 2026
Merged

feat(changes): exclude non-build/test files#11563
DariuszPorowski merged 4 commits intomainfrom
copilot/update-changes-yml-exclusions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

__changes.yml previously only excluded markdown files from triggering the build/test suite. PRs that touch only bot configs, release workflows, or devcontainer files would still run the full CI pipeline unnecessarily.

Adds the following pattern categories to the skip-tests list:

  • Non-build/test workflows: close-stale-prs.yml, devcontainer-feature-*.yaml, devops-boards.yaml, publish-*.yaml, purge-*.yaml, radius-bot.yaml, release.yaml, release-verification.yaml, require-pr-checklist.yaml, scorecard.yaml, triage-bot.yaml
  • GitHub config: .github/ISSUE_TEMPLATE/**, .github/configs/**, .github/dependabot.yml, .github/release.yml, .github/runners/**, .github/triage-bot/**
  • Devcontainer: .devcontainer/**
  • Misc config: .codecov.yml

Build/test-critical workflows (build.yaml, unit-tests.yaml, functional-test-*.yaml, lint.yaml, validate-*.yaml, codeql.yml, dependency-review.yml, composite actions) are intentionally excluded from this list so changes to them still trigger the full suite.

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Contributor checklist

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

Agent-Logs-Url: https://github.com/radius-project/radius/sessions/d268037e-d425-46c6-b8ef-d990827bed16

Co-authored-by: DariuszPorowski <3431813+DariuszPorowski@users.noreply.github.com>
Copilot AI changed the title [WIP] Update changes.yml to exclude non-build/test yaml files Update __changes.yml to exclude non-build/test yaml files Apr 6, 2026
Copilot AI requested a review from DariuszPorowski April 6, 2026 15:58
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
@DariuszPorowski DariuszPorowski temporarily deployed to external-contributor-approval April 6, 2026 16:14 — with GitHub Actions Inactive
@DariuszPorowski DariuszPorowski changed the title Update __changes.yml to exclude non-build/test yaml files feat(changes): exclude non-build/test files Apr 6, 2026
@DariuszPorowski DariuszPorowski marked this pull request as ready for review April 6, 2026 16:16
@DariuszPorowski DariuszPorowski requested review from a team as code owners April 6, 2026 16:16
Copilot AI review requested due to automatic review settings April 6, 2026 16:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the reusable change-detection workflow (.github/workflows/__changes.yml) so that PRs touching only non-build/test configuration (bot configs, release/publish/purge workflows, devcontainer files, and Codecov config) can skip running the full build/test suite.

Changes:

  • Expanded the default files pattern list to include additional non-build/test GitHub config files and workflows.
  • Added root-level .codecov.yml and .devcontainer/** to the “skip full CI when only these changed” set.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
@DariuszPorowski DariuszPorowski temporarily deployed to external-contributor-approval April 6, 2026 16:25 — with GitHub Actions Inactive
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.41%. Comparing base (2ea450a) to head (114798c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11563   +/-   ##
=======================================
  Coverage   51.40%   51.41%           
=======================================
  Files         699      699           
  Lines       44156    44156           
=======================================
+ Hits        22698    22702    +4     
+ Misses      19291    19289    -2     
+ Partials     2167     2165    -2     

☔ 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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

Unit Tests

    2 files  ±0    415 suites  ±0   6m 52s ⏱️ +14s
4 872 tests ±0  4 870 ✅ ±0  2 💤 ±0  0 ❌ ±0 
5 774 runs  ±0  5 772 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit 114798c. ± Comparison against base commit 2ea450a.

@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests bot commented Apr 6, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref 114798c
Unique ID funcdf0215fe24
Image tag pr-funcdf0215fe24
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcdf0215fe24
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcdf0215fe24
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcdf0215fe24
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcdf0215fe24
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcdf0215fe24
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@DariuszPorowski DariuszPorowski merged commit eabc6ba into main Apr 6, 2026
60 of 70 checks passed
@DariuszPorowski DariuszPorowski deleted the copilot/update-changes-yml-exclusions branch April 6, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update changes.yml to exclude non-build/test yaml files

4 participants