Skip to content

Commit f1211d3

Browse files
committed
rejection jobs as well
1 parent 7ceae1a commit f1211d3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

build/job-variables.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ variables:
6767
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/antiforgery.benchmarks.yml
6868
- name: tlsJobs
6969
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/tls.benchmarks.yml
70+
- name: rejectionJobs
71+
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/rejection.benchmarks.yml
7072
- name: goldilocksJobs
7173
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/goldilocks.benchmarks.yml
7274
- name: monoJobs

build/trend-scenarios.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,26 @@ parameters:
140140
- displayName: "[IDNA] Kestrel Linux: TLS Renegotiation"
141141
arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation idna-intel-lin-relay
142142

143+
# Rejection
144+
145+
- displayName: "HttpSys Windows: Encoded URL symbols"
146+
arguments: --scenario httpsys-encoded-url $(rejectionJobs) --property scenario=RejectionEncodedUrlHttpSys --application.options.requiredOperatingSystem windows
147+
148+
- displayName: "HttpSys Windows: Invalid Header"
149+
arguments: --scenario httpsys-header-symbols $(rejectionJobs) --property scenario=RejectionInvalidHeaderHttpSys --application.options.requiredOperatingSystem windows
150+
151+
- displayName: "HttpSys Windows: Host Header Mismatch"
152+
arguments: --scenario httpsys-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchHttpSys --application.options.requiredOperatingSystem windows
153+
154+
- displayName: "Kestrel Linux: Encoded URL symbols"
155+
arguments: --scenario kestrel-encoded-url $(rejectionJobs) --property scenario=RejectionEncodedUrlKestrel --application.options.requiredOperatingSystem linux
156+
157+
- displayName: "Kestrel Linux: Invalid Header"
158+
arguments: --scenario kestrel-header-symbols $(rejectionJobs) --property scenario=RejectionInvalidHeaderKestrel --application.options.requiredOperatingSystem linux
159+
160+
- displayName: "Kestrel Linux: Host Header Mismatch"
161+
arguments: --scenario kestrel-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchKestrel --application.options.requiredOperatingSystem linux
162+
143163
steps:
144164
- ${{ each s in parameters.scenarios }}:
145165
- task: PublishToAzureServiceBus@2

0 commit comments

Comments
 (0)