-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
We are running HttpStress and SslStress on a nightly basis against main
, but for previous product versions stress runs only happen around release/*-staging
-> release/*
sync:
Since the issues we catch by stress testing are usually sporadic, this is too infrequent to have strong confidence in the results.
@dotnet/dnceng: if we switched to staging branches here, would that guarantee nightly runs?
runtime/eng/pipelines/libraries/stress/http.yml
Lines 8 to 15 in b9adf8d
schedules: | |
- cron: "0 13 * * *" # 1PM UTC => 5 AM PST | |
displayName: HttpStress nightly run | |
branches: | |
include: | |
- main | |
- release/8.0 | |
- release/9.0 |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done