Skip to content

Move CoreCLR community platforms to build with the global build template#91646

Merged
jkoritzinsky merged 4 commits into
dotnet:mainfrom
jkoritzinsky:coreclr-community
Sep 7, 2023
Merged

Move CoreCLR community platforms to build with the global build template#91646
jkoritzinsky merged 4 commits into
dotnet:mainfrom
jkoritzinsky:coreclr-community

Conversation

@jkoritzinsky

Copy link
Copy Markdown
Member

This makes our community-supported platform testing story consistent (we do all testing of community-supported targets in the runtime-community pipeline and none in the runtime pipeline) and allows us to remove more custom code from the CoreCLR build-job.yml file.

Alternatively, we could keep running these legs in the runtime.yml file and just do the move to the global-build-job template.

… leg.

This makes our community-supported platform testing story consistent (we do all testing of community-supported targets in the runtime-community pipeline and none in the runtime pipeline) and allows us to remove more custom code from the CoreCLR build-job.yml file.
@ghost

ghost commented Sep 5, 2023

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

This makes our community-supported platform testing story consistent (we do all testing of community-supported targets in the runtime-community pipeline and none in the runtime pipeline) and allows us to remove more custom code from the CoreCLR build-job.yml file.

Alternatively, we could keep running these legs in the runtime.yml file and just do the move to the global-build-job template.

Author: jkoritzinsky
Assignees: -
Labels:

area-Infrastructure

Milestone: -

@ghost ghost assigned jkoritzinsky Sep 5, 2023
@jkoritzinsky

Copy link
Copy Markdown
Member Author

/azp run runtime-community

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@jkoritzinsky

Copy link
Copy Markdown
Member Author

/azp run runtime-community

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@jkotas

jkotas commented Sep 6, 2023

Copy link
Copy Markdown
Member

runtime-community is optional pipeline for targets that are too expensive and/or too flaky to run unconditionally. It includes tests.

We have build for linux-x86 and linux-armel in the unconditional pipeline to catch the trivial linux-x86 and linux-armel build breaks. The idea is that the build-only leg for linux-x86 and linux-armel is cheap enough and reliable enough to make it worth run unconditionally - it saves us from having to deal with the boring "fix build break" PRs.

@jkoritzinsky

Copy link
Copy Markdown
Member Author

Sounds good 👍
I'll move these jobs back into the runtime pipeline.

@jkoritzinsky jkoritzinsky changed the title Move CoreCLR community platforms to build in the runtime-community CI leg Move CoreCLR community platforms to build with the global build template Sep 6, 2023
@jkoritzinsky
jkoritzinsky marked this pull request as ready for review September 6, 2023 22:24
@jkoritzinsky

Copy link
Copy Markdown
Member Author

Jobs have been moved back into the runtime pipeline and fixed to pass.

@jkoritzinsky
jkoritzinsky requested a review from a team September 6, 2023 22:25

@trylek trylek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks Jeremy!

@clamp03 clamp03 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@wscho77 wscho77 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@jkoritzinsky

Copy link
Copy Markdown
Member Author

Failures are all known.

@ghost ghost locked as resolved and limited conversation to collaborators Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants