From af5a130bc94b91729114a502bf52f729f76638e4 Mon Sep 17 00:00:00 2001 From: Adelina Tuvenie Date: Mon, 7 Jun 2021 18:07:35 +0300 Subject: [PATCH] Enable cri-integration in Windows Periodic Tests Signed-off-by: Adelina Tuvenie --- .github/workflows/windows-periodic.yml | 32 ++++++++++++-------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index cce2c6b31..c82845e9c 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -117,24 +117,22 @@ jobs: ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -c 'cat /c/Logs/integration.log | go-junit-report.exe > /c/Logs/junit_00.xml'" # CRI-integration tests for Windows PR is not merged. TO DO (adelina-t): enable these when PR #5163 merges. - # - # - name: PrepareRepoList - # run: | - # ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh -c 'cat > c:/repolist.yaml'" <<'EOF' - # dockerLibraryRegistry: docker.io/claudiubelu - # k8sCriContainerdRegistry: docker.io/claudiubelu - # k8sGcrRegistry: docker.io/claudiubelu - # EOF + - name: PrepareRepoList + run: | + ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh -c 'cat > c:/repolist.toml'" <<'EOF' + busybox = "docker.io/claudiubelu/busybox:1.29" + EOF - # - name: RunCRIIntegrationTests - # run: | - # ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" < c:/Logs/junit_01.xml' " + - name: RunCRIIntegrationTests + run: | + ssh -i $HOME/.ssh/id_rsa ${{ env.SSH_OPTS }} azureuser@${{ env.VM_PUB_IP }} "sh.exe -s" < c:/Logs/junit_01.xml' " - name: PullLogsFromWinNode run: |