This commit is contained in:
Jack He 2025-01-29 13:46:50 -08:00 коммит произвёл GitHub
Родитель 08b6185e6d
Коммит 3c6f9a7619
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 14 добавлений и 14 удалений

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

@ -29,7 +29,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light
@ -45,7 +45,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light
@ -63,7 +63,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light
@ -81,7 +81,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light

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

@ -29,7 +29,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light
@ -45,7 +45,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light
@ -63,7 +63,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light
@ -81,7 +81,7 @@ stages:
- template: ./obtemplates/run-bvt.yml
parameters:
pool: 1es-msquic-pool-internal
image: WinServerPrerelease
image: WinServerPrerelease-LatestPwsh
platform: windows
tls: schannel
logProfile: Full.Light

6
.github/workflows/code-coverage.yml поставляемый
Просмотреть файл

@ -51,7 +51,7 @@ jobs:
runs-on:
- self-hosted
- "1ES.Pool=1es-msquic-pool"
- "1ES.ImageOverride=WinServerPrerelease"
- "1ES.ImageOverride=WinServerPrerelease-LatestPwsh"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
@ -94,7 +94,7 @@ jobs:
runs-on:
- self-hosted
- "1ES.Pool=1es-msquic-pool"
- "1ES.ImageOverride=WinServerPrerelease"
- "1ES.ImageOverride=WinServerPrerelease-LatestPwsh"
env:
main-timeout: 3600000
main-repeat: 100
@ -144,7 +144,7 @@ jobs:
runs-on:
- self-hosted
- "1ES.Pool=1es-msquic-pool"
- "1ES.ImageOverride=WinServerPrerelease"
- "1ES.ImageOverride=WinServerPrerelease-LatestPwsh"
env:
main-timeout: 3600000
pr-timeout: 600000

6
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -127,7 +127,7 @@ jobs:
{ config: "Debug", plat: "windows", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Release", plat: "windows", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
]
runs-on: ${{ matrix.vec.plat == 'windows' && matrix.vec.os == 'WinServerPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease'']') || matrix.vec.os }}
runs-on: ${{ matrix.vec.plat == 'windows' && matrix.vec.os == 'WinServerPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease-LatestPwsh'']') || matrix.vec.os }}
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@ -193,7 +193,7 @@ jobs:
{ config: "Debug", plat: "winkernel", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
{ config: "Release", plat: "winkernel", os: "WinServerPrerelease", arch: "x64", tls: "schannel", build: "-Test" },
]
runs-on: ${{ matrix.vec.plat == 'winkernel' && matrix.vec.os == 'WinServerPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease'']') || matrix.vec.os }}
runs-on: ${{ matrix.vec.plat == 'winkernel' && matrix.vec.os == 'WinServerPrerelease' && fromJson('[''self-hosted'', ''1ES.Pool=1es-msquic-pool'', ''1ES.ImageOverride=WinServerPrerelease-LatestPwsh'']') || matrix.vec.os }}
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@ -242,7 +242,7 @@ jobs:
runs-on:
- self-hosted
- "1ES.Pool=1es-msquic-pool"
- "1ES.ImageOverride=WinServerPrerelease"
- "1ES.ImageOverride=WinServerPrerelease-LatestPwsh"
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683