From a6490835e97f3e49f4d515b8c3d8d405fabd78ab Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 15 Feb 2024 19:00:58 +0100 Subject: Simplify PI4 case in jobtemplate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We do no longer differ by branches. Remove that part. Signed-off-by: Jan-Simon Möller Change-Id: I4ef394bfc19e3a084525a7befaa1f97a4e3d817f --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 34d7cbb..37e1f3a 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -147,7 +147,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 (machine == "raspberrypi4" or machine == "raspberrypi4-64"): machine_frag_url = "raspberrypi4-64" build_name = "raspberrypi4" job['yocto_machine'] = "raspberrypi4-64" -- cgit 1.2.3-korg