Skip to content

Commit

Permalink
Revert "Disable perf tests until we can repair perf systems (#2068)" (#…
Browse files Browse the repository at this point in the history
…2077)

This reverts commit 441e836.
  • Loading branch information
thhous-msft authored Oct 18, 2021
1 parent ad5cd3b commit 1c28146
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions .azure/azure-pipelines.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,28 +445,27 @@ stages:
- build_linux_release
- build_winkernel_release
jobs:
# 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-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
Expand Down Expand Up @@ -513,15 +512,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
Expand Down

0 comments on commit 1c28146

Please sign in to comment.