-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Disable OSX10.14 Helix jobs for now #36500
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
Conversation
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.
The OSX11 matrix is ok for now?
We decided this morning to do the |
Started backporting to release/5.0: https://github.com/dotnet/aspnetcore/actions/runs/1234450259 |
@dougbu backporting to release/5.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Disable OSX10.14 Helix jobs for now
Using index info to reconstruct a base tree...
M eng/targets/Helix.Common.props
Falling back to patching base and 3-way merge...
Auto-merging eng/targets/Helix.Common.props
CONFLICT (content): Merge conflict in eng/targets/Helix.Common.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Disable OSX10.14 Helix jobs for now
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
According to what I see in email and Teams, yes. Am I right @ilyas1974 @MattGal @adiaaida❔ |
Oops one |
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1234458376 |
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1234459207 |
5.0 port: #36504 |
Re-reading dotnet/core-eng#14346, OSX 11 queue is seeing some of these problems but not nearly as much as the 10.14 and 10.15 queues. Should keep an eye on our ubuntu.1804.armarch.open and windows.10.arm64v8.open use in aspnetcore-helix-matrix however. |
@dougbu the problem is ongoing and we're rolling out a hotfix to alleviate some of the pain right now. Disabling usage will definitely help out, I appreciate it. Do expect some of this in any on-prem queue until it's resolved. |
Hi @MattGal. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
https://github.com/dotnet/core-eng/issues/14346 is causing OSX Helix jobs to time out, disabling them for now until it gets cleared up.
CC @HaoK @Pilchie