Add `--no-mount tmp` for singularity destination in tests

and for embedded pulsar tests.
This commit is contained in:
Matthias Bernt
2023-02-28 13:06:05 +01:00
committed by Nicola Soranzo
parent 597a1839f2
commit b7528264d7
2 changed files with 4 additions and 0 deletions
@@ -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