Skip to content
Merged
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
6 changes: 3 additions & 3 deletions build/proxies-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
condition: 'true'
- displayName: YARP gRPC
scenario: proxy-yarp-grpc
arguments: $(proxyGRPCJobs) --property proxy=yarp --application.framework net11.0
arguments: $(proxyGRPCJobs) --property proxy=yarp --application.framework net11.0 --load.framework net11.0
supportsGRPC: true
condition: 'true'
- displayName: YARP-net80
Expand Down Expand Up @@ -59,7 +59,7 @@ parameters:
condition: Math.round(Date.now() / 43200000) % 5 == 0 # once every 5 half-days
- displayName: NGinx gRPC
scenario: proxy-nginx-grpc
arguments: $(proxyGRPCJobs) --property proxy=nginx --variable warmup=0
arguments: $(proxyGRPCJobs) --property proxy=nginx --variable warmup=0 --load.framework net11.0
supportsGRPC: true
condition: Math.round(Date.now() / 43200000) % 5 == 1 # once every 5 half-days
- displayName: HAProxy
Expand All @@ -77,7 +77,7 @@ parameters:
condition: Math.round(Date.now() / 43200000) % 5 == 3 # once every 5 half-days
- displayName: Envoy gRPC
scenario: proxy-envoy-grpc
arguments: $(proxyGRPCJobs) --property proxy=envoy
arguments: $(proxyGRPCJobs) --property proxy=envoy --load.framework net11.0
supportsGRPC: true
condition: Math.round(Date.now() / 43200000) % 5 == 4 # once every 5 half-days

Expand Down
Loading