Separate running PAL tests out to their own jobs/steps.#91643
Merged
jkoritzinsky merged 18 commits intodotnet:mainfrom Sep 8, 2023
Merged
Separate running PAL tests out to their own jobs/steps.#91643jkoritzinsky merged 18 commits intodotnet:mainfrom
jkoritzinsky merged 18 commits intodotnet:mainfrom
Conversation
…time tests templates.
…L tests job to make it easier to test
janvorli
reviewed
Sep 5, 2023
…me into paltests-separate-job
janvorli
approved these changes
Sep 7, 2023
Member
janvorli
left a comment
There was a problem hiding this comment.
It looks good, but I'd feel more confident if someone more knowledgeble in the CI yml scripts took a look too.
Member
Author
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
trylek
approved these changes
Sep 8, 2023
Member
trylek
left a comment
There was a problem hiding this comment.
Looks great to me, thanks Jeremy!
Member
|
Having said that, I see that |
Member
Author
|
/azp run runtime-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
The new jobs all passed, so merging this in. |
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.
This helps us separate the different test legs in our product that are different. Instead of including the PAL tests in the cross-job copying and the significant logic around generating work items for the src/tests test tree in Helix, create a simple dedicated job for building and running the PAL tests on each platform.