Skip to content

Commit

Permalink
add more tmp to where the journals are going (to hopefully prevent a …
Browse files Browse the repository at this point in the history
…docker fail) and split derivatives so we can restart faster; work on #35
  • Loading branch information
kltm committed Apr 28, 2020
1 parent 67b5338 commit 31485ee
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ pipeline {
}
}
//..
stage('Produce derivatives') {
stage('Produce derivatives (GOlr)') {
agent {
docker {
image 'geneontology/golr-autoindex-ontology:0aeeb57b6e20a4b41d677a8ae934fdf9ecd4b0cd_2019-01-24T124316'
Expand Down Expand Up @@ -324,9 +324,21 @@ pipeline {
// Copy over log.
sh 'rsync -avz -e "ssh -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o IdentityFile=$SKYHOOK_IDENTITY" /tmp/golr_timestamp.log [email protected]:/home/skyhook/$BRANCH_NAME/products/solr/'
}
}
}

stage('Produce derivatives (GOlr)') {
agent {
docker {
image 'geneontology/golr-autoindex-ontology:0aeeb57b6e20a4b41d677a8ae934fdf9ecd4b0cd_2019-01-24T124316'
// Reset Jenkins Docker agent default to original
// root.
args '-u root:root --mount type=tmpfs,destination=/tmp'
}
}
steps {
///
/// Produce go-lego (w/NEO) blazegraph.
/// Produce various blazegraphs.
///

// An awkward download and protective cleanup dance.
Expand Down

0 comments on commit 31485ee

Please sign in to comment.