Update sdk diff and license scan tests to trigger on feature band branches#3042
Update sdk diff and license scan tests to trigger on feature band branches#3042MichaelSimons merged 1 commit intodotnet:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the CI/CD pipeline configurations to support feature band branches (2xx, 3xx, 4xx) for SDK diff and license scan tests. The changes ensure that these tests trigger appropriately during feature band pre-release periods, addressing issue #5381.
Key changes:
- Added trigger patterns for feature band branches (.0.2xx, .0.3xx, .0.4xx) to both scheduled and push triggers
- Updated internal release branch patterns to use wildcard matching (.0.?xx) for broader coverage
- Removed redundant preview branch triggers in the pre10.0 pipeline configuration
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/vmr-license-scan.yml | Added feature band branch triggers for schedules and push events, updated internal release pattern to wildcard |
| eng/pipelines/source-build-sdk-diff-tests.yml | Added feature band branch triggers to schedules, updated internal release pattern to wildcard, removed duplicate preview triggers |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/backport to release/10.0.1xx |
|
/backport to release/10.0.2xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/dotnet/actions/runs/18730561107 |
|
Started backporting to release/10.0.2xx: https://github.com/dotnet/dotnet/actions/runs/18730564979 |
Fixes dotnet/source-build#5381