[all-commits] [llvm/llvm-project] 6a12b4: [ci] Fix error when no junit files are passed to r...

David Spickett via All-commits all-commits at lists.llvm.org
Mon Nov 18 01:10:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a12b43ac00096976a886bd6d3a1b70a804d09ca
      https://github.com/llvm/llvm-project/commit/6a12b43ac00096976a886bd6d3a1b70a804d09ca
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2024-11-18 (Mon, 18 Nov 2024)

  Changed paths:
    M .ci/generate_test_report.py

  Log Message:
  -----------
  [ci] Fix error when no junit files are passed to report generator

This resulted in the style being None and despite the report being
empty as well, we tried to send it to the agent and Python can't
send None as an argument.

To fix this return "success" style and also check whether the
report has any content before calling the agent.



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