Skip to content

Commit

Permalink
add tests except keras
Browse files Browse the repository at this point in the history
Signed-off-by: Deyu Huang <[email protected]>
  • Loading branch information
hwangdeyu committed Jul 28, 2022
1 parent f187d9b commit 180b1d0
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
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 @@ -40,7 +40,7 @@ jobs:
- template: 'templates/job_generator.yml'
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.8']
python_versions: ['3.9', '3.10']
tf_versions: ['2.8.0']
job:
steps:
Expand Down
9 changes: 9 additions & 0 deletions ci_build/azure_pipelines/pretrained_model_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ jobs:
job:
steps:
- template: 'pretrained_model_test.yml'

- template: 'templates/job_generator.yml'
parameters:
# 2.8, tf 3.10
python_versions: ['3.10']
tf_versions: ['2.9.0']
job:
steps:
- template: 'pretrained_model_test.yml'
2 changes: 1 addition & 1 deletion ci_build/azure_pipelines/unit_test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stages:
- template: 'templates/job_generator.yml'
parameters:
platforms: ['linux', 'windows']
python_versions: ['3.9']
python_versions: ['3.9', '3.10']
tf_versions: ['2.8.0']
onnx_opsets: ['']
job:
Expand Down
33 changes: 33 additions & 0 deletions ci_build/azure_pipelines/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,28 @@ stages:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/job_generator.yml'
parameters:
# tf 1.13
python_versions: ['3.7']
tf_versions: ['1.13.1']
onnx_opsets: ['9']
job:
steps:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/job_generator.yml'
parameters:
# tf 2.9
python_versions: ['3.10']
tf_versions: ['2.9.1']
onnx_opsets: ['']
job:
steps:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/job_generator.yml'
parameters:
platforms: ['windows']
Expand Down Expand Up @@ -168,5 +190,16 @@ stages:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/job_generator.yml'
parameters:
python_versions: ['3.10']
platforms: ['windows']
tf_versions: ['2.9.1']
onnx_opsets: ['16']
job:
steps:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/combine_test_coverage.yml'

0 comments on commit 180b1d0

Please sign in to comment.