From b7b65449c824bc5cd7fdd0fba4a190fb47090e68 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 2 Jun 2020 20:17:35 +0200 Subject: Add prerelease type to generator Allow the tool to generate jobs against the prerelease location. Signed-off-by: Jan-Simon Moeller Change-Id: I7f00ee52ad85b2aecc52679da4e98857a5dd59cb --- utils/agljobtemplate.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utils/agljobtemplate.py') diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 61fc82b..c9d07f5 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -134,11 +134,12 @@ class Agljobtemplate(object): build_name = machine + '-nogfx' if (machine == 'h3ulcb-kf'): build_name = 'h3ulcb-nogfx' + machine_frag_url = 'h3ulcb' if (machine == 'm3ulcb'): build_name = machine + '-nogfx' if machine == "upsquare": - machine_frag_url = "intel-corei7-64" - build_name = "intel-corei7-64" + machine_frag_url = "qemux86-64" + build_name = "qemux86-64" if vcs_branch == "master" and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" -- cgit 1.2.3-korg