Skip to content

Commit 7ceae1a

Browse files
committed
specify jobs
1 parent 19f2a47 commit 7ceae1a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

build/trend-scenarios.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,26 @@ parameters:
120120
- displayName: "Kestrel Linux: TLS Renegotiation"
121121
arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=KestrelTLSRenegotiation --application.options.requiredOperatingSystem linux
122122

123+
# TLS (IDNA Relay)
124+
125+
- displayName: "[IDNA] HttpSys Windows: TLS Handshakes"
126+
arguments: --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay
127+
128+
- displayName: "[IDNA] HttpSys Windows: mTLS Handshakes"
129+
arguments: --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay
130+
131+
- displayName: "[IDNA] HttpSys Windows: TLS Renegotiation"
132+
arguments: --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay
133+
134+
- displayName: "[IDNA] Kestrel Linux: TLS Handshakes"
135+
arguments: --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes idna-intel-lin-relay
136+
137+
- displayName: "[IDNA] Kestrel Linux: mTLS Handshakes"
138+
arguments: --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes idna-intel-lin-relay
139+
140+
- displayName: "[IDNA] Kestrel Linux: TLS Renegotiation"
141+
arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation idna-intel-lin-relay
142+
123143
steps:
124144
- ${{ each s in parameters.scenarios }}:
125145
- task: PublishToAzureServiceBus@2

scenarios/tls.benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
33
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
44
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
5+
- https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true
56

67
variables:
78
serverPort: 5000

0 commit comments

Comments
 (0)