Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Kernel BVT on WS2022 #2064

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .azure/azure-pipelines.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,16 @@ stages:
- build_winkernel_release
- build_windows_release
jobs:
- template: ./templates/run-bvt.yml
parameters:
image: windows-2022
platform: windows
tls: schannel
logProfile: Full.Light
config: Release
kernel: true
testCerts: true
extraArgs: -Kernel -Filter -*ValidateConfiguration:*ValidAlpnLengths:*ResumeRejection*:*ClientCertificate*:*LoadBalanced*
- template: ./templates/run-bvt.yml
parameters:
pool: MsQuic-Win-Latest
Expand All @@ -572,6 +582,15 @@ stages:
- build_winkernel_debug
- build_windows_debug
jobs:
- template: ./templates/run-bvt.yml
parameters:
image: windows-2022
platform: windows
tls: schannel
logProfile: Full.Light
extraArgs: -Kernel -Filter -*ValidateConfiguration:*ValidAlpnLengths:*ResumeRejection*:*ClientCertificate*:*LoadBalanced*:*NthAllocFail*
kernel: true
testCerts: true
- template: ./templates/run-bvt.yml
parameters:
pool: MsQuic-Win-Latest
Expand Down