Skip to content

Commit

Permalink
Remove some windows tests. (#2294)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z authored Jan 17, 2024
1 parent 15c8103 commit baf5ad0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
16 changes: 2 additions & 14 deletions ci_build/azure_pipelines/keras2onnx_application_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
INSTALL_LEGACY: pip install h5py==2.9.0
NIGHTLY_BUILD_TEST: python run_all_v2.py --exclude "test_keras_applications_v2.py"

Python310-tf2-2.15:
python.version: '3.10'
Python39-tf2-2.15:
python.version: '3.9'
ONNX_PATH: onnx==1.15.0
INSTALL_KERAS:
UNINSTALL_KERAS:
Expand All @@ -92,18 +92,6 @@ jobs:
INSTALL_NUMPY:
NIGHTLY_BUILD_TEST: python run_all_v2.py

Python310-tf2-2.14:
python.version: '3.10'
ONNX_PATH: onnx==1.15.0
INSTALL_KERAS:
UNINSTALL_KERAS:
INSTALL_TENSORFLOW: pip install tensorflow==2.14.0
INSTALL_ORT: pip install onnxruntime==1.15.0
INSTALL_KERAS_RESNET: pip install keras-resnet
INSTALL_TRANSFORMERS: pip install transformers==4.2.0
INSTALL_NUMPY:
NIGHTLY_BUILD_TEST: python run_all_v2.py

Python39-tf2-2.11:
python.version: '3.9'
ONNX_PATH: onnx==1.15.0
Expand Down
4 changes: 2 additions & 2 deletions ci_build/azure_pipelines/onnxruntime_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.8']
tf_versions: ['2.9.0', '2.10.0', '2.15.0']
tf_versions: ['2.9.0', '2.10.0']
onnx_backends: {onnxruntime: ['nightly']}
job:
steps:
Expand All @@ -41,7 +41,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.10']
tf_versions: ['2.9.0', '2.15.0']
tf_versions: ['2.13.0', '2.15.0']
onnx_backends: {onnxruntime: ['nightly']}
job:
steps:
Expand Down
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/pretrained_model_test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platforms: ['windows']
python_versions: ['3.9']
tf_versions: ['2.9.0', '2.15.0']
onnx_opsets: ['18', '17', '16', '15', '14']
onnx_opsets: ['18', '17', '16', '15']
job:
steps:
- template: 'pretrained_model_test.yml'
Expand Down

0 comments on commit baf5ad0

Please sign in to comment.