[llvm-branch-commits] [llvm] [mlir] [CI] Add rich build information for github workflows (PR #133197)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Mar 28 23:00:49 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/133197
>From 121d1e0f2bbc88e68c92d4859a4dce3686bd4467 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Thu, 27 Mar 2025 20:01:57 +0000
Subject: [PATCH 1/2] testing
Created using spr 1.3.4
---
mlir/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlir/CMakeLists.txt b/mlir/CMakeLists.txt
index 9e786154a2b40..1903757b18f35 100644
--- a/mlir/CMakeLists.txt
+++ b/mlir/CMakeLists.txt
@@ -1,4 +1,5 @@
# MLIR project.
+# Test comment.
cmake_minimum_required(VERSION 3.20.0)
set(LLVM_SUBPROJECT_TITLE "MLIR")
>From 56fb9262c91f8ea334ada6796f0d2f66ca43631a Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Sat, 29 Mar 2025 06:00:39 +0000
Subject: [PATCH 2/2] more testing
Created using spr 1.3.4
---
.ci/monolithic-linux.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.ci/monolithic-linux.sh b/.ci/monolithic-linux.sh
index 4b6e56b4a4eda..a979e4896c368 100755
--- a/.ci/monolithic-linux.sh
+++ b/.ci/monolithic-linux.sh
@@ -35,12 +35,14 @@ function at-exit {
ccache --print-stats > artifacts/ccache_stats.txt
# If building fails there will be no results files.
+ echo "running in exit" >> $GITHUB_STEP_SUMMARY
shopt -s nullglob
if command -v buildkite-agent 2>&1 >/dev/null
then
python3 "${MONOREPO_ROOT}"/.ci/generate_test_report_buildkite.py ":linux: Linux x64 Test Results" \
"linux-x64-test-results" $retcode "${BUILD_DIR}"/test-results.*.xml
else
+ echo "got to else" >> $GITHUB_STEP_SUMMARY
python3 "${MONOREPO_ROOT}"/.ci/generate_test_report_github.py ":linux: Linux x64 Test Results" \
$retcode "${BUILD_DIR}"/test-results.*.xml >> $GITHUB_STEP_SUMMARY
fi
More information about the llvm-branch-commits
mailing list