diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 4f0d69184a..638b930d7d 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -42,19 +42,14 @@ steps: agents: queue: 'single-use-privileged' timeout_in_minutes: 10 - retry: - automatic: - limit: 1 + - label: "[lint] :windows: :paperclip: clippy!" command: - .\test\run_clippy.ps1 stable .\test\unexamined_lints.txt .\test\allowed_lints.txt .\test\lints_to_fix.txt .\test\denied_lints.txt agents: - queue: 'default-windows-privileged' + queue: 'single-use-windows-privileged' timeout_in_minutes: 25 - retry: - automatic: - limit: 1 ####################################################################### # Unit Tests - Linux!