Hard-coded queue names in code

See here: https://gitlab.idiap.ch/bob/gridtk/blob/d1c337479312549694eebb98a839198eaa28c341/gridtk/script/jman.py#L27

QUEUES = ['all.q', 'q1d', 'q1w', 'q1m', 'q1dm', 'q1wm','gpu', 'lgpu']

Is there any reason for this? For example right now we have sgpu at Idiap as well. Why can't this be any value?