[green dragon] check in stage2 thinlto relay pipeline (#180997)

* Add a definition for the relay thinlto job
This commit is contained in:
Justice Adams 2026-02-11 16:41:55 -08:00 committed by GitHub
parent ee4d7f27b7
commit 9e905d1d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
branchName = 'main'
library identifier: "zorg-shared-lib@${branchName}",
retriever: modernSCM([
$class: 'GitSCMSource',
remote: "https://github.com/llvm/llvm-zorg.git",
credentialsId: scm.userRemoteConfigs[0].credentialsId
])
relay.pipeline([
"llvm.org/clang-stage2-Rthinlto"
])