Skip to content

Commit

Permalink
[ci] Switch lint to use cloud pool
Browse files Browse the repository at this point in the history
Lint doesn't need access to tools available only on the local runner, we
can use Azure cloud resources for that to reduce the load on our
runners.
  • Loading branch information
imphil committed Oct 30, 2019
1 parent 50a256c commit 7044667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ stages:
jobs:
- job: "lint"
displayName: "Run code quality checks (lint)"
pool: "Default"
pool:
vmImage: "ubuntu-16.04"
steps:
- bash: |
sudo apt-get install -y python3 python3-pip build-essential srecord python3-setuptools zlib1g-dev libusb-1.0 clang-format
Expand Down

0 comments on commit 7044667

Please sign in to comment.