Skip to content

Commit 4da9fe5

Browse files
Upload toolchain artifact with lldb intel job (#283)
This will be used by the lldb-statistics job accordingly
1 parent e0c3689 commit 4da9fe5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

zorg/jenkins/jobs/jobs/lldb-cmake-intel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,13 @@ pipeline {
178178
sha=$(echo ${git_desc} | cut -f 3 -d "-")
179179
export GIT_SHA=${sha:1}
180180
181+
# Also save the LLVM_REV until LNT server is taught about GIT
182+
export LLVM_REV=$(git show -q | grep "llvm-svn:" | cut -f2 -d":" | tr -d " ")
183+
184+
export INSTALL_DIR=lldb-install
185+
181186
cd -
182-
python3 llvm-zorg/zorg/jenkins/monorepo_build.py properties
187+
python3 llvm-zorg/zorg/jenkins/monorepo_build.py artifact
183188
'''
184189
}
185190
}

0 commit comments

Comments
 (0)