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 6bb1c25 commit c5aba9aCopy full SHA for c5aba9a
ci_build/azure_pipelines/onnxruntime_nightly_test.yml
@@ -51,12 +51,24 @@ stages:
51
steps:
52
- template: 'unit_test.yml'
53
report_coverage: 'True'
54
+
55
+ - template: 'templates/job_generator.yml'
56
+ parameters:
57
+ platforms: ['linux']
58
+ python_versions: ['3.7']
59
+ tf_versions: ['2.4.1']
60
+ onnx_opsets: ['']
61
+ onnx_backends: {onnxruntime: ['nightly']}
62
+ job:
63
+ steps:
64
+ - template: 'unit_test.yml'
65
+ report_coverage: 'True'
66
67
- template: 'templates/job_generator.yml'
68
parameters:
69
platforms: ['linux']
70
python_versions: ['3.9']
- tf_versions: ['2.5.0', '2.4.1']
71
+ tf_versions: ['2.5.0']
72
onnx_opsets: ['']
73
onnx_backends: {onnxruntime: ['nightly']}
74
job:
0 commit comments