Skip to content

Commit

Permalink
Disable other runners
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Nov 18, 2024
1 parent 241dba2 commit 2f6277b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ galaxy_docker_env_vars:
GALAXY_CONFIG_MASTER_API_KEY: "{{galaxy_admin_api_key}}"
GALAXY_DESTINATIONS_DEFAULT: "local_no_container"
GALAXY_RUNNERS_ENABLE_SLURM: "False"
GALAXY_RUNNERS_ENABLE_K8: "False"
GALAXY_RUNNERS_ENABLE_PBS: "False"

# ENV variables for the Docker Galaxy in case of using slurm
slurm_galaxy_docker_env_vars:
Expand Down

0 comments on commit 2f6277b

Please sign in to comment.