Skip to content

Commit 727c11d

Browse files
committed
ci(regression): warm up systems before baseline comparison
1 parent 312cf3a commit 727c11d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
name: Regression (fast) • ${{ matrix.system }}
6868
needs: [unit, discover-systems]
6969
runs-on: ubuntu-24.04
70-
timeout-minutes: 35
70+
timeout-minutes: 45
7171

7272
strategy:
7373
fail-fast: false
@@ -95,6 +95,15 @@ jobs:
9595
python -m pip install --upgrade pip
9696
python -m pip install -e .[testing]
9797
98+
- name: Warm up regression system
99+
run: |
100+
python -m pytest tests/regression \
101+
-m "not slow" \
102+
-n auto \
103+
--dist=loadscope \
104+
-k "${{ matrix.system }}" \
105+
-q || true
106+
98107
- name: Run fast regression tests (per system)
99108
run: |
100109
python -m pytest tests/regression \

0 commit comments

Comments
 (0)