aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-11-20 15:28:10 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-20 14:34:10 +0000
commit17c7cd23ae4eb2ba9c5a63011815fbfefac3fd7b (patch)
tree923a5dde2d5d95b477e7834494d35cbd217a4e31
parent14bc9236c4bc2a77716cf06478e94f68d0630b33 (diff)
SPEC-2921: Use the right build_name for h3ulcb-kf
The build name for h3ulcb-kf is h3ulcb-nogfx. This patch adds the same hack than for m3ulcb. Bug-AGL: SPEC-2921 Change-Id: Ib687449e911ec0533cac811b648dd02cc8ae286f Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r--utils/agljobtemplate.py4
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":