[all-commits] [llvm/llvm-project] 65fd66: Run pre-merge build with -k 0 to ensure all tests ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Mar 11 14:00:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65fd664daf4fb283d9a09e01f19709b38b99173a
      https://github.com/llvm/llvm-project/commit/65fd664daf4fb283d9a09e01f19709b38b99173a
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2024-03-11 (Mon, 11 Mar 2024)

  Changed paths:
    M .ci/monolithic-linux.sh
    M .ci/monolithic-windows.sh

  Log Message:
  -----------
  Run pre-merge build with -k 0 to ensure all tests runs (#84828)

The -k option allows to continue the build after failures as much as
possible. This is useful here because when we run

> ninja check-llvm check-clang

we would like the clang tests to run even if there is a failure in a
llvm tests.

The downside is that a build failure in one file that would prevent from
running any test does not prevent from building more targets, wasting
build resources potentially.

Fixes #83371



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