Skip to content

Move Mono Linux_arm64 build to run when runtime tests change #37985

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

Closed
wants to merge 1 commit into from

Conversation

safern
Copy link
Member

@safern safern commented Jun 16, 2020

PR: #37859 changed the way hardware intrinsic tests were built but the Linux_arm64 Mono Runtime tests didn't run because the Mono Linux_arm64 product build was in the wrong template expansion which didn't run that leg if runtimetests subset was changed, causing the Linux_arm64 Mono runtime test to not run because it depends on the Mono product build, since the latter was skipped, the former didn't run.

With this change, both OSX and Linux_arm64 Mono runtime tests will be run when runtimetests subset is changed.

cc: @naricc @tannergooding

@ghost
Copy link

ghost commented Jun 16, 2020

Tagging subscribers to this area: @ViktorHofer
Notify danmosemsft if you want to be subscribed.

@naricc
Copy link
Contributor

naricc commented Jun 16, 2020

Heh, I actually just did a PR for the same thing: #37916. Who wants to go first?

@safern
Copy link
Member Author

safern commented Jun 16, 2020

Heh, I actually just did a PR for the same thing: #37916. Who wants to go first?

That happens for me not checking if there was a PR open for this. Let's use yours since yours already went through CI.

@safern safern closed this Jun 16, 2020
@safern safern deleted the MoveLinuxArm64Build branch June 16, 2020 18:59
@naricc
Copy link
Contributor

naricc commented Jun 16, 2020

Although it did not pass; I will need to make some additions to issues.targets and it will then need to go through CI again.

@tannergooding
Copy link
Member

@naricc, it's likely missing #37979

@safern
Copy link
Member Author

safern commented Jun 16, 2020

Yeah, it is missing: #37946

@naricc let's merge your change as is to not go through CI again and have #37946 fix the actual failures.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
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.

4 participants