From 2ff53758272a77dee5784a6d5cfc42c2700426f0 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Fri, 6 Dec 2024 11:20:13 -0800 Subject: [PATCH] Remove undefined variable Signed-off-by: Saikrishna Arcot --- .azure-pipelines/test-docker-sonic-vs-template.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index be01f81f..3708eec3 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -78,9 +78,6 @@ jobs: all_tests=$(ls test_*.py | xargs) all_tests="${all_tests} p4rt dash" - if [ -n '${{ parameters.run_tests_pattern }}' ]; then - all_tests=" $(ls ${{ parameters.run_tests_pattern }} | xargs) " - fi # Run the tests in parallel and retry retry=3 IMAGE_NAME=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)