From 4ccf287da779ce032d67bea69c995fe0c8346e33 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Fri, 3 Dec 2021 07:43:54 +0200 Subject: [PATCH] Set CONTAINERD_ROOT in Windows cri-integration Signed-off-by: Gabriel Adrian Samfira --- .github/workflows/windows-periodic.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index b2e2f426e..745bfde86 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -162,6 +162,7 @@ jobs: ./script/setup/install-cni-windows mkdir /c/tmp export TEST_IMAGE_LIST=c:/repolist.toml + export CONTAINERD_ROOT=/c/ProgramData/containerd/root make cri-integration | tee c:/Logs/cri-integration.log EOF ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -c 'cat /c/Logs/cri-integration.log | go-junit-report.exe > c:/Logs/junit_01.xml' "