Skip to content

chore: add CSI driver versions in vhd image for AKS 1.29 only #443

chore: add CSI driver versions in vhd image for AKS 1.29 only

chore: add CSI driver versions in vhd image for AKS 1.29 only #443

name: Windows Files and Images Check
on:
pull_request:
paths:
- '.github/workflows/validate-windows-binary-signature.yaml'
- 'vhdbuilder/packer/test/windows-files-check.ps1'
- 'vhdbuilder/packer/generate-windows-vhd-configuration.ps1'
jobs:
check-files-for-ws2019:
name: Check Windows Files and Images
runs-on: windows-2019
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Geneate windows vhd configuration
shell: powershell
run: |
./vhdbuilder/packer/generate-windows-vhd-configuration.ps1
- name: Run check script for 2019-containerd
shell: powershell
run: |
./vhdbuilder/packer/test/windows-files-check.ps1 2019-containerd
check-files-for-ws2022:
name: Check Windows Files and Images
runs-on: windows-2022
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Geneate windows vhd configuration
shell: powershell
run: |
./vhdbuilder/packer/generate-windows-vhd-configuration.ps1
- name: Run check script for 2022-containerd
shell: powershell
run: |
./vhdbuilder/packer/test/windows-files-check.ps1 2022-containerd