This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 18
18
parameters :
19
19
name : " windows2019"
20
20
vmImage : " windows-latest"
21
- timeoutInMinutes : 90
22
21
matrix :
23
22
py_3.8_32 :
24
23
PYTHON_VERSION : " 3.8.x"
@@ -43,43 +42,40 @@ jobs:
43
42
PYTHON_ARCH : ' x64'
44
43
NPY_USE_BLAS_ILP64 : 1
45
44
BITS : 64
45
+ timeoutInMinutes : 90
46
46
47
47
- template : azure/posix.yml
48
48
parameters :
49
49
name : linux
50
50
vmImage : ubuntu-18.04
51
- timeoutInMinutes : 90
52
51
matrix :
53
52
pypy_3.8_64 :
54
53
MB_PYTHON_VERSION : " pypy3.8-7.3.7"
55
54
AZURE_PYTHON_VERSION : " 3.8"
56
55
MB_ML_VER : " 2014"
57
56
CONFIG_PATH : " config_ilp64.sh"
58
57
DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
59
-
60
58
py_3.8_64 :
61
59
MB_PYTHON_VERSION : " 3.8"
62
60
MB_ML_VER : " 2014"
63
61
CONFIG_PATH : " config_ilp64.sh"
64
62
DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
65
-
66
63
py_3.9_64 :
67
64
MB_PYTHON_VERSION : " 3.9"
68
65
MB_ML_VER : " 2014"
69
66
CONFIG_PATH : " config_ilp64.sh"
70
67
DOCKER_TEST_IMAGE : " multibuild/xenial_{PLAT}"
71
-
72
68
py_3.10_64 :
73
69
MB_PYTHON_VERSION : " 3.10"
74
70
MB_ML_VER : " 2014"
75
71
CONFIG_PATH : " config_ilp64.sh"
76
72
DOCKER_TEST_IMAGE : " multibuild/focal_{PLAT}"
73
+ timeoutInMinutes : 90
77
74
78
75
- template : azure/posix.yml
79
76
parameters :
80
77
name : macOS
81
78
vmImage : macOS-10.15
82
- timeoutInMinutes : 90
83
79
matrix :
84
80
py_3.8_64 :
85
81
MB_PYTHON_VERSION : " 3.8"
103
99
MB_PYTHON_VERSION : " 3.10"
104
100
PLAT : universal2
105
101
CONFIG_PATH : " config_ilp64.sh"
102
+ timeoutInMinutes : 90
You can’t perform that action at this time.
0 commit comments