Skip to content

Increase timeouts for native AOT legs #116114

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

Merged
merged 1 commit into from
May 30, 2025
Merged

Conversation

MichalStrehovsky
Copy link
Member

Linux helix queues are getting backed up with 100+ minutes delays. 120 minute timeout is not enough.

Linux helix queues are getting backed up with 100+ minutes delays. 120 minute timeout is not enough.
@Copilot Copilot AI review requested due to automatic review settings May 29, 2025 20:35
Copy link
Contributor

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Increase timeout limits for native AOT pipeline legs to mitigate long Linux helix queue delays.

  • Updated timeoutInMinutes from 120 to 180 for NativeAOT test jobs.
  • Both default and innerloop NativeAOT jobs now have a 3-hour timeout.

Comment on lines 531 to +534
- name: timeoutPerTestCollectionInMinutes
value: 180
jobParameters:
timeoutInMinutes: 120
timeoutInMinutes: 180
Copy link
Preview

Copilot AI May 29, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider extracting the repeated timeout value into a template variable or parameter to avoid duplication and simplify future adjustments.

Copilot uses AI. Check for mistakes.

@@ -614,7 +614,7 @@ extends:
value: 180
jobParameters:
testGroup: innerloop
timeoutInMinutes: 120
timeoutInMinutes: 180
Copy link
Preview

Copilot AI May 29, 2025

Choose a reason for hiding this comment

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

[nitpick] This timeout value is duplicated; using a shared variable would reduce repetition and make updates easier.

Suggested change
timeoutInMinutes: 180
timeoutInMinutes: ${{ variables['timeoutPerTestCollectionInMinutes'] }}

Copilot uses AI. Check for mistakes.

@jkotas
Copy link
Member

jkotas commented May 29, 2025

cc @dotnet/runtime-infrastructure

@MichalStrehovsky
Copy link
Member Author

/ba-g timeouts

@MichalStrehovsky MichalStrehovsky merged commit 693d3bb into main May 30, 2025
135 of 152 checks passed
@MichalStrehovsky MichalStrehovsky deleted the MichalStrehovsky-patch-1 branch May 30, 2025 11:19
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.

3 participants