openvino/tests/layer_tests/onnx_tests
Andrey Kashchikhin b67cff7cd5
[CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363)
* add m1 mac pipelines as a matrix parameter

* Update mac.yml

disable java_api because of macos arm64 - Java is not available on macOS arm64 runners

* Update mac.yml

added always condition for all tests

* Update mac.yml

* Update mac.yml

* Update mac.yml

* Update setup.py

temp commit

* Update tools/openvino_dev/setup.py

* use matrix for var

* add mxnet to extras only for x86_64

* skip failing tests

* use xfail for Python tests; add missing filter for transformations tests

* skip CPU func tests on x86_64 mac; skip some tests from CPU func tests on arm mac

* Update mac.yml

* skip tests on mac arm

* skip tests on darwin; apply review

* add more skips for python and c++ tests

* skip tf tests

* skip more tf tests; skip more Python UT stages

* rm alwayses, rm triggers, add nightly trigger

---------

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
2023-10-23 15:06:22 +04:00
..
conftest.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_abs.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_add_sub_mul_div.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_and.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_argmax.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_bn.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_ceil.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_clip.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_concat.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_conv.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_conv_transpose.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_cumsum.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_dequantize_linear.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_dropout.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_elu.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_embedding_bag.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_flatten.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_floor.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_fusedgemm.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_gather.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_gemm.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_hard_sigmoid.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_identity.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_image_scaler.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_instance_normalization.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_leaky_relu.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_log.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_logsoftmax.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_loop.py Use np.float32 instead of np.float (#20377) 2023-10-11 03:29:56 +04:00
test_lrn.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_lstm.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_matmul.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_mean_variance_normalization.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_neg.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_non_zero.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_not.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_or.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_pad.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_pooling.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_prelu.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_reciprocal.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_reduce.py Set ONNX opset in Reduce ops layer tests (#17170) 2023-04-25 10:38:56 +02:00
test_reduce_lp.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_relu.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_reshape.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_resize.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_roi_align.py [CI] [GHA] Introduce macOS ARM64 as a matrix parameter in the macOS pipeline (#20363) 2023-10-23 15:06:22 +04:00
test_scale.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_scatter.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_sigmoid.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_sign.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_slice.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_softmax.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_softplus.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_softsign.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_split_concat.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_sqrt.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_squeeze.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_sum.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_topk.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_transpose.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_trigonometry.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00
test_unsqueeze.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_upsample.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_where.py Mark all failed ONNX layer tests as skip (#16188) 2023-03-15 12:22:32 +06:00
test_xor.py Updated copyright headers (#15124) 2023-01-16 11:02:17 +04:00