Skip to content

Enable skipping pre-build validation tests separately from functional tests#1997

Open
lbussell wants to merge 1 commit intodotnet:mainfrom
lbussell:fix-warning
Open

Enable skipping pre-build validation tests separately from functional tests#1997
lbussell wants to merge 1 commit intodotnet:mainfrom
lbussell:fix-warning

Conversation

@lbussell
Copy link
Member

@lbussell lbussell commented Mar 4, 2026

Previously, this repo ran pre-build validation job even though it didn't have any, wasting up to 5 minutes of PR validation and CI machine time. Running pre-build validation was required even though this repo only had functional tests.

This PR separates testScriptPath and preBuildTestScriptPath. When preBuildTestScriptPath is not provided, then the pre-build validation job is skipped. It defaults to $(testScriptPath) so that the change is not breaking.

@lbussell lbussell requested a review from a team as a code owner March 4, 2026 01:00
@lbussell lbussell marked this pull request as draft March 4, 2026 01:20
@lbussell lbussell removed the request for review from a team March 4, 2026 01:20
@lbussell lbussell marked this pull request as ready for review March 4, 2026 01:23
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.

1 participant