[Lldb-commits] [lldb] [lldb] Fix GreenDragon url in doc (PR #207709)

2026-07-31 Thread Yao Qi via lldb-commits

https://github.com/qiyao closed https://github.com/llvm/llvm-project/pull/207709
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] [lldb] [lldb] Fix GreenDragon url in doc (PR #207709)

2026-07-06 Thread Yao Qi via lldb-commits

qiyao wrote:

I don't have commit access yet.  Please merge it after it is approved.

https://github.com/llvm/llvm-project/pull/207709
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] [lldb] [lldb] Fix GreenDragon url in doc (PR #207709)

2026-07-06 Thread via lldb-commits

llvmorg-github-actions[bot] wrote:




@llvm/pr-subscribers-lldb

Author: Yao Qi (qiyao)


Changes

The green.lab.llvm.org is not accessible, change it to
ci.swift.org.


---
Full diff: https://github.com/llvm/llvm-project/pull/207709.diff


1 Files Affected:

- (modified) lldb/docs/resources/test.md (+1-1) 


``diff
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
 

``




https://github.com/llvm/llvm-project/pull/207709
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[Lldb-commits] [lldb] [lldb] Fix GreenDragon url in doc (PR #207709)

2026-07-06 Thread Yao Qi via lldb-commits

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 
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