Skip to content

Commit

Permalink
Update hosts to include hopper and frontera
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Cash committed Oct 4, 2024
1 parent 1919213 commit c36aeb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Host:

SUPPORTED_HOSTS = ['HERA', 'ORION', 'JET', 'HERCULES',
'WCOSS2', 'S4', 'CONTAINER', 'GAEA',
'AWSPW', 'AZUREPW', 'GOOGLEPW']
'AWSPW', 'AZUREPW', 'GOOGLEPW',
'HOPPER', 'FRONTERA']

def __init__(self, host=None):

Expand Down

0 comments on commit c36aeb1

Please sign in to comment.