Skip to content

Commit

Permalink
build(#7016): Add required wave config
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 19, 2024
1 parent 1999eff commit 50f8569
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/config/nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ profiles {
singularity {
singularity.enabled = true
singularity.autoMounts = true
fusion.enabled = true
fusion.exportStorageCredentials = true
wave.enabled = true
// tower.accessToken =
}
conda {
conda.enabled = true
Expand All @@ -36,6 +40,12 @@ profiles {
docker.enabled = true
docker.fixOwnership = true
docker.runOptions = '--platform=linux/amd64'
fusion.enabled = true
fusion.exportStorageCredentials = true
wave.enabled = true
// Should be set by env variable?
// tower.accessToken =

}
gpu {
docker.runOptions = '-u $(id -u):$(id -g) --gpus all'
Expand Down

0 comments on commit 50f8569

Please sign in to comment.