Skip to content

Commit

Permalink
don't poll or include changelog for release branches (#305)
Browse files Browse the repository at this point in the history
Don't poll or include changelist for the static tags which are checked
out (llvmorg-17.0.6, llvmorg-15.0.1). This should hopefully reduce the
changeless to just those on the main branch
  • Loading branch information
justice-adams-apple authored Nov 11, 2024
1 parent 714a5f1 commit 1afa908
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions zorg/jenkins/jobs/jobs/lldb-cmake-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ pipeline {
], extensions: [
[$class: 'CloneOption', timeout: 30,
timeout: 30]
]])
],
changelog: false,
poll: false
])
}
}
timeout(90) {
Expand Down Expand Up @@ -276,7 +279,10 @@ pipeline {
], extensions: [
[$class: 'CloneOption', timeout: 30,
timeout: 30]
]])
],
changelog: false,
poll: false
])
}
}
timeout(90) {
Expand Down

0 comments on commit 1afa908

Please sign in to comment.