File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,16 @@ jobs:
1919 winIntegration :
2020 strategy :
2121 matrix :
22- win_ver : [sac1909 ]
22+ win_ver : [ltsc2019, sac2004 ]
2323 include :
24- - win_ver : sac1909
25- AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:Datacenter-Core-1909-with-Containers-smalldisk:18363.900.2006061800"
26- AZURE_RESOURCE_GROUP : ctrd-integration-sac1909-${{ github.run_id }}
27- GOOGLE_BUCKET : " gs://containerd-integration/logs/windows-sac1909/"
28-
24+ - win_ver : sac2004
25+ AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:datacenter-core-2004-with-containers-smalldisk:19041.928.2104150521"
26+ AZURE_RESOURCE_GROUP : ctrd-integration-sac2004-${{ github.run_id }}
27+ GOOGLE_BUCKET : " gs://containerd-integration/logs/windows-sac2004/"
28+ - win_ver : ltsc2019
29+ AZURE_IMG : " MicrosoftWindowsServer:WindowsServer:2019-Datacenter-with-Containers-smalldisk:17763.1935.2105080716"
30+ AZURE_RESOURCE_GROUP : ctrd-integration-ltsc2019-${{ github.run_id }}
31+ GOOGLE_BUCKET : " gs://containerd-integration/logs/windows-ltsc2019/"
2932 runs-on : ubuntu-latest
3033 steps :
3134 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments