Skip to content

Commit

Permalink
No Perf on Release Branches (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Mar 31, 2022
1 parent f6a5dc1 commit 038f404
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
48 changes: 0 additions & 48 deletions .azure/azure-pipelines.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,54 +493,6 @@ stages:
image: ubuntu-latest
platform: linux

#
# Performance Tests
#

- stage: performance
displayName: Performance Testing
dependsOn:
- build_windows_release
- 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
- template: ./templates/run-performance.yml
parameters:
pool: MsQuic-Linux-Perf
platform: linux
localTls: openssl
remoteTls: openssl

- ${{ if not(eq(variables['Build.Reason'], 'Schedule')) }}:
- stage: perf_post_process
displayName: Perf Post Processing
condition: succeededOrFailed()
dependsOn:
- performance
jobs:
- template: ./templates/post-process-performance.yml

#
# Windows Release BVTs
#
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/wan-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- release/*
paths-ignore:
- .azure/*
- docs/*
Expand All @@ -18,7 +17,6 @@ on:
pull_request:
branches:
- main
- release/*
paths-ignore:
- .azure/*
- docs/*
Expand Down

0 comments on commit 038f404

Please sign in to comment.