-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Disable realtime monitoring in the PR-validation pipeline #77282
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
|
/backport to release/dev17.13 |
|
Started backporting to release/dev17.13: https://github.com/dotnet/roslyn/actions/runs/13445389102 |
|
/backport to release/dev17.14 |
|
Started backporting to release/dev17.14: https://github.com/dotnet/roslyn/actions/runs/13445415055 |
|
/backport to release/dev17.12 |
|
Started backporting to release/dev17.12: https://github.com/dotnet/roslyn/actions/runs/13445418149 |
|
/backport to release/dev17.10 |
|
Started backporting to release/dev17.10: https://github.com/dotnet/roslyn/actions/runs/13445436824 |
|
/backport to release/dev17.8 |
|
Started backporting to release/dev17.8: https://github.com/dotnet/roslyn/actions/runs/13445439348 |
|
@akhera99 backporting to "release/dev17.12" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: disable realtime monitoring
.git/rebase-apply/patch:15: trailing whitespace.
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M azure-pipelines-pr-validation.yml
Falling back to patching base and 3-way merge...
Auto-merging azure-pipelines-pr-validation.yml
CONFLICT (content): Merge conflict in azure-pipelines-pr-validation.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 disable realtime monitoring
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@akhera99 backporting to "release/dev17.10" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: disable realtime monitoring
.git/rebase-apply/patch:15: trailing whitespace.
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M azure-pipelines-pr-validation.yml
Falling back to patching base and 3-way merge...
Auto-merging azure-pipelines-pr-validation.yml
CONFLICT (content): Merge conflict in azure-pipelines-pr-validation.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 disable realtime monitoring
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@akhera99 backporting to "release/dev17.8" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: disable realtime monitoring
.git/rebase-apply/patch:15: trailing whitespace.
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
M azure-pipelines-pr-validation.yml
Falling back to patching base and 3-way merge...
Auto-merging azure-pipelines-pr-validation.yml
CONFLICT (content): Merge conflict in azure-pipelines-pr-validation.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 disable realtime monitoring
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
…ipeline (#77300) Backport of #77282 to release/dev17.13 /cc @akhera99 ## Customer Impact ## Regression - [ ] Yes - [ ] No [If yes, specify when the regression was introduced. Provide the PR or commit if known.] ## Testing [How was the fix verified? How was the issue missed previously? What tests were added?] ## Risk [High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]
…ipeline (#77301) Backport of #77282 to release/dev17.14 /cc @akhera99 ## Customer Impact ## Regression - [ ] Yes - [ ] No [If yes, specify when the regression was introduced. Provide the PR or commit if known.] ## Testing [How was the fix verified? How was the issue missed previously? What tests were added?] ## Risk [High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]
No description provided.