Skip to content

Commit

Permalink
[lldb] Move LLDB incremental from green dragon 10 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Oct 4, 2021
1 parent aec57b1 commit a910ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/jenkins/jobs/jobs/lldb-cmake
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy
pipeline {
agent { label 'green-dragon-10' }
agent { label 'green-dragon-4' }
parameters {
string(name: 'GIT_REVISION', defaultValue: '*/main', description: 'Git revision to build')
string(name: 'ARTIFACT', defaultValue: 'clang-stage2-Rthinlto/latest', description: 'Compiler artifact to use for building the project')
Expand Down

0 comments on commit a910ca5

Please sign in to comment.