-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more tmp to where the journals are going (to hopefully prevent a …
…docker fail) and split derivatives so we can restart faster; work on #35
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -296,7 +296,7 @@ pipeline { | |
} | ||
} | ||
//.. | ||
stage('Produce derivatives') { | ||
stage('Produce derivatives (GOlr)') { | ||
agent { | ||
docker { | ||
image 'geneontology/golr-autoindex-ontology:0aeeb57b6e20a4b41d677a8ae934fdf9ecd4b0cd_2019-01-24T124316' | ||
|
@@ -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. | ||
|