diff options
-rw-r--r-- | utils/agljobtemplate.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 867bfab..9c59b3f 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -128,6 +128,10 @@ class Agljobtemplate(object): machine_frag_url = machine build_name = machine + if (machine == 'h3ulcb'): + build_name = machine + '-nogfx' + if (machine == 'h3ulcb-kf'): + build_name = 'h3ulcb-nogfx' if (machine == 'm3ulcb'): build_name = machine + '-nogfx' if machine == "upsquare": |