Skip to content
Closed
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion .github/workflows/build-reuse-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ on:
os:
required: false
type: string
default: 'windows-2022'
default: 'windows-latest'
# options:
# - windows-latest
# - windows-2022
# - windows-2025
arch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-reuse-winkernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ on:
os:
required: false
type: string
default: 'windows-2022'
default: 'windows-latest'
# options:
# - windows-latest
# - windows-2022
# - windows-2025
arch:
required: false
default: 'x64'
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
config: ['Debug', 'Release']
plat: [windows, uwp] # TODO: Support gamecore_console
os: ['windows-2022']
os: ['windows-2022', 'windows-2025']
arch: [x86, x64, arm64]
tls: [schannel, quictls, openssl]
static: ['', '-Static']
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
with:
config: ${{ matrix.config }}
plat: 'windows'
os: 'windows-2022'
os: 'windows-latest'
arch: 'x64'
tls: 'schannel'
official: '-ForceOfficialRelease'
Expand All @@ -80,7 +80,7 @@ jobs:
matrix:
config: ['Debug', 'Release']
plat: [winkernel]
os: ['windows-2022']
os: ['windows-2022'] # windows-2025 disabled: image lacks the WDK bits to build kernel drivers.
arch: [x64, arm64]
tls: [schannel]
uses: ./.github/workflows/build-reuse-winkernel.yml
Expand Down Expand Up @@ -230,33 +230,33 @@ jobs:
{ plat: "windows", tls: "openssl" },
{ plat: "windows", tls: "schannel" },
]
runs-on: windows-2022
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Download Build Artifacts
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: Release-${{ matrix.vec.plat }}-windows-2022-x86-${{ matrix.vec.tls }}
name: Release-${{ matrix.vec.plat }}-windows-2025-x86-${{ matrix.vec.tls }}
path: artifacts
- name: Download Build Artifacts
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
name: Release-${{ matrix.vec.plat }}-windows-2022-x64-${{ matrix.vec.tls }}
name: Release-${{ matrix.vec.plat }}-windows-2025-x64-${{ matrix.vec.tls }}
path: artifacts
- name: Download Build Artifacts
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
if: matrix.vec.tls != 'quictls' # TODO: Remove once quictls is supported
with:
name: Release-${{ matrix.vec.plat }}-windows-2022-arm64-${{ matrix.vec.tls }}
name: Release-${{ matrix.vec.plat }}-windows-2025-arm64-${{ matrix.vec.tls }}
path: artifacts
- name: Build Package
shell: pwsh
run: scripts/package-nuget.ps1 -Tls ${{ matrix.vec.tls }} ${{ matrix.vec.arg }} -GHA
- name: Upload build artifacts
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: Nuget-Release-${{ matrix.vec.plat }}-windows-2022-${{ matrix.vec.tls }}
name: Nuget-Release-${{ matrix.vec.plat }}-${{ matrix.vec.tls }}
path: artifacts/dist/*.nupkg

Complete:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
vec: [
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-latest", arch: "x64", tls: "quictls", build: "-Test" },
]
uses: ./.github/workflows/build-reuse-win.yml
with:
Expand All @@ -46,8 +46,8 @@ jobs:
fail-fast: false
matrix:
vec: [
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test", xdp: "-UseXdp" },
{ config: "Debug", plat: "windows", os: "windows-latest", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-latest", arch: "x64", tls: "quictls", build: "-Test", xdp: "-UseXdp" },
]
runs-on:
- self-hosted
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
vec: [
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-latest", arch: "x64", tls: "quictls", build: "-Test" },
]
runs-on:
- self-hosted
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
fail-fast: false
matrix:
vec: [
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-latest", arch: "x64", tls: "quictls", build: "-Test" },
]
runs-on:
- self-hosted
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
merge-coverage:
name: Merge Coverage
needs: [bvt-winlatest, stress-winlatest, recvfuzz-winlatest]
runs-on: windows-2022
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
Expand All @@ -201,22 +201,22 @@ jobs:
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
name: Download BVT Coverage Results
with:
name: BVT-Debug-windows-windows-2022-x64-quictls
name: BVT-Debug-windows-windows-latest-x64-quictls
path: artifacts\coverage\windows\x64_Debug_quictls
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
name: Download BVT (XDP) Coverage Results
with:
name: BVT-Debug-windows-windows-2022-x64-quictls-UseXdp
name: BVT-Debug-windows-windows-latest-x64-quictls-UseXdp
path: artifacts\coverage\windows\x64_Debug_quictls
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
name: Download SpinQuic Coverage Results
with:
name: Spin-Debug-windows-windows-2022-x64-quictls
name: Spin-Debug-windows-windows-latest-x64-quictls
path: artifacts\coverage\windows\x64_Debug_quictls
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
name: Download RecvFuzz Coverage Results
with:
name: RecvFuzz-Debug-windows-windows-2022-x64-quictls
name: RecvFuzz-Debug-windows-windows-latest-x64-quictls
path: artifacts\coverage\windows\x64_Debug_quictls
- name: Dir Folder for Artifacts
shell: pwsh
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
vec: [
{ plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls" },
{ plat: "windows", os: "windows-2022", arch: "x64", tls: "openssl" },
{ plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls" },
{ plat: "windows", os: "windows-2025", arch: "x64", tls: "openssl" },
]
uses: ./.github/workflows/build-reuse-win.yml
with:
Expand All @@ -79,6 +81,7 @@ jobs:
matrix:
vec: [
{ plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls" },
{ plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls" },
{ plat: "linux", os: "ubuntu-22.04", arch: "x64", tls: "quictls" },
{ plat: "linux", os: "ubuntu-24.04", arch: "x64", tls: "quictls" },
{ plat: "linux", os: "ubuntu-22.04", arch: "x64", tls: "openssl" },
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: read-all
jobs:
build_dbgext:
name: Build WinDbg Extension
runs-on: windows-2022
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "openssl", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "schannel", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "openssl", build: "-Test" },
]
uses: ./.github/workflows/build-reuse-win.yml
with:
Expand Down Expand Up @@ -108,6 +112,10 @@ jobs:
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", xdp: "-UseXdp", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", xdp: "-UseXdp", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "schannel", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "schannel", xdp: "-UseXdp", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls", xdp: "-UseXdp", build: "-Test" },
{ config: "Debug", plat: "windows", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
]
runs-on: ${{ matrix.vec.plat == 'windows' && matrix.vec.os == 'WinServerPrerelease' && fromJson(format('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease-LatestPwsh'', ''JobId=stress-{0}-{1}-{2}-{3}-{4}-{5}'']', matrix.vec.config, matrix.vec.arch, matrix.vec.tls, github.run_id, github.run_number, github.run_attempt)) || matrix.vec.os }}
Expand All @@ -124,7 +132,7 @@ jobs:
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
if: matrix.vec.plat == 'windows'
with:
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-windows-2022-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.sanitize }}${{ matrix.vec.build }}
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os == 'WinServerPrerelease' && 'windows-2022' || matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.sanitize }}${{ matrix.vec.build }}
path: artifacts
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
if: matrix.vec.plat == 'linux' || matrix.vec.plat == 'macos'
Expand Down Expand Up @@ -168,6 +176,12 @@ jobs:
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "quictls", xdp: "-UseXdp", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "openssl", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2022", arch: "x64", tls: "openssl", xdp: "-UseXdp", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "schannel", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "schannel", xdp: "-UseXdp", sanitize: "-SanitizeAddress", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "quictls", xdp: "-UseXdp", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "openssl", build: "-Test" },
{ config: "Debug", plat: "windows", os: "windows-2025", arch: "x64", tls: "openssl", xdp: "-UseXdp", build: "-Test" },
{ config: "Debug", plat: "windows", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
]
runs-on: ${{ matrix.vec.plat == 'windows' && matrix.vec.os == 'WinServerPrerelease' && fromJson(format('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease-LatestPwsh'', ''JobId=recvfuzz-{0}-{1}-{2}-{3}-{4}-{5}'']', matrix.vec.config, matrix.vec.arch, matrix.vec.tls, github.run_id, github.run_number, github.run_attempt)) || matrix.vec.os }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-down-level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
{ release: "2.3.11", os: "ubuntu-22.04", arch: "x64", tls: "quictls", imgtls: "openssl3" },
{ release: "2.3.11", os: "windows-2022", arch: "x64", tls: "schannel", imgtls: "schannel" },
{ release: "2.3.11", os: "windows-2022", arch: "x64", tls: "quictls", imgtls: "openssl3" },
{ release: "2.3.11", os: "windows-2025", arch: "x64", tls: "schannel", imgtls: "schannel" },
{ release: "2.3.11", os: "windows-2025", arch: "x64", tls: "quictls", imgtls: "openssl3" },
# v2.4
{ release: "2.4.10", os: "ubuntu-22.04", arch: "x64", tls: "quictls", imgtls: "openssl3" },
{ release: "2.4.10", os: "ubuntu-24.04", arch: "x64", tls: "quictls", imgtls: "openssl3" },
Expand Down
14 changes: 10 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
strategy:
fail-fast: false
matrix:
vec: [ # Note that GitHub windows-2025 doesn't have the necessary bits to build kernel drivers currently.
vec: [
{ config: "Debug", plat: "winkernel", os: "windows-2022", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Release", plat: "winkernel", os: "windows-2022", arch: "x64", tls: "schannel", build: "-Test" }
{ config: "Release", plat: "winkernel", os: "windows-2022", arch: "x64", tls: "schannel", build: "-Test" },
# windows-2025 disabled: image lacks the WDK bits to build kernel drivers.
# { config: "Debug", plat: "winkernel", os: "windows-2025", arch: "x64", tls: "schannel", build: "-Test" },
# { config: "Release", plat: "winkernel", os: "windows-2025", arch: "x64", tls: "schannel", build: "-Test" }
]
uses: ./.github/workflows/build-reuse-winkernel.yml
with:
Expand Down Expand Up @@ -218,6 +221,9 @@ jobs:
vec: [
{ config: "Debug", plat: "winkernel", os: "windows-2022", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Release", plat: "winkernel", os: "windows-2022", arch: "x64", tls: "schannel", build: "-Test" },
# windows-2025 disabled: image lacks the WDK bits to build kernel drivers.
# { config: "Debug", plat: "winkernel", os: "windows-2025", arch: "x64", tls: "schannel", build: "-Test" },
# { config: "Release", plat: "winkernel", os: "windows-2025", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Debug", plat: "winkernel", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Release", plat: "winkernel", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
]
Expand All @@ -230,8 +236,8 @@ jobs:
ref: ${{ inputs.ref || '' }}
- name: Download Kernel Build Artifacts
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with: # note we always use kernel binaries built on windows-2022.
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-windows-2022-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.build }}
with: # WinServerPrerelease has no matching kernel build; fall back to the windows-2022 binaries.
name: ${{ matrix.vec.config }}-${{ matrix.vec.plat }}-${{ matrix.vec.os == 'WinServerPrerelease' && 'windows-2022' || matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.build }}
path: artifacts
- name: Download Usermode Build Artifacts
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wan-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
permissions:
contents: read # for actions/checkout to fetch code
name: Run Tests
runs-on: windows-2022
runs-on: windows-latest
needs: build-perf
env:
seed: 41473a2e60b6958500ec0add7dcfb9 # TODO - Randomize?
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
merge-data:
permissions: write-all
name: Merge Results
runs-on: windows-2022
runs-on: windows-latest
needs: wan-perf
steps:
- name: Checkout repository
Expand Down
Loading