We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1660689 commit c84b7c6Copy full SHA for c84b7c6
ci_build/azure_pipelines/onnxruntime_nightly_test.yml
@@ -41,7 +41,7 @@ stages:
41
42
- template: 'templates/job_generator.yml'
43
parameters:
44
- platforms: ['linux', 'windows']
+ platforms: ['linux']
45
python_versions: ['3.9']
46
tf_versions: ['2.5.0']
47
onnx_opsets: ['']
@@ -50,6 +50,18 @@ stages:
50
steps:
51
- template: 'unit_test.yml'
52
report_coverage: 'True'
53
+
54
+ - template: 'templates/job_generator.yml'
55
+ parameters:
56
+ platforms: ['windows']
57
+ python_versions: ['3.7']
58
+ tf_versions: ['2.5.0']
59
+ onnx_opsets: ['']
60
+ onnx_backends: {onnxruntime: ['nightly']}
61
+ job:
62
+ steps:
63
+ - template: 'unit_test.yml'
64
+ report_coverage: 'True'
65
66
- template: 'templates/combine_test_coverage.yml'
67
0 commit comments