Skip to content

Commit

Permalink
Merge pull request #1365 from mira-miracoli/allow-ITs-everywhere
Browse files Browse the repository at this point in the history
⌛  Allow ITs on all vgcn nodes (temporarily)
  • Loading branch information
mira-miracoli authored Nov 27, 2024
2 parents 52eeeaf + 8a936f2 commit d316510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/galaxy/tpv/interactive_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tools:
params:
docker_volumes: $defaults
container_monitor_result: callback
submit_requirements: 'GalaxyDockerHack == True && GalaxyGroup == "interactive"'
submit_requirements: 'GalaxyDockerHack == True' # && GalaxyGroup == "interactive"'
scheduling:
require:
- docker
Expand All @@ -22,7 +22,7 @@ tools:
if oubb_roles:
# If there is an 'oubb' role, set the submit requirements accordingly
training_expr = 'GalaxyGroup == "%s"' % oubb_roles[0]
entity.params['submit_requirements'] = 'GalaxyDockerHack == True && GalaxyGroup == "interactive" || %s' % training_expr
entity.params['submit_requirements'] = 'GalaxyDockerHack == True || %s' % training_expr
interactive_tool_gpu:
cores: 1
mem: 4
Expand Down

0 comments on commit d316510

Please sign in to comment.