From 76842e9370f47a3f712b9b47727469c091af542a Mon Sep 17 00:00:00 2001 From: "Austin (Ngoc Thang) Pham" Date: Tue, 7 Jul 2026 10:09:53 +1000 Subject: [PATCH] ci: disable KVM PR tests on 202506, keep pre-test checks Set the Elastictest KVM `Test` stage `condition: false` so PRs targeting 202506 no longer run the impacted-area KVM tests, while the `Pre_test` stage (pre-commit and test-case validation) still runs. Mirrors the already-disabled 202412 branch. Signed-off-by: Austin (Ngoc Thang) Pham --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 456f596288..c294fdcce8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -74,7 +74,8 @@ stages: - stage: Test dependsOn: Pre_test - condition: and(succeeded(), not(canceled()), in(dependencies.Pre_test.result, 'Succeeded')) + # KVM/Elastictest PR tests disabled on 202506; Pre_test checks still run. + condition: false variables: - group: SONiC-Elastictest - name: inventory