Skip tests by default in internal rolling builds#7151
Merged
stephentoub merged 4 commits intomainfrom Dec 15, 2025
Merged
Conversation
…ter to enable Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update azure-pipelines to skip tests in internal builds
Skip tests by default in internal rolling builds
Dec 12, 2025
ericstj
approved these changes
Dec 12, 2025
stephentoub
approved these changes
Dec 12, 2025
Member
stephentoub
left a comment
There was a problem hiding this comment.
Changes LGTM, but I defer to @joperezr on whether this will have any unintended negative effects
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a runTests parameter to Azure Pipelines that allows tests to be skipped by default in internal rolling builds, addressing fragility concerns and reducing production pipeline surface area. By defaulting runTests to false, tests are skipped in automatic CI builds while remaining available for manual execution when needed.
Key changes:
- Added
runTestsboolean parameter (default:false) for controlling test execution - Updated Windows and Ubuntu build jobs to conditionally skip tests based on the parameter
Member
|
@copilot address feedback |
Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
ericstj
approved these changes
Dec 12, 2025
This was referenced Jan 13, 2026
Merged
Bump Microsoft.Extensions.Http.Resilience from 10.1.0 to 10.2.0
askpt/openfeature-dotnet-workshop#96
Closed
This was referenced Jan 14, 2026
Closed
Merged
Merged
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Plan to skip tests in internal rolling builds
runTestsparameter to azure-pipelines.yml (defaults to false)skipTestsparameter based onrunTestsskipTestsparameter based onrunTestsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Microsoft Reviewers: Open in CodeFlow