dotnet / dotnet/source-build

Use SB validation jobs in PR builds the same way as official builds

Open
#5,202 1 comment 1 reaction 0 assignees View on GitHub
area-infra
Dominant language
No language data
Stars
287
Forks
145
Avg merge
1d 22h
Merged PRs (30d)
10

Description

Today SB jobs in PR builds run tests in the same job that the build occurs. But in official builds, the tests run in a separate job because it also requires artifacts from other jobs. We should follow the same pattern of a separate validation job for PR builds as well, even though it only requires the output of the SB job.

This will make the functionality of the pipeline more consistent. It will also prevent issues like https://github.com/dotnet/source-build/issues/5198 which worked in a PR build but failed in the official build.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.