From 9e905d1d64ab8636a70069b596030dc757f428a3 Mon Sep 17 00:00:00 2001 From: Justice Adams Date: Wed, 11 Feb 2026 16:41:55 -0800 Subject: [PATCH] [green dragon] check in stage2 thinlto relay pipeline (#180997) * Add a definition for the relay thinlto job --- .ci/green-dragon/relay-clang-stage2-thinlto.groovy | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .ci/green-dragon/relay-clang-stage2-thinlto.groovy diff --git a/.ci/green-dragon/relay-clang-stage2-thinlto.groovy b/.ci/green-dragon/relay-clang-stage2-thinlto.groovy new file mode 100644 index 000000000000..0d645af59158 --- /dev/null +++ b/.ci/green-dragon/relay-clang-stage2-thinlto.groovy @@ -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" +]) \ No newline at end of file