From 6c186de13316d9de4d19f4e7023c8c78cb15c5ac Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 11 Nov 2022 15:12:33 +0100 Subject: [PATCH] build: Disable Azure Pipeline Unfortunatly, currently the build agent setup is not working correctly. The issue is that when the build VM is spawned and the agent is installed via the Extension API it will not show up as build agent (though as deploy agent). Until this is fixed, just disable this CI build. Signed-off-by: Daniel Wagner --- .github/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index 97c858d6..4b529032 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -6,8 +6,7 @@ # - nvme/012 # - nvme/013 -trigger: - - master +trigger: none # Disable CI triggers. jobs: - job: blktests -- 2.49.0