зеркало из https://github.com/microsoft/msquic.git
Disable perf tests until we can repair perf systems (#2068)
* Disable perf tests until we can repair perf systems * Disable post process
This commit is contained in:
Родитель
963e57aaf0
Коммит
441e8363f3
|
@ -445,27 +445,28 @@ stages:
|
|||
- build_linux_release
|
||||
- build_winkernel_release
|
||||
jobs:
|
||||
- template: ./templates/run-performance.yml
|
||||
parameters:
|
||||
pool: MsQuic-Win-Perf
|
||||
platform: windows
|
||||
localTls: schannel
|
||||
remoteTls: schannel
|
||||
- template: ./templates/run-performance.yml
|
||||
parameters:
|
||||
pool: MsQuic-Win-Perf
|
||||
platform: windows
|
||||
localTls: schannel
|
||||
remoteTls: schannel
|
||||
testTypes: 'Remote'
|
||||
extraName: 'Kernel'
|
||||
kernelMode: -Kernel
|
||||
- template: ./templates/run-performance.yml
|
||||
parameters:
|
||||
pool: MsQuic-Win-Perf
|
||||
platform: windows
|
||||
localTls: openssl
|
||||
remoteTls: openssl
|
||||
# Disabled until we can repair the perf systems
|
||||
# - template: ./templates/run-performance.yml
|
||||
# parameters:
|
||||
# pool: MsQuic-Win-Perf
|
||||
# platform: windows
|
||||
# localTls: schannel
|
||||
# remoteTls: schannel
|
||||
# - template: ./templates/run-performance.yml
|
||||
# parameters:
|
||||
# pool: MsQuic-Win-Perf
|
||||
# platform: windows
|
||||
# localTls: schannel
|
||||
# remoteTls: schannel
|
||||
# testTypes: 'Remote'
|
||||
# extraName: 'Kernel'
|
||||
# kernelMode: -Kernel
|
||||
# - template: ./templates/run-performance.yml
|
||||
# parameters:
|
||||
# pool: MsQuic-Win-Perf
|
||||
# platform: windows
|
||||
# localTls: openssl
|
||||
# remoteTls: openssl
|
||||
- template: ./templates/run-performance.yml
|
||||
parameters:
|
||||
pool: MsQuic-Linux-Perf
|
||||
|
@ -509,15 +510,15 @@ stages:
|
|||
rttMs: (5,50,200)
|
||||
logProfile: Datapath.Light
|
||||
|
||||
- ${{ if not(eq(variables['Build.Reason'], 'Schedule')) }}:
|
||||
- stage: perf_post_process
|
||||
displayName: Perf Post Processing
|
||||
condition: succeededOrFailed()
|
||||
dependsOn:
|
||||
- performance
|
||||
- wanperf
|
||||
jobs:
|
||||
- template: ./templates/post-process-performance.yml
|
||||
# - ${{ if not(eq(variables['Build.Reason'], 'Schedule')) }}:
|
||||
# - stage: perf_post_process
|
||||
# displayName: Perf Post Processing
|
||||
# condition: succeededOrFailed()
|
||||
# dependsOn:
|
||||
# - performance
|
||||
# - wanperf
|
||||
# jobs:
|
||||
# - template: ./templates/post-process-performance.yml
|
||||
|
||||
#
|
||||
# Windows Release BVTs
|
||||
|
|
Загрузка…
Ссылка в новой задаче