Skip to content

Commit 1fbee68

Browse files
committed
reduce reruns
1 parent 722bea7 commit 1fbee68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ jobs:
447447
done
448448
449449
- name: Run the tests for docker
450-
run: python3 -m tox -e ${{ matrix.toxenv }} -- -n 3 --reruns 3 --durations=25 --durations-min=600.0 --pytest-container-log-level=debug
450+
run: python3 -m tox -e ${{ matrix.toxenv }} -- -n 3 --reruns 1 --durations=25 --durations-min=600.0 --pytest-container-log-level=debug
451451
env:
452452
CONTAINER_RUNTIME: docker
453453
OS_VERSION: ${{ matrix.os_version }}
@@ -456,7 +456,7 @@ jobs:
456456

457457
- name: Run tests as root for podman
458458
run: |
459-
sudo --preserve-env=CONTAINER_RUNTIME,OS_VERSION,TARGET,PULL_ALWAYS -H $(type -p python3) -m tox -e ${{ matrix.toxenv }} -- -n 3 --reruns 3 --durations=25 --durations-min=600.0 --pytest-container-log-level=debug
459+
sudo --preserve-env=CONTAINER_RUNTIME,OS_VERSION,TARGET,PULL_ALWAYS -H $(type -p python3) -m tox -e ${{ matrix.toxenv }} -- -n 3 --reruns 1 --durations=25 --durations-min=600.0 --pytest-container-log-level=debug
460460
env:
461461
CONTAINER_RUNTIME: podman
462462
OS_VERSION: ${{ matrix.os_version }}

0 commit comments

Comments
 (0)