[llvm] [CI] Run LLDB tests on Clang changes in pre-merge CI (PR #154154)
Michael Buch via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 18 09:35:27 PDT 2025
https://github.com/Michael137 created https://github.com/llvm/llvm-project/pull/154154
This attempts https://github.com/llvm/llvm-project/issues/132795 again. Last time we tried this we didn't have enough infra capacity, so had to revert. According to recent communication from the Infrastructure Area Team, we should now have enough capacity to re-enable the LLDB tests.
>From bf79ccf025ab1460d9fe434e032fb83491bd56a4 Mon Sep 17 00:00:00 2001
From: Michael Buch <michaelbuch12 at gmail.com>
Date: Mon, 18 Aug 2025 17:30:25 +0100
Subject: [PATCH] [CI] Run LLDB tests on Clang changes in pre-merge CI
This attempts https://github.com/llvm/llvm-project/issues/132795 again.
Last time we tried this we didn't have enough infra capacity, so had to
revert. According to recent communication from the Infrastructure Area
Team, we should now have enough capacity to re-enable the LLDB tests.
---
.ci/compute_projects.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.ci/compute_projects.py b/.ci/compute_projects.py
index a26e82ae0b96c..8567552fa25a6 100644
--- a/.ci/compute_projects.py
+++ b/.ci/compute_projects.py
@@ -49,8 +49,7 @@
"flang",
},
"lld": {"bolt", "cross-project-tests"},
- # TODO(issues/132795): LLDB should be enabled on clang changes.
- "clang": {"clang-tools-extra", "cross-project-tests"},
+ "clang": {"clang-tools-extra", "cross-project-tests", "lldb"},
"mlir": {"flang"},
# Test everything if ci scripts are changed.
".ci": {
More information about the llvm-commits
mailing list