Skip to content

Commit

Permalink
try and head off possible memory allocation/solr issues in release; w…
Browse files Browse the repository at this point in the history
…ork on #71
  • Loading branch information
kltm committed Jan 11, 2019
1 parent 3aa6d9d commit 1dc0411
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ pipeline {
].join(" ")
// Groups to run and tests to avoid running during the current
// mega-make.
//GROUPS=""
//TEST_EXCLUDES=""
//RESOURCE_GROUPS=""
//DATASET_EXCLUDES=""
//GOA_UNIPROT_ALL_URL=""
}
options{
timestamps()
Expand Down Expand Up @@ -689,7 +690,7 @@ pipeline {
stage('Produce derivatives') {
agent {
docker {
image 'geneontology/golr-autoindex:da64c3224c4f7dbf495977f77fda23c0e84c3b90_2018-10-04T122653'
image 'geneontology/golr-autoindex:b1007d0cfd356f707086a910342ba49b9511ba51_2019-01-09T143943'
// Reset Jenkins Docker agent default to original
// root.
args '-u root:root --mount type=tmpfs,destination=/srv/solr/data'
Expand Down

0 comments on commit 1dc0411

Please sign in to comment.