From 8a6bfe00af959351bb6cbf80acf7065d8ad55e74 Mon Sep 17 00:00:00 2001 From: jywu-msft <43355415+jywu-msft@users.noreply.github.com> Date: Fri, 2 Aug 2019 15:53:32 -0700 Subject: [PATCH] roll back model test update for ngraph provider. (#1551) --- .../github/azure-pipelines/linux-ngraph-ci-pipeline.yml | 3 ++- .../ci_build/github/azure-pipelines/win-ngraph-ci-pipeline.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-ngraph-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-ngraph-ci-pipeline.yml index fe0769044e..b6ab3fb42e 100644 --- a/tools/ci_build/github/azure-pipelines/linux-ngraph-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-ngraph-ci-pipeline.yml @@ -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) diff --git a/tools/ci_build/github/azure-pipelines/win-ngraph-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-ngraph-ci-pipeline.yml index d5b1f09b1d..46008a8733 100644 --- a/tools/ci_build/github/azure-pipelines/win-ngraph-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-ngraph-ci-pipeline.yml @@ -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