Open
Description
I tried to update a custom build agent image to ubuntu 24.04:
"source": {
"type": "PlatformImage",
"publisher": "Canonical",
"offer": "ubuntu-24_04-lts",
"sku": "server",
"version": "latest"
},
this is working...
But with exactly same sizing F4s_v2
it is about 4 times slower as a build on ubuntu 22.04.
For example a build tooks now 12 minutes. It was 4 minutes before.
I do not understand why and observed that the Cach@V2 Task is not downloaded by the installed agent v3 (3.248.0) during my pipeline execution.
From the agent documentation for Ubuntu 24.04 the new v4 Agents should be used, maybe this will solve my observations?
Is there a plan to support the v4 Agents for VMSS Agents, by this extension?
Or there are any other ideas, why such performance gaps and problems with the Cache-Task can come from?
Thanks for any advice.
Metadata
Metadata
Assignees
Labels
No labels