Skip to content

Commit dc460e3

Browse files
Backport PR pandas-dev#45950: CI: Set max job limit for test runs (pandas-dev#45980)
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 7de59e8 commit dc460e3

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

ci/azure/posix.yml

+6-24
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,22 @@ parameters:
44

55
jobs:
66
- job: ${{ parameters.name }}
7+
timeoutInMinutes: 90
78
pool:
89
vmImage: ${{ parameters.vmImage }}
910
strategy:
1011
matrix:
11-
py38_macos_1:
12+
py38:
1213
ENV_FILE: ci/deps/azure-macos-38.yaml
1314
CONDA_PY: "38"
14-
PATTERN: "not slow and not single_cpu"
15-
PYTEST_TARGET: "pandas/tests/[a-h]*"
16-
py38_macos_2:
17-
ENV_FILE: ci/deps/azure-macos-38.yaml
18-
CONDA_PY: "38"
19-
PATTERN: "not slow and not single_cpu"
20-
PYTEST_TARGET: "pandas/tests/[i-z]*"
21-
py39_macos_1:
22-
ENV_FILE: ci/deps/azure-macos-39.yaml
23-
CONDA_PY: "39"
24-
PATTERN: "not slow and not single_cpu"
25-
PYTEST_TARGET: "pandas/tests/[a-h]*"
26-
py39_macos_2:
15+
16+
py39:
2717
ENV_FILE: ci/deps/azure-macos-39.yaml
2818
CONDA_PY: "39"
29-
PATTERN: "not slow and not single_cpu"
30-
PYTEST_TARGET: "pandas/tests/[i-z]*"
31-
py310_macos_1:
32-
ENV_FILE: ci/deps/azure-macos-310.yaml
33-
CONDA_PY: "310"
34-
PATTERN: "not slow and not single_cpu"
35-
PYTEST_TARGET: "pandas/tests/[a-h]*"
36-
py310_macos_2:
19+
20+
py310:
3721
ENV_FILE: ci/deps/azure-macos-310.yaml
3822
CONDA_PY: "310"
39-
PATTERN: "not slow and not single_cpu"
40-
PYTEST_TARGET: "pandas/tests/[i-z]*"
4123

4224
steps:
4325
- script: echo '##vso[task.prependpath]$(HOME)/miniconda3/bin'

0 commit comments

Comments
 (0)