[all-commits] [llvm/llvm-project] 1e3af9: Disable fail-fast for libc++ builders. (#74485)

Eric via All-commits all-commits at lists.llvm.org
Tue Dec 5 12:02:00 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e3af94253cebb054db5d2050e00af0169862b39
      https://github.com/llvm/llvm-project/commit/1e3af94253cebb054db5d2050e00af0169862b39
  Author: Eric <eric at efcs.ca>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
    M .github/workflows/libcxx-build-and-test.yaml

  Log Message:
  -----------
  Disable fail-fast for libc++ builders. (#74485)

It seems the fail fast just doesn't strike the right balance.
It wastes too many resources, especially if a build is killed because
the machine it was running on got preempted.

Instead, we should simply not run any future jobs if a failure has
occured, while letting the already running jobs finish.




More information about the All-commits mailing list