@@ -12,8 +12,6 @@ stages:
1212
1313# TODO: Enable Flake8 once it's integrated in the regular dev workflow
1414# check_python_flake8:
15- # tags:
16- # - macOS_M1
1715# stage: check
1816# script:
1917# - python -m pip install --upgrade pip
@@ -36,24 +34,8 @@ stages:
3634 paths :
3735 - build/dist/
3836
39- build_wheel_macos_py37_intel :
40- << : *build_macos
41- tags :
42- - macOS_intel
43- variables :
44- PYTHON : " 3.7"
45-
46- build_wheel_macos_py39_intel :
47- << : *build_macos
48- tags :
49- - macOS_intel
50- variables :
51- PYTHON : " 3.9"
52-
5337build_wheel_macos_py310 :
5438 << : *build_macos
55- tags :
56- - macOS_M1
5739 variables :
5840 PYTHON : " 3.10"
5941
@@ -70,120 +52,8 @@ build_wheel_macos_py310:
7052 - zsh -e scripts/test.sh --wheel-path=${WHEEL_PATH} --python=${PYTHON}
7153 --test-package=${TEST_PACKAGE} --requirements=${REQUIREMENTS} --fast
7254
73- test_py39_coremltools_test_intel :
74- << : *test_macos_pkg
75- tags :
76- - macOS_intel
77- dependencies :
78- - build_wheel_macos_py39_intel
79- variables :
80- WHEEL_PATH : build/dist/*cp39*10_15*
81- TEST_PACKAGE : coremltools.test
82- PYTHON : " 3.9"
83- REQUIREMENTS : reqs/test.pip
84-
85- test_py39_pytorch_intel :
86- << : *test_macos_pkg
87- tags :
88- - macOS_intel
89- dependencies :
90- - build_wheel_macos_py39_intel
91- variables :
92- PYTHON : " 3.9"
93- TEST_PACKAGE : coremltools.converters.mil.frontend.torch
94- WHEEL_PATH : build/dist/*cp39*10_15*
95- REQUIREMENTS : reqs/test_torch.pip
96-
97- test_py37_tf1_intel :
98- << : *test_macos_pkg
99- tags :
100- - macOS_intel
101- dependencies :
102- - build_wheel_macos_py37_intel
103- variables :
104- PYTHON : " 3.7"
105- TEST_PACKAGE : coremltools.converters.mil.frontend.tensorflow
106- WHEEL_PATH : build/dist/*cp37*10_15*
107- REQUIREMENTS : reqs/test_tf1.pip
108-
109- test_py39_tf2_intel-1 :
110- << : *test_macos_pkg
111- tags :
112- - macOS_intel
113- dependencies :
114- - build_wheel_macos_py39_intel
115- variables :
116- PYTHON : " 3.9"
117- TEST_PACKAGE : coremltools.converters.mil.frontend.tensorflow
118- WHEEL_PATH : build/dist/*cp39*10_15*
119- REQUIREMENTS : reqs/test_tf2.pip
120-
121- test_py39_tf2_intel-2 :
122- << : *test_macos_pkg
123- tags :
124- - macOS_intel
125- dependencies :
126- - build_wheel_macos_py39_intel
127- variables :
128- PYTHON : " 3.9"
129- TEST_PACKAGE : coremltools.converters.mil.frontend.tensorflow2
130- WHEEL_PATH : build/dist/*cp39*10_15*
131- REQUIREMENTS : reqs/test_tf2.pip
132-
133- test_py39_mil_intel :
134- << : *test_macos_pkg
135- tags :
136- - macOS_intel
137- dependencies :
138- - build_wheel_macos_py39_intel
139- variables :
140- PYTHON : " 3.9"
141- TEST_PACKAGE : coremltools.converters.mil.mil
142- WHEEL_PATH : build/dist/*cp39*10_15*
143- REQUIREMENTS : reqs/test.pip
144-
145- test_py39_backends_intel :
146- << : *test_macos_pkg
147- tags :
148- - macOS_intel
149- dependencies :
150- - build_wheel_macos_py39_intel
151- variables :
152- WHEEL_PATH : build/dist/*cp39*10_15*
153- TEST_PACKAGE : coremltools.converters.mil.backend
154- PYTHON : " 3.9"
155- REQUIREMENTS : reqs/test.pip
156-
157- test_py39_shapes_intel :
158- << : *test_macos_pkg
159- tags :
160- - macOS_intel
161- dependencies :
162- - build_wheel_macos_py39_intel
163- variables :
164- WHEEL_PATH : build/dist/*cp39*10_15*
165- TEST_PACKAGE : coremltools.converters.mil.test_inputs_outputs_shape
166- PYTHON : " 3.9"
167- REQUIREMENTS : reqs/test.pip
168-
169- test_py39_milproto_intel :
170- << : *test_macos_pkg
171- tags :
172- - macOS_intel
173- dependencies :
174- - build_wheel_macos_py39_intel
175- variables :
176- WHEEL_PATH : build/dist/*cp39*10_15*
177- TEST_PACKAGE : coremltools.converters.mil.frontend.milproto
178- PYTHON : " 3.9"
179- REQUIREMENTS : reqs/test_tf2.pip
180-
181-
182-
18355test_py310_coremltools_test :
18456 << : *test_macos_pkg
185- tags :
186- - macOS_M1
18757 dependencies :
18858 - build_wheel_macos_py310
18959 variables :
@@ -194,8 +64,6 @@ test_py310_coremltools_test:
19464
19565test_py310_pytorch_script :
19666 << : *test_macos_pkg
197- tags :
198- - macOS_M1
19967 dependencies :
20068 - build_wheel_macos_py310
20169 variables :
@@ -207,8 +75,6 @@ test_py310_pytorch_script:
20775
20876test_py310_pytorch_export :
20977 << : *test_macos_pkg
210- tags :
211- - macOS_M1
21278 dependencies :
21379 - build_wheel_macos_py310
21480 variables :
@@ -220,8 +86,6 @@ test_py310_pytorch_export:
22086
22187test_py310_pytorch_executorch :
22288 << : *test_macos_pkg
223- tags :
224- - macOS_M1
22589 dependencies :
22690 - build_wheel_macos_py310
22791 variables :
@@ -233,8 +97,6 @@ test_py310_pytorch_executorch:
23397
23498test_py310_tf2-1 :
23599 << : *test_macos_pkg
236- tags :
237- - macOS_M1
238100 dependencies :
239101 - build_wheel_macos_py310
240102 variables :
@@ -245,8 +107,6 @@ test_py310_tf2-1:
245107
246108test_py310_tf2-2 :
247109 << : *test_macos_pkg
248- tags :
249- - macOS_M1
250110 dependencies :
251111 - build_wheel_macos_py310
252112 variables :
@@ -257,8 +117,6 @@ test_py310_tf2-2:
257117
258118test_py310_mil :
259119 << : *test_macos_pkg
260- tags :
261- - macOS_M1
262120 dependencies :
263121 - build_wheel_macos_py310
264122 variables :
@@ -269,8 +127,6 @@ test_py310_mil:
269127
270128test_py310_backends :
271129 << : *test_macos_pkg
272- tags :
273- - macOS_M1
274130 dependencies :
275131 - build_wheel_macos_py310
276132 variables :
@@ -281,8 +137,6 @@ test_py310_backends:
281137
282138test_py310_shapes :
283139 << : *test_macos_pkg
284- tags :
285- - macOS_M1
286140 dependencies :
287141 - build_wheel_macos_py310
288142 variables :
@@ -293,8 +147,6 @@ test_py310_shapes:
293147
294148test_py310_milproto :
295149 << : *test_macos_pkg
296- tags :
297- - macOS_M1
298150 dependencies :
299151 - build_wheel_macos_py310
300152 variables :
@@ -311,8 +163,6 @@ test_py310_milproto:
311163# #
312164# ########################################################################
313165build_documentation :
314- tags :
315- - macOS_M1
316166 stage : test
317167 script :
318168 - export PATH=$PATH:/opt/anaconda/bin/
0 commit comments