ci: Add pytest-rerunfailures for improved test reliability (#6852)
* chore: Add pytest-rerunfailures plugin for test reliability * ci: Update unit tests workflow with pytest-rerunfailures
This commit is contained in:
parent
c9270bd888
commit
85b2818ea0
3 changed files with 17 additions and 4 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
with:
|
||||
timeout_minutes: 12
|
||||
max_attempts: 2
|
||||
command: make unit_tests async=false args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }}"
|
||||
command: make unit_tests args="-x -vv --splits ${{ matrix.splitCount }} --group ${{ matrix.group }} --reruns 5"
|
||||
- name: Minimize uv cache
|
||||
run: uv cache prune --ci
|
||||
integration-tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue