Skip to content

Commit

Permalink
chore(ci): improve windows e2e tests workflow (#345)
Browse files Browse the repository at this point in the history
* chore(ci):  improve windows e2e tests workflow

Signed-off-by: Anton Misskii <amisskii@redhat.com>

* fix: ensure getting current HEAD version of the test framework

Signed-off-by: Anton Misskii <amisskii@redhat.com>

* fix: fix

Signed-off-by: Anton Misskii <124462506+amisskii@users.noreply.github.com>

---------

Signed-off-by: Anton Misskii <amisskii@redhat.com>
Signed-off-by: Anton Misskii <124462506+amisskii@users.noreply.github.com>
  • Loading branch information
amisskii authored Jan 13, 2025
1 parent bca95b0 commit ecd9d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# SPDX-License-Identifier: Apache-2.0

name: Podman Desktop Minikube E2E
name: e2e-main-windows

on:
push:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: windows-${{ matrix.windows-version }}-${{ matrix.windows-featurepack }}
runs-on: ubuntu-latest
env:
MAPT_VERSION: v0.7.2
MAPT_VERSION: v0.7.3
MAPT_IMAGE: quay.io/redhat-developer/mapt
strategy:
fail-fast: false
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
DEFAULT_NPM_TARGET: 'test:e2e'
DEFAULT_ENV_VARS: 'TEST_PODMAN_MACHINE=false'
DEFAULT_PODMAN_OPTIONS: 'INIT=1,START=1,ROOTFUL=1,NETWORKING=0'
DEFAULT_EXT_REPO_OPTIONS: 'REPO=extensio-minikube,FORK=podman-desktop,BRANCH=main'
DEFAULT_EXT_REPO_OPTIONS: 'REPO=extension-minikube,FORK=podman-desktop,BRANCH=main'
DEFAULT_VERSION: "${{ env.PD_PODMAN_VERSION || '5.3.1' }}"
DEFAULT_URL: "https://github.com/containers/podman/releases/download/v$DEFAULT_VERSION/podman-remote-release-windows_amd64.zip"
run: |
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
--nested-virt \
--cpus 8 \
--memory 16 \
--tags project=podman-desktop \
--tags project=podman-desktop,source=github,org=${{github.repository_owner}},run=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} \
--spot
# Check logs
podman logs -f windows-create
Expand Down

0 comments on commit ecd9d2b

Please sign in to comment.