Skip to content

Commit

Permalink
[lldb] Remove the "Test Reproducer" stage form the fast incremental bot.
Browse files Browse the repository at this point in the history
Now that we can capture and replay the complete test suite, I'm moving
everything into a dedicated bot that runs less frequently.
  • Loading branch information
JDevlieghere committed May 28, 2020
1 parent acf05bd commit 00e469d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions zorg/jenkins/jobs/jobs/lldb-cmake
Expand Up @@ -72,18 +72,6 @@ pipeline {
}
}
}
stage('Test Reproducers') {
steps {
timeout(10) {
sh '''
set -u
export PATH=$PATH:/usr/bin:/usr/local/bin
python llvm-zorg/zorg/jenkins/monorepo_build.py lldb-cmake \
--cmake-test-target check-lldb-repro
'''
}
}
}
}
post {
always {
Expand Down

0 comments on commit 00e469d

Please sign in to comment.