mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-28 20:11:22 +00:00
roll back model test update for ngraph provider. (#1551)
This commit is contained in:
parent
a098be12ba
commit
8a6bfe00af
2 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ jobs:
|
|||
displayName: 'Download test data'
|
||||
inputs:
|
||||
scriptPath: '$(Build.SourcesDirectory)/tools/ci_build/github/download_test_data.py'
|
||||
arguments: --test_data_url $(TestDataUrl)
|
||||
# nGraph provider fails on the latest 20190729.zip test. revert back to previous zip file until failures can be investigated
|
||||
arguments: --test_data_url https://onnxruntimetestdata.blob.core.windows.net/models/20190419.zip
|
||||
pythonInterpreter: '/usr/bin/python3'
|
||||
workingDirectory: $(Build.BinariesDirectory)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ jobs:
|
|||
timeoutInMinutes: 120
|
||||
variables:
|
||||
buildDirectory: '$(Build.BinariesDirectory)'
|
||||
# nGraph provider fails on the latest 20190729.zip test. revert back to previous zip file until failures can be investigated
|
||||
TestDataUrl: https://onnxruntimetestdata.blob.core.windows.net/models/20190419.zip
|
||||
TestDataChecksum: 3f46c31ee02345dbe707210b339e31fe
|
||||
steps:
|
||||
- template: templates/set-test-data-variables-step.yml
|
||||
- template: templates/windows-build-tools-setup-steps.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue