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.
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
Add helix-matrix.yml and windows arm 64 helix queue #22002
Add helix-matrix.yml and windows arm 64 helix queue #22002
Changes from all commits
959bff1
35a2fb0
0c03ba7
50d2369
cdc2554
78f5c96
ae5d31b
a88c8c0
bf44690
65d4dc8
d0cef20
c94de21
2d3e8b7
85da3c8
65f38a3
527820b
911cfed
015d2df
0f6b822
5e13c00
5266ce3
ec6f73f
ec53012
45ad30e
fcd32d2
d7e0fe1
a9c171f
186dc46
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may have missed an earlier discussion. Why is
-noBuildJava
needed here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question, looks like we have a difference between the quarantined tests and what was in the normal ci.yml
I copied this from the quarantined test yml which had that...
https://github.com/dotnet/aspnetcore/blob/master/.azure/pipelines/quarantined-tests.yml#L38
@BrennanConroy do we need to build java for the signalr tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe so. Also, is this pipeline running anywhere? I don't see a run of this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be here, https://dev.azure.com/dnceng/public/_build?definitionId=837&_a=summary
I'll add back the java flags on those pipelines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah new pipeline name, that's why I didn't see it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BrennanConroy I had to switch feeds for some of the packages to restore properly on the windows arm queue, not sure why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to a failure otherwise I have no context to help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an example: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-aspnetcore-refs-pull-22002-merge-c05d1ba331d44ab196/Microsoft.AspNetCore.Blazor.DataAnnotations.Validation.Tests--net5.0/console.34513ba4.log?sv=2019-02-02&se=2020-06-10T05%3A28%3A53Z&sr=c&sp=rl&sig=O8AVhm09qCqFYpe0datZW6vd45YOGPZJ3kw8ZYjWNO0%3D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is super strange. I'm not against this change, but I would like to know why that package is trying to be resolved :D