From 2e53c0ec8d5e9d6c31165cb1ae43039d3c4f0d84 Mon Sep 17 00:00:00 2001 From: Nashwan Azhari Date: Tue, 2 May 2023 18:49:28 +0300 Subject: [PATCH] Windows integration: fix critest binary path in Azure-based workflow. The critest binary build directory has changed following kubernetes-sigs/cri-tools#1085 to also include the OS and architecture, so the Azure-based Windows workflows needed to be updated to account for the new path. Signed-off-by: Nashwan Azhari --- .github/workflows/windows-hyperv-periodic.yml | 2 +- .github/workflows/windows-periodic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-hyperv-periodic.yml b/.github/workflows/windows-hyperv-periodic.yml index 39ee4885a..12930b9b6 100644 --- a/.github/workflows/windows-hyperv-periodic.yml +++ b/.github/workflows/windows-hyperv-periodic.yml @@ -275,7 +275,7 @@ jobs: ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" <> $GITHUB_OUTPUT diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index d006e5d75..49503bee6 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -230,7 +230,7 @@ jobs: ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" <> $GITHUB_OUTPUT