mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 22:49:17 +00:00
Adjust CI to split tests into 6 groups (#60198)
This commit is contained in:
parent
1d3fbc93a0
commit
e7b05ef452
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -670,7 +670,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
group: [1, 2, 3, 4]
|
group: [1, 2, 3, 4, 5, 6]
|
||||||
python-version: [3.8, 3.9]
|
python-version: [3.8, 3.9]
|
||||||
name: >-
|
name: >-
|
||||||
Run tests Python ${{ matrix.python-version }} (group ${{ matrix.group }})
|
Run tests Python ${{ matrix.python-version }} (group ${{ matrix.group }})
|
||||||
@ -709,7 +709,7 @@ jobs:
|
|||||||
--durations=10 \
|
--durations=10 \
|
||||||
-n auto \
|
-n auto \
|
||||||
--dist=loadfile \
|
--dist=loadfile \
|
||||||
--test-group-count 4 \
|
--test-group-count 6 \
|
||||||
--test-group=${{ matrix.group }} \
|
--test-group=${{ matrix.group }} \
|
||||||
--cov homeassistant \
|
--cov homeassistant \
|
||||||
--cov-report= \
|
--cov-report= \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user