-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Delete signalr-daily-tests.yml #64587
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.
Pull request overview
This PR removes the obsolete SignalR daily tests pipeline configuration file. The pipeline is no longer monitored or providing useful data, and the corresponding Azure DevOps pipeline is being deleted as well.
Key Changes
- Deletion of the
.azure/pipelines/signalr-daily-tests.ymlfile
|
/backport to release/10.0 |
|
/backport to release/9.0 |
|
/backport to release/8.0 |
|
Started backporting to |
|
Started backporting to |
|
Started backporting to |
|
@wtgodbe backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Delete signalr-daily-tests.yml
Using index info to reconstruct a base tree...
M .azure/pipelines/signalr-daily-tests.yml
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): .azure/pipelines/signalr-daily-tests.yml deleted in Delete signalr-daily-tests.yml and modified in HEAD. Version HEAD of .azure/pipelines/signalr-daily-tests.yml left in tree.
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 Delete signalr-daily-tests.yml
Error: The process '/usr/bin/git' failed with exit code 128 |
This pipeline is no longer monitored nor is it providing useful data - I'm having FR delete the AzDO pipeline, so we should delete the .yml as well.