Restart EDKII CI pipeline


Konstantin Aladyshev
 

Hello!

I've noticed that sometimes the EDKII CI pipeline fails for no obvious reason.

For example:
https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=57186&view=logs&j=32316006-a5f8-55e3-1846-11e695d57442
```
##[error]The job running on agent Azure Pipelines 23 ran longer than
the maximum time of 60 minutes. For more information, see
https://go.microsoft.com/fwlink/?linkid=2077134
Agent: Azure Pipelines 23
Started: Yesterday at 18:12
Duration: 59m 58s
```

Currently in such cases I just rerun pipeline by amending my last commit:
```
git commit --amend
git push
```

But is there a native method to restart the pipeline?
I don't see any possibility on the page
https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=57186&view=results

Best regards,
Konstantin Aladyshev