From 2ebc82848605410fb0b3d3c13d2bc1a204f5e7ab Mon Sep 17 00:00:00 2001 From: Shilong Liu Date: Mon, 27 Jan 2025 18:47:08 +0800 Subject: [PATCH] [ci]Use sonictest instead of sonic-common for test stage. --- .azure-pipelines/test-docker-sonic-vs-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 7bac380345..a3c694bb3f 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -45,7 +45,7 @@ jobs: displayName: vstest timeoutInMinutes: ${{ parameters.timeout }} - pool: sonic-common + pool: sonictest steps: - script: |