Skip to content

Commit

Permalink
Add Jeremy to reserved
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Feb 8, 2019
1 parent bfebbc2 commit 5ef8865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'outreach@galaxyproject.org',
'jen@bx.psu.edu',
'anton@bx.psu.edu',
'jgoecks@gwu.edu',
)
NORM_RESERVED_USERS = [ u.lower() for u in RESERVED_USERS ]
RESERVED_DESTINATION = 'reserved_multi'
Expand Down Expand Up @@ -235,6 +236,7 @@ def __rule(app, tool, job, user_email, resource_params, resource):
log.info("(%s) Destination/walltime dynamic plugin returning default reserved destination for '%s'", job.id, user_email)
#return RESERVED_DESTINATION
destination_id = RESERVED_DESTINATION
explicit_destination = True

if destination_id == TEAM_DESTINATION:
if user_email in TEAM_USERS:
Expand Down
1 change: 1 addition & 0 deletions env/common/files/galaxy/dynamic_rules/reserved.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
'outreach@galaxyproject.org',
'jen@bx.psu.edu',
'anton@bx.psu.edu',
'jgoecks@gwu.edu',
)

NORM_USERS = [u.lower() for u in USERS]
Expand Down

0 comments on commit 5ef8865

Please sign in to comment.