From 7fd6b5952c7f3222dca7cc80a6145cb891e975f9 Mon Sep 17 00:00:00 2001 From: Adrian Stanea Date: Thu, 17 Oct 2024 15:27:34 +0300 Subject: [PATCH] ci: remove unused checks Signed-off-by: Adrian Stanea --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1b3229c..284551d3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -89,17 +89,14 @@ jobs: macOS_12: poolName: 'Azure Pipelines' vmImage: 'macOS-12' - agentName: 'Azure Pipelines 3' artifactName: 'macOS-12' macOS_13_x64: poolName: 'Azure Pipelines' vmImage: 'macOS-13' - agentName: 'Azure Pipelines 2' artifactName: 'macOS-13-x64' macOS_14_x64: poolName: 'Azure Pipelines' vmImage: 'macOS-14' - agentName: 'Azure Pipelines 2' artifactName: 'macOS-14-x64' # TODO: discuss with DevOps team how to setup ARM agent # macOS_13_arm64: @@ -110,8 +107,6 @@ jobs: pool: name: $(poolName) vmImage: $(vmImage) - demands: - - agent.name -equals $(agentName) steps: - checkout: self fetchDepth: 1 @@ -122,7 +117,6 @@ jobs: addToPath: true - script: ./CI/macOS/install_deps displayName: "Install Dependencies" - condition: ne(variables['agentName'],'macOS_arm64') - task: CopyFiles@2 inputs: sourceFolder: '$(Agent.BuildDirectory)/s/libiio/build/'