Skip to content

Commit 0c21206

Browse files
authored
{CI} Speed up CLI linter and style checks with multicore agents (#31688)
1 parent bc6c4d9 commit 0c21206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ jobs:
10221022
displayName: "Check CLI Style"
10231023
timeoutInMinutes: 120
10241024
pool:
1025-
name: ${{ variables.ubuntu_pool }}
1025+
name: ${{ variables.ubuntu_multi_core_pool }}
10261026
steps:
10271027
- task: UsePythonVersion@0
10281028
displayName: 'Use Python 3.12'
@@ -1084,7 +1084,7 @@ jobs:
10841084
displayName: "Check CLI Linter"
10851085

10861086
pool:
1087-
name: ${{ variables.ubuntu_pool }}
1087+
name: ${{ variables.ubuntu_multi_core_pool }}
10881088
steps:
10891089
- task: UsePythonVersion@0
10901090
displayName: 'Use Python 3.12'

0 commit comments

Comments
 (0)