From 9ab683ad04e09cd447e8bfdaca9e9ddc98ffad73 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 22 Mar 2022 11:08:02 +0100 Subject: Add marlin branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Simon Möller Change-Id: Ie75e49d51a17117daec01e437ca9b1f544cda707 --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/agljobtemplate.py') diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 456f43e..65bb320 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -146,7 +146,7 @@ class Agljobtemplate(object): if machine == "upsquare": machine_frag_url = "qemux86-64" build_name = "qemux86-64" - if ( vcs_branch == "master" or vcs_branch == "koi" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): + if ( vcs_branch == "master" or vcs_branch == "marlin" ) and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" job['yocto_machine'] = "raspberrypi4-64" -- cgit 1.2.3-korg