From: Daniel Wagner Date: Fri, 11 Nov 2022 14:12:33 +0000 (+0100) Subject: build: Disable Azure Pipeline X-Git-Tag: v2.3~39 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6c186de13316d9de4d19f4e7023c8c78cb15c5ac;p=users%2Fsagi%2Fnvme-cli.git 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 --- 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