Skip to content

Commit

Permalink
runner is important
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Feb 14, 2023
1 parent f461449 commit 8d29121
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ destinations:


pulsar_mira_tpv:
runner: pulsar_mira_runner
max_accepted_cores: 2
max_accepted_mem: 4
scheduling:
require:
- mira-pulsar
- docker
runner: pulsar_mira_runner
env:
GALAXY_MEMORY_MB: "{MEMORY_MB}"
GALAXY_SLOTS: "{PARALLELISATION}"
Expand All @@ -109,25 +109,25 @@ destinations:
singularity_default_container_id: "/cvmfs/singularity.galaxyproject.org/u/b/ubuntu:18.04"

pulsar_it_tpv:
runner: pulsar_eu_it01
inherits: pulsar_default
max_accepted_cores: 16
max_accepted_mem: 31
runner: pulsar_eu_it01


pulsar_be_tpv:
runner: pulsar_eu_be01
inherits: pulsar_default
max_accepted_cores: 8
max_accepted_mem: 15
runner: pulsar_eu_be01

condor_singularity_with_conda_python:
runner: condor
max_accepted_cores: 64
max_accepted_mem: 1000
scheduling:
require:
- condor-singularity-with-conda-python
runner: condor
params:
singularity_enabled: true
# can and should be made stricter at some point
Expand Down

0 comments on commit 8d29121

Please sign in to comment.