[all-commits] [llvm/llvm-project] 321bc2: [Github] Add Timeouts to Premerge Jobs (#164038)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Sat Oct 18 12:43:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 321bc219745ee13001e5100a3527f27e3ebd75d0
      https://github.com/llvm/llvm-project/commit/321bc219745ee13001e5100a3527f27e3ebd75d0
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-10-18 (Sat, 18 Oct 2025)

  Changed paths:
    M .github/workflows/premerge.yaml

  Log Message:
  -----------
  [Github] Add Timeouts to Premerge Jobs (#164038)

The premerge jobs currently use the default timeouts. If something ends
up hanging, they run for the full six hours. Given our jobs never
actually take six hours other than when something hangs, we should set
the timeouts lower to not use up machine capacity when something does go
wrong. These limits were currently chosen conservatively, being a decent
amount above the maximum run times I have seen over the past couple
months, excluding six hour timeouts.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list