Files
llvm-project/.ci/green-dragon/relay-clang-stage2-sanitizers.groovy
Justice Adams 73e7eb4e79 [green dragon] limit relay jobs to prevent concurrent builds (#181854)
Limit the relay jobs to prevent eating up infra resources
2026-02-17 08:30:39 -08:00

17 lines
428 B
Groovy

branchName = 'main'
properties([
disableConcurrentBuilds()
])
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-cmake-RgSan",
"llvm.org/clang-stage2-cmake-RgTSan"
])