Skip to content

Commit 9c9178f

Browse files
authored
run stress tests nightly against staging branches (#113432)
This PR is the first step to address #113372: - `always: true` should ensure that the nightly run will happen even if there were no recent commits - The runs should happen against staging branches to make sure changes impact stress runs early
1 parent e1e7a87 commit 9c9178f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/pipelines/libraries/stress/http.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pr:
88
schedules:
99
- cron: "0 13 * * *" # 1PM UTC => 5 AM PST
1010
displayName: HttpStress nightly run
11+
always: true
1112
branches:
1213
include:
1314
- main
14-
- release/8.0
15-
- release/9.0
15+
- release/*-staging
1616

1717
variables:
1818
- template: ../variables.yml

eng/pipelines/libraries/stress/ssl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pr:
88
schedules:
99
- cron: "0 13 * * *" # 1PM UTC => 5 AM PST
1010
displayName: SslStress nightly run
11+
always: true
1112
branches:
1213
include:
1314
- main
14-
- release/8.0
15-
- release/9.0
15+
- release/*-staging
1616

1717
variables:
1818
- template: ../variables.yml

0 commit comments

Comments
 (0)