Skip to content

Commit baf5ad0

Browse files
authored
Remove some windows tests. (#2294)
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 15c8103 commit baf5ad0

File tree

3 files changed

+5
-17
lines changed

3 files changed

+5
-17
lines changed

ci_build/azure_pipelines/keras2onnx_application_tests.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
INSTALL_LEGACY: pip install h5py==2.9.0
8181
NIGHTLY_BUILD_TEST: python run_all_v2.py --exclude "test_keras_applications_v2.py"
8282

83-
Python310-tf2-2.15:
84-
python.version: '3.10'
83+
Python39-tf2-2.15:
84+
python.version: '3.9'
8585
ONNX_PATH: onnx==1.15.0
8686
INSTALL_KERAS:
8787
UNINSTALL_KERAS:
@@ -92,18 +92,6 @@ jobs:
9292
INSTALL_NUMPY:
9393
NIGHTLY_BUILD_TEST: python run_all_v2.py
9494

95-
Python310-tf2-2.14:
96-
python.version: '3.10'
97-
ONNX_PATH: onnx==1.15.0
98-
INSTALL_KERAS:
99-
UNINSTALL_KERAS:
100-
INSTALL_TENSORFLOW: pip install tensorflow==2.14.0
101-
INSTALL_ORT: pip install onnxruntime==1.15.0
102-
INSTALL_KERAS_RESNET: pip install keras-resnet
103-
INSTALL_TRANSFORMERS: pip install transformers==4.2.0
104-
INSTALL_NUMPY:
105-
NIGHTLY_BUILD_TEST: python run_all_v2.py
106-
10795
Python39-tf2-2.11:
10896
python.version: '3.9'
10997
ONNX_PATH: onnx==1.15.0

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
parameters:
2020
platforms: ['linux', 'windows']
2121
python_versions: ['3.8']
22-
tf_versions: ['2.9.0', '2.10.0', '2.15.0']
22+
tf_versions: ['2.9.0', '2.10.0']
2323
onnx_backends: {onnxruntime: ['nightly']}
2424
job:
2525
steps:
@@ -41,7 +41,7 @@ stages:
4141
parameters:
4242
platforms: ['linux', 'windows']
4343
python_versions: ['3.10']
44-
tf_versions: ['2.9.0', '2.15.0']
44+
tf_versions: ['2.13.0', '2.15.0']
4545
onnx_backends: {onnxruntime: ['nightly']}
4646
job:
4747
steps:

ci_build/azure_pipelines/pretrained_model_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
platforms: ['windows']
3232
python_versions: ['3.9']
3333
tf_versions: ['2.9.0', '2.15.0']
34-
onnx_opsets: ['18', '17', '16', '15', '14']
34+
onnx_opsets: ['18', '17', '16', '15']
3535
job:
3636
steps:
3737
- template: 'pretrained_model_test.yml'

0 commit comments

Comments
 (0)