Skip to content

Commit 60c1f8d

Browse files
authored
Remove manual YARP PGO runs (#1848)
1 parent 2a3f308 commit 60c1f8d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

build/proxies-scenarios.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ parameters:
3636
supportsServerHttp2: true
3737
supportsDownstreamHttp2: true
3838
condition: Math.round(Date.now() / 43200000) % 4 == 0 # once every 4 half-days
39-
- displayName: YARP-PGO
40-
scenario: proxy-yarp
41-
arguments: $(proxyJobs) --property proxy=yarp-pgo --application.framework net8.0 --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_QuickJitForLoops=1
42-
supportsHttp: true
43-
supportsServerHttps: true
44-
supportsServerHttp2: true
45-
supportsDownstreamHttp2: true
46-
condition: Math.round(Date.now() / 43200000) % 4 == 1 # once every 4 half-days
4739
- displayName: HttpClient
4840
scenario: proxy-httpclient
4941
arguments: $(proxyJobs) --property proxy=httpclient --application.framework net8.0
@@ -52,14 +44,6 @@ parameters:
5244
supportsServerHttp2: true
5345
supportsDownstreamHttp2: true
5446
condition: Math.round(Date.now() / 43200000) % 4 == 2 # once every 4 half-days
55-
- displayName: HttpClient-PGO
56-
scenario: proxy-httpclient
57-
arguments: $(proxyJobs) --property proxy=httpclient-pgo --application.framework net8.0 --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_QuickJitForLoops=1
58-
supportsHttp: true
59-
supportsServerHttps: true
60-
supportsServerHttp2: true
61-
supportsDownstreamHttp2: true
62-
condition: Math.round(Date.now() / 43200000) % 4 == 3 # once every 4 half-days
6347
- displayName: NGinx
6448
scenario: proxy-nginx
6549
arguments: $(proxyJobs) --property proxy=nginx --variable warmup=0

0 commit comments

Comments
 (0)