Merge pull request #9608 from jsturtevant/update-windows-periodic

[Windows] Use latest VM image in CI to get Windows updates regularly
This commit is contained in:
Akihiro Suda 2024-01-07 20:56:03 +00:00 committed by GitHub
commit aa66354c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -46,11 +46,11 @@ jobs:
win_ver: [ltsc2019, ltsc2022] win_ver: [ltsc2019, ltsc2022]
include: include:
- win_ver: ltsc2019 - win_ver: ltsc2019
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505" AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest"
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }} AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }}
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019-hyperv/" GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019-hyperv/"
- win_ver: ltsc2022 - win_ver: ltsc2022
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310" AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest"
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }} AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }}
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022-hyperv/" GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022-hyperv/"
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -45,11 +45,11 @@ jobs:
win_ver: [ltsc2019, ltsc2022] win_ver: [ltsc2019, ltsc2022]
include: include:
- win_ver: ltsc2019 - win_ver: ltsc2019
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505" AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest"
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }} AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }}
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019/" GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019/"
- win_ver: ltsc2022 - win_ver: ltsc2022
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310" AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest"
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }} AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }}
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022/" GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022/"
runs-on: ubuntu-latest runs-on: ubuntu-latest