From f78477bad405ae1bf4b7bce8860bb4e07b21d2d8 Mon Sep 17 00:00:00 2001 From: edgchen1 <18449977+edgchen1@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:15:00 -0800 Subject: [PATCH] DEBUGGING - add step to run unit test with more logging --- .../github/azure-pipelines/linux-qnn-ci-pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml index 093db011e4..96734779e7 100644 --- a/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-qnn-ci-pipeline.yml @@ -77,6 +77,12 @@ jobs: --update --build --parallel displayName: Build QNN EP + - script: | + export ORT_UNIT_TEST_MAIN_LOG_LEVEL=0 + ./onnxruntime_test_all --gtest_filter="QnnCPUBackendTests.AveragePool_AsGlobal" + displayName: Run QnnCPUBackendTests.AveragePool_AsGlobal unit test + workingDirectory: $(Build.SourcesDirectory)/build/Release + - script: | python3 tools/ci_build/build.py \ --build_dir build \