Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pipeline timeouts #735

Merged
merged 1 commit into from
Nov 2, 2022
Merged

Update pipeline timeouts #735

merged 1 commit into from
Nov 2, 2022

Conversation

mthalman
Copy link
Member

@mthalman mthalman commented Nov 2, 2022

The dotnet-buildtools-prereqs-docker-all pipeline is failing due to a timeout in an Ubuntu job. The timeout for the job is 210 minutes which differs from the timeout set in the dotnet-buildtools-prereqs-ubuntu pipeline, which is set to 360. Since the dotnet-buildtools-prereqs-docker-all pipeline is intended to handle all OS types, it should have the default set to the highest value amongst all of those OS types which, in this case, is the Ubuntu one. So I've updated the timeout to be 360 for all relevant pipelines that build the entire suite of Dockerfiles.

@mthalman mthalman merged commit 6124dd8 into dotnet:main Nov 2, 2022
@mthalman mthalman deleted the timeout branch November 2, 2022 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants