[all-commits] [llvm/llvm-project] 83dd7d: [CI] Add Support for Parsing Ninja Logs to generat...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Aug 8 08:42:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83dd7d97bda4792c333156803e2433c46f516e5d
      https://github.com/llvm/llvm-project/commit/83dd7d97bda4792c333156803e2433c46f516e5d
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-08-08 (Fri, 08 Aug 2025)

  Changed paths:
    M .ci/generate_test_report_lib.py
    M .ci/generate_test_report_lib_test.py

  Log Message:
  -----------
  [CI] Add Support for Parsing Ninja Logs to generate_test_report_lib

This patch adds in support for taking the CLI output from ninja and
parsing it for failures. This is intended to be used in the cases where
all tests pass (or none have run), but the build fails to easily surface
where exactly the build failed.

The actual integration will happen in a future patch.

Reviewers: gburgessiv, dschuff, lnihlen, DavidSpickett, Keenuts, cmtice

Reviewed By: DavidSpickett, cmtice

Pull Request: https://github.com/llvm/llvm-project/pull/152620



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