Skip to content

Commit

Permalink
Add exacloud scratch space
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Dec 1, 2024
1 parent a043555 commit 5d29dc5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public Collection<String> getDockerVolumes(Container c)
Set<String> volumes = new HashSet<>();
volumes.add("/home/groups/prime-seq");
volumes.add("/home/exacloud/gscratch");
volumes.add("/mnt/scratch");

PipeRoot pr = PipelineService.get().findPipelineRoot(c);
if (pr != null && pr.getRootPath().exists())
Expand Down

0 comments on commit 5d29dc5

Please sign in to comment.