Skip to content

Bump timeout for runtime-interpreter build job#129561

Open
BrzVlad wants to merge 1 commit into
dotnet:mainfrom
BrzVlad:fix-win-arm64-timeout
Open

Bump timeout for runtime-interpreter build job#129561
BrzVlad wants to merge 1 commit into
dotnet:mainfrom
BrzVlad:fix-win-arm64-timeout

Conversation

@BrzVlad

@BrzVlad BrzVlad commented Jun 18, 2026

Copy link
Copy Markdown
Member

Product build job takes longer than the default of 60minutes on windows-arm64, which is likely slower hardware. For the runtime pipeline, the timeout for coreclr build jobs is set to 120 so let's do the same for the interpreter pipeline.

Product build job takes longer than the default of 60minutes on windows-arm64, which is likely slower hardware. For the runtime pipeline, the timeout for coreclr build jobs is set to 120 so let's do the same for the interpreter pipeline.
Copilot AI review requested due to automatic review settings June 18, 2026 05:37
@BrzVlad

BrzVlad commented Jun 18, 2026

Copy link
Copy Markdown
Member Author

/azp run runtime-interpreter

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @BrzVlad, @janvorli, @kg
See info in area-owners.md if you want to be subscribed.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CoreCLR interpreter pipeline configuration to allow more time for checked product builds to complete (notably on slower agents such as Windows ARM64), aligning the interpreter pipeline’s build-job timeout with other runtime pipelines.

Changes:

  • Set the checked build job timeout to 120 minutes in eng/pipelines/coreclr/interpreter.yml.
  • Rename the “Checked JIT test runs” section header comment to “Checked Interpreter test runs” to match the pipeline’s behavior (runInterpreter: true).

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.

2 participants