From 6b2f7c20af14119e523189024bd3da337949bbeb Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Tue, 21 Jan 2025 06:34:11 +0000 Subject: [PATCH] [ci] Disable vstest job in Test stage. #### Why I did it Disable vstest job because sonictest agent pool is failing. To unblock PRs. ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it #### How to verify it #### Which release branch to backport (provide reason below if selected) - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 - [ ] 202111 - [ ] 202205 - [ ] 202211 - [ ] 202305 #### Tested branch (Please provide the tested image version) - [ ] - [ ] #### Description for the changelog #### Link to config_db schema for YANG module changes #### A picture of a cute animal (not mandatory but encouraged) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bb316306b20..9fad80b8248 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,6 +100,7 @@ stages: - job: pool: sonictest displayName: "vstest" + condition: false # agent pool don't work. disable this job to unblock PRs. timeoutInMinutes: 60 steps: - template: .azure-pipelines/cleanup.yml