Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADAM-1038] Eliminate writing to /tmp during CI builds. #1127

Closed

Conversation

fnothaft
Copy link
Member

Resolves #1038. When running scripts/jenkins-test, we make a temp dir where all test files are written. We modify our pom.xmls at test time so that this temp dir is passed as java.io.tmpdir when running scalatest, and then clean the temp dir at the end of the CI build.

CC @shaneknapp

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1420/
Test PASSed.

@fnothaft fnothaft force-pushed the issues/1038-set-tempdir branch from b1e7f74 to 6e28504 Compare August 25, 2016 08:02
Resolves bigdatagenomics#1038. When running `scripts/jenkins-test`, we make a temp dir where all
test files are written. We modify our `pom.xml`s at test time so that this temp
dir is passed as `java.io.tmpdir` when running scalatest, and then clean the temp
dir at the end of the CI build.
@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/1422/
Test PASSed.

@heuermh
Copy link
Member

heuermh commented Aug 25, 2016

LGTM, works locally

@shaneknapp
Copy link
Contributor

LGTM!

@heuermh
Copy link
Member

heuermh commented Aug 25, 2016

Merged via commit 6e28504.

Thank you, @fnothaft!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants