From 09c2c2a7531066c3f85f253001c68c665f0d574c Mon Sep 17 00:00:00 2001 From: Nashwan Azhari Date: Mon, 9 May 2022 19:42:22 +0300 Subject: [PATCH] Pass explicit JUnit outfile to critest.exe in Windows workflow. Following kubernetes-sigs/cri-tools#910 the Ginkgo reporters are left configured with default settings and thus do not generate a JUnit report file unless we explicitly pass a path for the outfile in the Windows workflow when calling critest.exe. Signed-off-by: Nashwan Azhari --- .github/workflows/windows-periodic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index f678a85d0..a45168982 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -205,7 +205,7 @@ jobs: ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "powershell.exe -command { C:\containerd\bin\containerd.exe --log-level=debug --log-file=C:/logs/containerd.log --service-name containerd --register-service ; Set-Service containerd -StartupType Automatic; Start-Service containerd }" ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" <