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 <deyhuang@microsoft.com>
  • Loading branch information
hwangdeyu committed Jun 21, 2022
1 parent 21bebc0 commit 27a46f1
Show file tree
Hide file tree
Showing 4 changed files with 33 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.8.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 @@ -61,7 +61,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
22 changes: 22 additions & 0 deletions ci_build/azure_pipelines/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,17 @@ stages:
- template: 'unit_test.yml'
report_coverage: 'True'

- template: 'templates/job_generator.yml'
parameters:
# tf 2.8
python_versions: [3.10']
tf_versions: ['2.8.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 +179,16 @@ stages:
- template: 'unit_test.yml'
report_coverage: 'True'

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

- template: 'templates/combine_test_coverage.yml'

0 comments on commit 27a46f1

Please sign in to comment.