From 1afa908b0dda68fd921a7be8880c63501bdcfa20 Mon Sep 17 00:00:00 2001 From: Justice Adams <107649528+justice-adams-apple@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:09:58 -0800 Subject: [PATCH] don't poll or include changelog for release branches (#305) 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 --- zorg/jenkins/jobs/jobs/lldb-cmake-matrix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/zorg/jenkins/jobs/jobs/lldb-cmake-matrix b/zorg/jenkins/jobs/jobs/lldb-cmake-matrix index 94f27a95c..337cffb2c 100644 --- a/zorg/jenkins/jobs/jobs/lldb-cmake-matrix +++ b/zorg/jenkins/jobs/jobs/lldb-cmake-matrix @@ -211,7 +211,10 @@ pipeline { ], extensions: [ [$class: 'CloneOption', timeout: 30, timeout: 30] - ]]) + ], + changelog: false, + poll: false + ]) } } timeout(90) { @@ -276,7 +279,10 @@ pipeline { ], extensions: [ [$class: 'CloneOption', timeout: 30, timeout: 30] - ]]) + ], + changelog: false, + poll: false + ]) } } timeout(90) {