Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ jobs:
displayName: "Check CLI Style"
timeoutInMinutes: 120
pool:
name: ${{ variables.ubuntu_pool }}
name: ${{ variables.ubuntu_multi_core_pool }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the multi-core agent pool not used before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The multicore agent was initially created specifically for running rpm/deb tests, as they exceed the 2 hours timeout, and did not consider being used for azdev style.

steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.12'
Expand Down Expand Up @@ -1084,7 +1084,7 @@ jobs:
displayName: "Check CLI Linter"

pool:
name: ${{ variables.ubuntu_pool }}
name: ${{ variables.ubuntu_multi_core_pool }}
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.12'
Expand Down
Loading