#2739 - Updated azure-benchmark-pipeline.yaml to allow it to run for unlimited time on the Imaginary Yak Pool

This commit is contained in:
Chris McCarthy
2024-07-05 16:56:07 +01:00
parent 20e5e40d0d
commit 7173c329b0

View File

@@ -11,14 +11,17 @@ schedules:
branches:
include:
- 'refs/heads/dev'
pool:
vmImage: ubuntu-latest
variables:
VERSION: ''
MAJOR_VERSION: ''
jobs:
- job: PrimAITE Benchmark
timeoutInMinutes: 0 # Set to unlimited timeout
pool:
name: 'Imaginary Yak Pool'
workspace:
clean: all
steps:
- checkout: self
persistCredentials: true