microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.47k stars 2.6k forks source link

Azure Pipelines Windows image is much slower than other images #13760

Closed earlbread closed 3 years ago

earlbread commented 3 years ago

In Azure Pipelines, the windows-2019 image is very slow, not always, but once every few times. Screen Shot 2020-10-24 at 12 27 52 AM

I used the Bash@3 task to run the tests.

The result link: https://dev.azure.com/waydi1/waydi1/_build/results?buildId=1025&view=logs&j=251538d5-9091-5b0f-9f9e-6014c2ac1eb8

The repository: https://github.com/earlbread/libplanet/tree/azure-windows-slow-branch

Logs: windows.log macos.log linux.log

max-zaytsev commented 3 years ago

Hi @earlbread - it doesn't look like an issue with bash task. This repo mostly holds issues with specific tasks. And it seems that this is the expected behavior for windows image. Please address general issues at https://developercommunity.visualstudio.com/spaces/21/index.html - this should be the right place to get the answer to your question

earlbread commented 3 years ago

Hi @max-zaytsev. Thanks for your answer, I'll post my question there.