Skip to content
log in
|
sign up
ENABLE AUTO REFRESH
Jenkins
Clang Stage 1: cmake, incremental RA, using system compiler
#1167
Pipeline Steps
Back to Project
Status
Changes
Console Output
View as plain text
View Build Information
Polling Log
Parameters
Timings
Git Build Data
Git Build Data
Open Blue Ocean
Pipeline Steps
Workspaces
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (1 hr 2 min in block)
Allocate node : Start - (1 hr 2 min in block)
green-dragon-03 || MacPro
Allocate node : Body : Start - (38 min in block)
Stage : Start - (4.7 sec in block)
Checkout
Checkout - (4.6 sec in block)
Change current directory : Start - (4.3 sec in block)
llvm-project
Change current directory : Body : Start - (4.3 sec in block)
Check out from version control - (4.3 sec in self)
Change current directory : Start - (0.29 sec in block)
llvm-zorg
Change current directory : Body : Start - (0.28 sec in block)
Check out from version control - (0.28 sec in self)
Stage : Start - (24 min in block)
Build
Build - (24 min in block)
Enforce time limit : Start - (24 min in block)
90
Enforce time limit : Body : Start - (24 min in block)
Shell Script - (24 min in self)
set -u rm -rf build.properties cd llvm-project git tag -a -m "First Commit" first_commit 97724f18c79c7cc81ced24239eb5e883bf1398ef || true git_desc=$(git describe --match "first_commit") export GIT_DISTANCE=$(echo ${git_desc} | cut -f 2 -d "-") sha=$(echo ${git_desc} | cut -f 3 -d "-") export GIT_SHA=${sha:1} # Also save the LLVM_REV until LNT server is taught about GIT export LLVM_REV=$(git show -q | grep "llvm-svn:" | cut -f2 -d":" | tr -d " ") cd - export PATH=$PATH:/usr/bin:/usr/local/bin python llvm-zorg/zorg/jenkins/monorepo_build.py cmake build --assertions --projects="clang"
Stage : Start - (13 min in block)
Test
Test - (13 min in block)
Enforce time limit : Start - (13 min in block)
90
Enforce time limit : Body : Start - (13 min in block)
Shell Script - (13 min in self)
set -u export PATH=$PATH:/usr/bin:/usr/local/bin rm -rf clang-build/testresults.xunit.xml python llvm-zorg/zorg/jenkins/monorepo_build.py cmake testlong
Stage : Start - (5.6 sec in block)
Declarative: Post Actions
Declarative: Post Actions - (5.6 sec in block)
Scan files or the console log for warnings or issues - (5.6 sec in self)