@@ -123,22 +123,22 @@ parameters:
123123# TLS (IDNA Relay)
124124
125125 - displayName : " [IDNA] HttpSys Windows: TLS Handshakes"
126- arguments : --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay
126+ arguments : --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows
127127
128128 - displayName : " [IDNA] HttpSys Windows: mTLS Handshakes"
129- arguments : --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay
129+ arguments : --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows
130130
131131 - displayName : " [IDNA] HttpSys Windows: TLS Renegotiation"
132- arguments : --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay
132+ arguments : --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows
133133
134134 - displayName : " [IDNA] Kestrel Linux: TLS Handshakes"
135- arguments : --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes idna-intel-lin-relay
135+ arguments : --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux
136136
137137 - displayName : " [IDNA] Kestrel Linux: mTLS Handshakes"
138- arguments : --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes idna-intel-lin-relay
138+ arguments : --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux
139139
140140 - displayName : " [IDNA] Kestrel Linux: TLS Renegotiation"
141- arguments : --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation idna-intel-lin-relay
141+ arguments : --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux
142142
143143# Rejection
144144
0 commit comments