Skip to content

Commit aa66354

Browse files
authored
Merge pull request containerd#9608 from jsturtevant/update-windows-periodic
[Windows] Use latest VM image in CI to get Windows updates regularly
2 parents 0bb7fd3 + 46b2f1d commit aa66354

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/windows-hyperv-periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
win_ver: [ltsc2019, ltsc2022]
4747
include:
4848
- win_ver: ltsc2019
49-
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505"
49+
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest"
5050
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }}
5151
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019-hyperv/"
5252
- win_ver: ltsc2022
53-
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310"
53+
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest"
5454
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }}
5555
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022-hyperv/"
5656
runs-on: ubuntu-latest

.github/workflows/windows-periodic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
win_ver: [ltsc2019, ltsc2022]
4646
include:
4747
- win_ver: ltsc2019
48-
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505"
48+
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest"
4949
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }}
5050
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019/"
5151
- win_ver: ltsc2022
52-
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310"
52+
AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest"
5353
AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }}
5454
GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022/"
5555
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)