From 2f031da71e8a4924b3d50e66c086840f18c292d5 Mon Sep 17 00:00:00 2001 From: Korolev Dmitry Date: Thu, 20 Feb 2025 11:51:50 +0100 Subject: [PATCH] fix definition --- build/trend-scenarios.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/trend-scenarios.yml b/build/trend-scenarios.yml index 1f9f1addb..60c1ac6e5 100644 --- a/build/trend-scenarios.yml +++ b/build/trend-scenarios.yml @@ -123,22 +123,22 @@ parameters: # TLS (IDNA Relay) - displayName: "[IDNA] HttpSys Windows: TLS Handshakes" - arguments: --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay + arguments: --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows - displayName: "[IDNA] HttpSys Windows: mTLS Handshakes" - arguments: --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay + arguments: --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows - displayName: "[IDNA] HttpSys Windows: TLS Renegotiation" - arguments: --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay + arguments: --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay --application.options.requiredOperatingSystem windows - displayName: "[IDNA] Kestrel Linux: TLS Handshakes" - arguments: --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes idna-intel-lin-relay + arguments: --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux - displayName: "[IDNA] Kestrel Linux: mTLS Handshakes" - arguments: --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes idna-intel-lin-relay + arguments: --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux - displayName: "[IDNA] Kestrel Linux: TLS Renegotiation" - arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation idna-intel-lin-relay + arguments: --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation --profile idna-intel-lin-relay --application.options.requiredOperatingSystem linux # Rejection