Skip to content

Commit cee69bb

Browse files
committed
central cdist config
1 parent 16655a5 commit cee69bb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
run:
19-
name: Python ${{ matrix.python-version }} - ${{ matrix.cdist-group }}/4
19+
name: Python ${{ matrix.python-version }} - ${{ matrix.cdist-group }}/3
2020
runs-on: ubuntu-latest
2121
timeout-minutes: 30
2222
strategy:
@@ -57,11 +57,11 @@ jobs:
5757

5858
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
5959
name: Run tests with coverage tracking
60-
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 --cdist-justify-items=file
60+
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3
6161

6262
- if: matrix.python-version != '3.12' || runner.os != 'Linux'
6363
name: Run tests without tracking coverage
64-
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3 --cdist-justify-items=file
64+
run: uv run pytest --cdist-group=${{ matrix.cdist-group }}/3
6565

6666
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
6767
uses: actions/upload-artifact@v4

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ markers = [
400400
"elasticsearch: Elasticsearch Tests",
401401
]
402402
testpaths = ["tests"]
403+
cdist-justify-items = "file"
404+
cdist-group-steal = "3:30"
403405

404406
[tool.coverage.run]
405407
branch = true

0 commit comments

Comments
 (0)