roll back model test update for ngraph provider. (#1551)

This commit is contained in:
jywu-msft 2019-08-02 15:53:32 -07:00 committed by GitHub
parent a098be12ba
commit 8a6bfe00af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -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