Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Sep 7, 2023

Conversation

jkoritzinsky
Copy link
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
Copy link

ghost commented Sep 5, 2023

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
Member Author

/azp run runtime-community

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkoritzinsky
Copy link
Member Author

/azp run runtime-community

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas
Copy link
Member

jkotas commented Sep 6, 2023

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
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
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
Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Jeremy!

Copy link
Member

@clamp03 clamp03 left a comment

Choose a reason for hiding this comment

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

Thank you

Copy link
Contributor

@wscho77 wscho77 left a comment

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
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