Skip to content

Commit

Permalink
ci: remove unused checks
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 23, 2024
1 parent 3b3752c commit 7fd6b59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -110,8 +107,6 @@ jobs:
pool:
name: $(poolName)
vmImage: $(vmImage)
demands:
- agent.name -equals $(agentName)
steps:
- checkout: self
fetchDepth: 1
Expand All @@ -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/'
Expand Down

0 comments on commit 7fd6b59

Please sign in to comment.