https://github.com/qiyao created https://github.com/llvm/llvm-project/pull/207709
The green.lab.llvm.org is not accessible, change it to ci.swift.org. >From 58a9162470f5134ef6f044390b7b542f5b34e823 Mon Sep 17 00:00:00 2001 From: Yao Qi <[email protected]> Date: Mon, 6 Jul 2026 12:23:52 +0100 Subject: [PATCH] [lldb] Fix GreenDragon url in doc The green.lab.llvm.org is not accessible, change it to ci.swift.org. --- lldb/docs/resources/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/docs/resources/test.md b/lldb/docs/resources/test.md index 9b6d3912659a5..c29f6a813f10d 100644 --- a/lldb/docs/resources/test.md +++ b/lldb/docs/resources/test.md @@ -476,7 +476,7 @@ An overview of all LLDB builders can be found here: [https://lab.llvm.org/buildbot/#/builders?tags=lldb](https://lab.llvm.org/buildbot/#/builders?tags=lldb) Building and testing for macOS uses a different platform called GreenDragon. It -has a dedicated tab for LLDB: [https://green.lab.llvm.org/job/llvm.org/view/LLDB/](https://green.lab.llvm.org/job/llvm.org/view/LLDB/) +has a dedicated tab for LLDB: [https://ci.swift.org/view/all/job/llvm.org/view/LLDB/](https://ci.swift.org/view/all/job/llvm.org/view/LLDB/) ## Running The Tests _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
