Skip to content

Commit eef1961

Browse files
authored
[release/10.0] Run networking stress tests on .NET 10 releases (#121803)
## Customer Impact None, test-only change to enable regular stress test runs on release/10.0 branch ## Regression - [ ] Yes - [x] No ## Testing Stress test will be triggered for this PR ## Risk Low, test-only change.
1 parent b9d8d8f commit eef1961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/libraries/stress/http.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ schedules:
1212
branches:
1313
include:
1414
- main
15-
- release/*-staging
15+
- release/*.0
1616

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

eng/pipelines/libraries/stress/ssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ schedules:
1212
branches:
1313
include:
1414
- main
15-
- release/*-staging
15+
- release/*.0
1616

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

0 commit comments

Comments
 (0)