From c14699230714843406e8538f0e0d39bfb7babf7f Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Fri, 5 Jul 2024 17:02:35 +0100 Subject: [PATCH] #2739 - updated azure-benchmark-pipeline.yaml to run on ubuntu-latest while we wait for authorisation to use the yak pool --- .azure/azure-benchmark-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index e8e6ec9c..350123e5 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -19,7 +19,7 @@ jobs: - job: PrimAITE_Benchmark timeoutInMinutes: 0 # Set to unlimited timeout pool: - name: 'Imaginary Yak Pool' + vmImage: ubuntu-latest workspace: clean: all steps: