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:
Thad House 2021-10-07 12:48:36 -07:00 коммит произвёл GitHub
Родитель 963e57aaf0
Коммит 441e8363f3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 31 добавлений и 30 удалений

Просмотреть файл

@ -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