moved arc patch up the chain
This commit is contained in:
parent
b53b2110ef
commit
d12c25cfba
1 changed files with 2 additions and 6 deletions
8
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
8
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -35,10 +35,11 @@ pipeline {
|
||||||
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
echo "Building diff ${DIFF_ID} with PHID ${PHID}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("git checkout"){
|
stage("git checkout + arc patch"){
|
||||||
steps {
|
steps {
|
||||||
git url: 'https://github.com/llvm/llvm-project.git'
|
git url: 'https://github.com/llvm/llvm-project.git'
|
||||||
sh 'git clean -fdx'
|
sh 'git clean -fdx'
|
||||||
|
sh "python3 ${SCRIPT_DIR}/phabtalk/apply_patch.py"
|
||||||
sh 'mkdir -p llvm-premerge-checks'
|
sh 'mkdir -p llvm-premerge-checks'
|
||||||
dir("llvm-premerge-checks")
|
dir("llvm-premerge-checks")
|
||||||
{
|
{
|
||||||
|
@ -47,11 +48,6 @@ pipeline {
|
||||||
sh 'mkdir -p build'
|
sh 'mkdir -p build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('arc patch') {
|
|
||||||
steps {
|
|
||||||
sh "python3 ${SCRIPT_DIR}/phabtalk/apply_patch.py"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('CMake') {
|
stage('CMake') {
|
||||||
steps {
|
steps {
|
||||||
sh "${SCRIPT_DIR}/run_cmake.sh"
|
sh "${SCRIPT_DIR}/run_cmake.sh"
|
||||||
|
|
Loading…
Reference in a new issue