mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Add `--no-mount tmp` for singularity destination in tests
and for embedded pulsar tests.
This commit is contained in:
committed by
Nicola Soranzo
parent
597a1839f2
commit
b7528264d7
@@ -13,6 +13,8 @@ execution:
|
||||
runner: pulsar_embed
|
||||
singularity_enabled: true
|
||||
singularity_required: true
|
||||
# Since tests run in /tmp/ , we apparently need to forbid the default mounting of /tmp
|
||||
singularity_run_extra_arguments: '--no-mount tmp'
|
||||
|
||||
tools:
|
||||
- class: local
|
||||
|
||||
@@ -10,6 +10,8 @@ execution:
|
||||
local_singularity:
|
||||
runner: local
|
||||
singularity_enabled: true
|
||||
# Since tests run in /tmp/ , we apparently need to forbid the default mounting of /tmp
|
||||
singularity_run_extra_arguments: '--no-mount tmp'
|
||||
local_upload:
|
||||
runner: local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user