Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Schedule http & ssl stress runs for release/6.0
  • Loading branch information
antonfirsov committed Aug 27, 2021
commit 066f46653e691a79d018575e347c0f534aa091cf
1 change: 1 addition & 0 deletions eng/pipelines/libraries/stress/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ schedules:
branches:
include:
- main
- release/6.0

variables:
- template: ../variables.yml
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/libraries/stress/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ schedules:
branches:
include:
- main
- release/6.0

variables:
- template: ../variables.yml
Expand Down