From 3a0a7e79ff68f5b0a83bc6a25e0bdd7ca474b23b Mon Sep 17 00:00:00 2001 From: Alexander Zhogov Date: Sun, 10 May 2020 20:30:18 +0300 Subject: [PATCH] Azure Pipelines: exclude failed Mac test --- azure-pipelines.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2422214191..16907fcac3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,16 +94,16 @@ jobs: - script: git clone https://github.com/openvinotoolkit/testdata.git displayName: 'Clone testdata' - script: | - export DATA_PATH=`pwd`/../testdata - export MODELS_PATH=`pwd`/../testdata - ../bin/intel64/$(BUILD_TYPE)/MklDnnFunctionalTests + export DATA_PATH=`pwd`/../testdata + export MODELS_PATH=`pwd`/../testdata + ../bin/intel64/$(BUILD_TYPE)/MklDnnFunctionalTests workingDirectory: dldt-build displayName: 'MklDnnFunctionalTests' continueOnError: true - script: | - export DATA_PATH=`pwd`/../testdata - export MODELS_PATH=`pwd`/../testdata - ../bin/intel64/$(BUILD_TYPE)/InferenceEngineCAPITests + export DATA_PATH=`pwd`/../testdata + export MODELS_PATH=`pwd`/../testdata + ../bin/intel64/$(BUILD_TYPE)/InferenceEngineCAPITests workingDirectory: dldt-build displayName: 'IE CAPITests' continueOnError: true @@ -182,16 +182,16 @@ jobs: - script: git clone https://github.com/openvinotoolkit/testdata.git displayName: 'Clone testdata' - script: | - export DATA_PATH=`pwd`/../testdata - export MODELS_PATH=`pwd`/../testdata - ../bin/intel64/$(BUILD_TYPE)/MklDnnFunctionalTests --gtest_filter=-smoke_Inception/ModelTransformationsTest.LPT/inception_v3_tf_batch1_inPluginDisabled_inTestDisabled_asymmetric_{ U8, I8 }_{ I8 }_None + export DATA_PATH=`pwd`/../testdata + export MODELS_PATH=`pwd`/../testdata + ../bin/intel64/$(BUILD_TYPE)/MklDnnFunctionalTests --gtest_filter=-smoke_Inception/ModelTransformationsTest.LPT/inception_v3_tf_batch1_inPluginDisabled_inTestDisabled_asymmetric workingDirectory: dldt-build displayName: 'MklDnnFunctionalTests' continueOnError: true - script: | - export DATA_PATH=`pwd`/../testdata - export MODELS_PATH=`pwd`/../testdata - ../bin/intel64/$(BUILD_TYPE)/InferenceEngineCAPITests + export DATA_PATH=`pwd`/../testdata + export MODELS_PATH=`pwd`/../testdata + ../bin/intel64/$(BUILD_TYPE)/InferenceEngineCAPITests workingDirectory: dldt-build displayName: 'IE CAPITests' continueOnError: true