Skip to content

Commit 3ab6d0f

Browse files
authored
[release/6.0] Disable SslStress and HttpStress runs (#104714)
* Remove release/6.0 from HttpStress Follow up from #103572. Seems like the schedule must be disabled in the particular branch (see https://learn.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&tabs=yaml) * Update ssl.yml
1 parent ac83237 commit 3ab6d0f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

eng/pipelines/libraries/stress/http.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ schedules:
1111
branches:
1212
include:
1313
- main
14-
- release/6.0
1514

1615
variables:
1716
- template: ../variables.yml

eng/pipelines/libraries/stress/ssl.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ schedules:
1111
branches:
1212
include:
1313
- main
14-
- release/6.0
1514

1615
variables:
1716
- template: ../variables.yml

0 commit comments

Comments
 (0)