[green dragon] check in stage2 thinlto relay pipeline (#180997)
* Add a definition for the relay thinlto job
This commit is contained in:
parent
ee4d7f27b7
commit
9e905d1d64
12
.ci/green-dragon/relay-clang-stage2-thinlto.groovy
Normal file
12
.ci/green-dragon/relay-clang-stage2-thinlto.groovy
Normal 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"
|
||||
])
|
||||
Loading…
x
Reference in New Issue
Block a user