Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roll back model test update for ngraph provider. #1551

Merged
merged 1 commit into from
Aug 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down