Update windows-periodic.yml
Add 2019 to matrix Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
This commit is contained in:
parent
421fc6ea73
commit
2b58782df0
15
.github/workflows/windows-periodic.yml
vendored
15
.github/workflows/windows-periodic.yml
vendored
@ -19,13 +19,16 @@ jobs:
|
|||||||
winIntegration:
|
winIntegration:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
win_ver: [sac1909]
|
win_ver: [ltsc2019, sac2004]
|
||||||
include:
|
include:
|
||||||
- win_ver: sac1909
|
- win_ver: sac2004
|
||||||
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:Datacenter-Core-1909-with-Containers-smalldisk:18363.900.2006061800"
|
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:datacenter-core-2004-with-containers-smalldisk:19041.928.2104150521"
|
||||||
AZURE_RESOURCE_GROUP: ctrd-integration-sac1909-${{ github.run_id }}
|
AZURE_RESOURCE_GROUP: ctrd-integration-sac2004-${{ github.run_id }}
|
||||||
GOOGLE_BUCKET: "gs://containerd-integration/logs/windows-sac1909/"
|
GOOGLE_BUCKET: "gs://containerd-integration/logs/windows-sac2004/"
|
||||||
|
- win_ver: ltsc2019
|
||||||
|
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter-with-Containers-smalldisk:17763.1935.2105080716"
|
||||||
|
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }}
|
||||||
|
GOOGLE_BUCKET: "gs://containerd-integration/logs/windows-ltsc2019/"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user