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

Shorten timout for storage live tests to 60 minutes #7292

Merged

Conversation

jeremymeng
Copy link
Member

Even in the case of test timing out the build should be finished under one hour.
Shortening the timeout to 60 minutes so we are not wasting build agent resource.

Even in the case of test timing out the build should be finished under one hour.
Shortening the timeout to 60 minutes so we are not wasting build agent resource.
@KarishmaGhiya KarishmaGhiya merged commit cdd7258 into Azure:master Feb 12, 2020
@jeremymeng jeremymeng deleted the shorten-storage-live-test-timeout branch February 12, 2020 01:51
@@ -5,6 +5,7 @@ parameters:
ResourceServiceDirectory: ""
EnvVars: {}
MaxParallel: 0
TimeoutInMinutes: 240
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we think we are at a point where we can lower the default for everyone?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps invert this and make the default 60 and for any pipelines that need more time they set it in their pipeline?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! Do we still want to merge JS pipelines so each service only has one single nightly test pipeline? That might impact the default value we want to use here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @danieljurek

Yes I do believe it is our goal to have one live test pipeline per service directory instead of per package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants