[all-commits] [llvm/llvm-project] 2fb53f: [CI] Refactor generate_test_report script

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Mar 27 13:00:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fb53f59c17add00a00e98d92b15cefcfa00f346
      https://github.com/llvm/llvm-project/commit/2fb53f59c17add00a00e98d92b15cefcfa00f346
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-03-27 (Thu, 27 Mar 2025)

  Changed paths:
    R .ci/generate_test_report.py
    A .ci/generate_test_report_buildkite.py
    A .ci/generate_test_report_lib.py
    A .ci/generate_test_report_lib_test.py
    M .ci/monolithic-linux.sh
    M .ci/monolithic-windows.sh
    M llvm/CMakeLists.txt

  Log Message:
  -----------
  [CI] Refactor generate_test_report script

This patch refactors the generate_test_report script, namely turning it
into a proper library, and pulling the script/unittests out into
separate files, as is standard with most python scripts. The main
purpose of this is to enable reusing the library for the new Github
premerge.

Reviewers: tstellar, DavidSpickett, Keenuts, lnihlen

Reviewed By: DavidSpickett

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



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