Skip to content

Commit 3f7e114

Browse files
authored
chore: run e2e tests in parallel (#70)
Signed-off-by: Frank Kong <frkong@redhat.com>
1 parent b07f103 commit 3f7e114

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ jobs:
103103
E2E_IMAGE: ${{ steps.pr-info.outputs.image }}
104104
E2E_CONTAINER_RUNTIME: podman
105105
run: |
106-
pytest tests/e2e/ -v --tb=long --junitxml=e2e-results.xml -m e2e
107-
106+
pytest tests/e2e/ -v --tb=long --junitxml=e2e-results.xml -m e2e -n auto --dist loadscope
108107
- name: Upload E2E test logs
109108
if: always() && steps.e2e-tests.outcome != 'skipped'
110109
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0

requirements.dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ coverage==7.13.4
55
mypy==1.19.1
66
pytest==9.0.2
77
pytest-cov==7.0.0
8+
pytest-xdist==3.8.0
89
ruff==0.15.5
910
types-PyYAML==6.0.12.20250915

0 commit comments

Comments
 (0)