Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/desktop-e2e-podman-windows-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you cannot use comment in multiline command. It will break next line as it will be treated as a another command to call.

--spot-excluded-regions southafricawest,australiacentral2
# Check logs
podman logs -f windows-create

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/desktop-e2e-test-job-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/podman-desktop-e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/podman-desktop-e2e-remote-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/podman-desktop-e2e-stress-ui-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/podman-desktop-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/podman-e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down