From 2b58782df0411226603d5d1dbdd52b10b3885bc5 Mon Sep 17 00:00:00 2001 From: Adelina Tuvenie Date: Mon, 17 May 2021 15:16:12 +0300 Subject: [PATCH] Update windows-periodic.yml Add 2019 to matrix Signed-off-by: Adelina Tuvenie --- .github/workflows/windows-periodic.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index bf26e9a04..ff9553bd5 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -19,13 +19,16 @@ jobs: winIntegration: strategy: matrix: - win_ver: [sac1909] + win_ver: [ltsc2019, sac2004] include: - - win_ver: sac1909 - AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:Datacenter-Core-1909-with-Containers-smalldisk:18363.900.2006061800" - AZURE_RESOURCE_GROUP: ctrd-integration-sac1909-${{ github.run_id }} - GOOGLE_BUCKET: "gs://containerd-integration/logs/windows-sac1909/" - + - win_ver: sac2004 + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:datacenter-core-2004-with-containers-smalldisk:19041.928.2104150521" + AZURE_RESOURCE_GROUP: ctrd-integration-sac2004-${{ github.run_id }} + GOOGLE_BUCKET: "gs://containerd-integration/logs/windows-sac2004/" + - win_ver: ltsc2019 + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter-with-Containers-smalldisk:17763.1935.2105080716" + AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }} + GOOGLE_BUCKET: "gs://containerd-integration/logs/windows-ltsc2019/" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2