Skip to content

Commit d0f8260

Browse files
authored
Fix grpc net client to use net9.0
1 parent 3dcacf4 commit d0f8260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/grpc-scenarios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ steps:
122122
{
123123
"condition": "(${{ parameters.condition }}) && ((new Date().getUTCHours() - 7 + 24) % 24 >= 13)",
124124
"name": "crank",
125-
"args": [ "--application.framework net9.0 --load.framework net8.0 --command-line-property --table GrpcBenchmarks --sql SQL_CONNECTION_STRING --cert-tenant-id SQL_SERVER_TENANTID --cert-client-id SQL_SERVER_CLIENTID --cert-path SQL_SERVER_CERT_PATH --cert-sni --chart --session $(session) --no-metadata --no-measurements --load.options.reuseBuild true ${{ parameters.arguments }} ${{ s.arguments }} ${{ callType.arguments }} ${{ payload.arguments }} ${{ stream.arguments }} ${{ protocol.arguments }}" ]
125+
"args": [ "--application.framework net9.0 --load.framework net9.0 --command-line-property --table GrpcBenchmarks --sql SQL_CONNECTION_STRING --cert-tenant-id SQL_SERVER_TENANTID --cert-client-id SQL_SERVER_CLIENTID --cert-path SQL_SERVER_CERT_PATH --cert-sni --chart --session $(session) --no-metadata --no-measurements --load.options.reuseBuild true ${{ parameters.arguments }} ${{ s.arguments }} ${{ callType.arguments }} ${{ payload.arguments }} ${{ stream.arguments }} ${{ protocol.arguments }}" ]
126126
}
127127
128128
# h2c between various clients and servers

0 commit comments

Comments
 (0)