Files
llvm-project/.ci/green-dragon/relay-lnt-ctmark.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

19 lines
504 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/lnt-ctmark-aarch64-O0-g",
"llvm.org/lnt-ctmark-aarch64-O3-flto",
"llvm.org/lnt-ctmark-aarch64-Os",
"llvm.org/lnt-ctmark-aarch64-Oz"
])