Skip to content

Commit

Permalink
Merge pull request #454 from SpiNNakerManchester/log_binaries
Browse files Browse the repository at this point in the history
Log binaries
  • Loading branch information
rowleya committed Sep 16, 2020
2 parents e713d72 + dbb68bc commit 5ce4f20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pipeline {
environment {
// This is where 'pip install --user' puts things
PATH = "$HOME/.local/bin:$PATH"
BINARY_LOGS_DIR = "${workspace}"
}
options {
skipDefaultCheckout true
Expand Down Expand Up @@ -148,6 +149,7 @@ pipeline {
run_pytest('SpiNNFrontEndCommon/unittests SpiNNFrontEndCommon/fec_integration_tests', 1200, 'SpiNNFrontEndCommon', 'auto')
run_pytest('sPyNNaker/unittests', 1200, 'sPyNNaker', 'auto')
run_pytest('sPyNNaker8/unittests', 1200, 'sPyNNaker8', 'auto')
sh "python -m spinn_utilities.executable_finder"
}
}
stage('Test') {
Expand All @@ -172,6 +174,7 @@ pipeline {
stage('Reports') {
steps {
sh 'find . -maxdepth 3 -type f -wholename "*/reports/*" -print -exec cat \\{\\} \\;'
sh "python -m spinn_utilities.executable_finder"
}
}
stage('Check Destroyed') {
Expand Down
2 changes: 2 additions & 0 deletions Jenkinsfile.cron
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pipeline {
environment {
// This is where 'pip install --user' puts things
PATH = "$HOME/.local/bin:$PATH"
BINARY_LOGS_DIR = "${workspace}"
}
options {
skipDefaultCheckout true
Expand Down Expand Up @@ -141,6 +142,7 @@ pipeline {
stage('Reports') {
steps {
sh 'find . -maxdepth 3 -type f -wholename "*/reports/*" -print -exec cat \\{\\} \\;'
sh "python -m spinn_utilities.executable_finder"
}
}
stage('Check Destroyed') {
Expand Down

0 comments on commit 5ce4f20

Please sign in to comment.