Skip to content

Commit

Permalink
Remove undefined variable
Browse files Browse the repository at this point in the history
Signed-off-by: Saikrishna Arcot <sarcot@microsoft.com>
  • Loading branch information
saiarcot895 committed Dec 6, 2024
1 parent 0744485 commit 2ff5375
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ff5375

Please sign in to comment.