Skip to content

Commit

Permalink
Update the settings of unit_test-matrix.xml (#2223)
Browse files Browse the repository at this point in the history
* Remove onnx_opsets parameter to use the default settings.
* Update nightly tests.

---------

Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z authored Aug 21, 2023
1 parent a0bd3e5 commit 6ca16b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
25 changes: 4 additions & 21 deletions ci_build/azure_pipelines/onnxruntime_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,11 @@
stages:
- stage:
jobs:
- template: 'templates/job_generator.yml'
parameters:
python_versions: ['3.7']
tf_versions: ['2.5.0', '2.3.0']
onnx_opsets: ['']
onnx_backends: {onnxruntime: ['nightly']}
skip_tflite_tests: 'False'
skip_tf_tests: 'True'
job:
steps:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/job_generator.yml'
parameters:
platforms: ['linux', 'windows']
python_versions: [3.7']
tf_versions: ['1.15.2','2.1.0']
onnx_opsets: ['']
tf_versions: ['1.15.5']
onnx_backends: {onnxruntime: ['nightly']}
job:
steps:
Expand All @@ -32,8 +18,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.8']
tf_versions: ['2.7.3']
onnx_opsets: ['']
tf_versions: ['2.8.0', '2.9.0', '2.13.0']
onnx_backends: {onnxruntime: ['nightly']}
job:
steps:
Expand All @@ -44,8 +29,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.9']
tf_versions: ['2.8.0']
onnx_opsets: ['']
tf_versions: ['2.10.0', '2.12.0']
onnx_backends: {onnxruntime: ['nightly']}
job:
steps:
Expand All @@ -56,8 +40,7 @@ stages:
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.10']
tf_versions: ['2.9.1']
onnx_opsets: ['']
tf_versions: ['2.8.0', '2.13.0']
onnx_backends: {onnxruntime: ['nightly']}
job:
steps:
Expand Down
3 changes: 0 additions & 3 deletions ci_build/azure_pipelines/unit_test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ stages:
platforms: ['linux', 'windows']
python_versions: ['3.8']
tf_versions: ['2.12.0']
onnx_opsets: ['']
job:
steps:
- template: 'unit_test.yml'
Expand All @@ -45,7 +44,6 @@ stages:
platforms: ['linux', 'windows']
python_versions: ['3.9']
tf_versions: ['2.9.0', '2.10.0',]
onnx_opsets: ['']
job:
steps:
- template: 'unit_test.yml'
Expand All @@ -56,7 +54,6 @@ stages:
platforms: ['linux', 'windows']
python_versions: ['3.10']
tf_versions: ['2.8.0', '2.11.0', '2.13.0']
onnx_opsets: ['']
job:
steps:
- template: 'unit_test.yml'
Expand Down

0 comments on commit 6ca16b4

Please sign in to comment.