-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[release/8.0] Fix stress-http pipeline #109140
Conversation
Tagging subscribers to this area: @dotnet/ncl |
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
cc: @antonfirsov |
@@ -38,7 +38,7 @@ extends: | |||
DUMPS_SHARE_MOUNT_ROOT: "/dumps-share" | |||
pool: | |||
name: $(DncEngPublicBuildPool) | |||
demands: ImageOverride -equals 1es-ubuntu-2204-open | |||
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open |
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 mirrors the image used for ssl-stress pipeline
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
CI stress pipeline is green, other failures are unrelated. |
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.
Thanks!
cc: @karelz |
Test-only change => Tell mode. |
/ba-g CI failure is unrelated |
Fixes regular
runtime-libraries stress-http
runsCustomer Impact
None, test-only change
Regression
Testing
stress-http pipeline runs green on this PR.
Risk
Low, test-only change.