Skip to content

Commit 65ae191

Browse files
committed
enable opst9 in CI
1 parent f2dc6d8 commit 65ae191

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci_build/azure_pipelines/pretrained_model_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
parameters:
66
platforms: ['linux', 'windows', 'mac']
77
tf_versions: ['1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
8-
onnx_opsets: ['8', '7']
8+
onnx_opsets: ['9', '8', '7']
99
onnx_backends:
1010
onnxruntime: ['0.3.0']
1111
job:

ci_build/azure_pipelines/pretrained_model_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
- template: 'templates/job_generator.yml'
55
parameters:
66
tf_versions: ['1.12']
7-
onnx_opsets: ['8', '7']
7+
onnx_opsets: ['9', '8', '7']
88
onnx_backends:
99
onnxruntime: ['0.3.0']
1010
job:

ci_build/azure_pipelines/unit_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
parameters:
66
platforms: ['linux', 'windows', 'mac']
77
tf_versions: ['1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
8-
onnx_opsets: ['8', '7']
8+
onnx_opsets: ['9', '8', '7']
99
onnx_backends:
1010
onnxruntime: ['0.3.0']
1111
job:

ci_build/azure_pipelines/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
- template: 'templates/job_generator.yml'
55
parameters:
66
tf_versions: ['1.12']
7-
onnx_opsets: ['8', '7']
7+
onnx_opsets: ['9', '8', '7']
88
onnx_backends:
99
onnxruntime: ['0.3.0']
1010
job:

0 commit comments

Comments
 (0)