diff --git a/.github/workflows/desktop-e2e-podman-windows-matrix.yaml b/.github/workflows/desktop-e2e-podman-windows-matrix.yaml index ae490144..64b96340 100644 --- a/.github/workflows/desktop-e2e-podman-windows-matrix.yaml +++ b/.github/workflows/desktop-e2e-podman-windows-matrix.yaml @@ -115,7 +115,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/desktop-e2e-test-job-windows.yaml b/.github/workflows/desktop-e2e-test-job-windows.yaml index 0cb5cb2e..ee7fdcc2 100644 --- a/.github/workflows/desktop-e2e-test-job-windows.yaml +++ b/.github/workflows/desktop-e2e-test-job-windows.yaml @@ -112,7 +112,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-desktop-e2e-kubernetes.yaml b/.github/workflows/podman-desktop-e2e-kubernetes.yaml index 51553cfa..2e22b4cf 100644 --- a/.github/workflows/podman-desktop-e2e-kubernetes.yaml +++ b/.github/workflows/podman-desktop-e2e-kubernetes.yaml @@ -109,7 +109,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml b/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml index a73034ad..fac3a106 100644 --- a/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml +++ b/.github/workflows/podman-desktop-e2e-nightly-windows-hyperv.yaml @@ -107,7 +107,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml b/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml index 13178376..1f25f8af 100644 --- a/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml +++ b/.github/workflows/podman-desktop-e2e-nightly-windows-wsl.yaml @@ -100,7 +100,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-desktop-e2e-remote-windows.yaml b/.github/workflows/podman-desktop-e2e-remote-windows.yaml index daba7c79..62e40b87 100644 --- a/.github/workflows/podman-desktop-e2e-remote-windows.yaml +++ b/.github/workflows/podman-desktop-e2e-remote-windows.yaml @@ -138,7 +138,9 @@ jobs: --cpus 4 \ --memory 8 \ --tags project=podman-desktop,source=github,org=${{github.repository_owner}},run=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-desktop-e2e-stress-ui-windows.yaml b/.github/workflows/podman-desktop-e2e-stress-ui-windows.yaml index 21ef070d..8c1eaf7d 100644 --- a/.github/workflows/podman-desktop-e2e-stress-ui-windows.yaml +++ b/.github/workflows/podman-desktop-e2e-stress-ui-windows.yaml @@ -107,7 +107,9 @@ jobs: --cpus '${{ env.HOST_PARAMS_CPUS }}' \ --memory '${{ env.HOST_PARAMS_MEMORY }}' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-desktop-e2e-windows.yaml b/.github/workflows/podman-desktop-e2e-windows.yaml index 3a2169a3..e1ab8e40 100644 --- a/.github/workflows/podman-desktop-e2e-windows.yaml +++ b/.github/workflows/podman-desktop-e2e-windows.yaml @@ -107,7 +107,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/podman-e2e-windows.yaml b/.github/workflows/podman-e2e-windows.yaml index ec64adc9..49bb7eb9 100644 --- a/.github/workflows/podman-e2e-windows.yaml +++ b/.github/workflows/podman-e2e-windows.yaml @@ -45,7 +45,9 @@ jobs: --windows-featurepack '${{ matrix.windows-featurepack }}' \ --vmsize 'Standard_D8s_v4' \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create diff --git a/.github/workflows/prerelease-desktop-e2e-debug-job-windows.yaml b/.github/workflows/prerelease-desktop-e2e-debug-job-windows.yaml index 5b020cd1..65c1b459 100644 --- a/.github/workflows/prerelease-desktop-e2e-debug-job-windows.yaml +++ b/.github/workflows/prerelease-desktop-e2e-debug-job-windows.yaml @@ -121,7 +121,9 @@ jobs: --cpus 8 \ --memory 16 \ --tags project=podman-desktop \ - --spot + --spot \ + # Workaround for https://github.com/redhat-developer/mapt/issues/451 + --spot-excluded-regions southafricawest,australiacentral2 # Check logs podman logs -f windows-create