Azure / azure-sdk-for-cpp

This repository is for active development of the Azure SDK for C++. For consumers of the SDK we recommend visiting our versioned developer docs at https://azure.github.io/azure-sdk-for-cpp.
MIT License
181 stars 127 forks source link

Use retriable tasks #4128

Open danieljurek opened 1 year ago

danieljurek commented 1 year ago

Tasks with intermittent failures can be retried if they are made idempotent on retry -- https://learn.microsoft.com/en-us/azure/devops/release-notes/2021/pipelines/sprint-195-update

Build might be more difficult to do than generate (because build requires generate).

danieljurek commented 1 year ago

Used once here: https://github.com/Azure/azure-sdk-for-cpp/pull/4635