From f967e6e53b50de90edd84a371c4491734d7b372a Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 18 Sep 2020 17:06:43 +0200 Subject: Do include the pi4-64 case on jellyfish branch Signed-off-by: Jan-Simon Moeller Change-Id: I3989f6315ff9c5a3e2ccbcb2385b6aa7bdea92d8 --- utils/agljobtemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 28e06ec..7d11379 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -142,7 +142,7 @@ class Agljobtemplate(object): if machine == "upsquare": machine_frag_url = "qemux86-64" build_name = "qemux86-64" - if vcs_branch == "master" and (machine == "raspberrypi4" or machine == "raspberrypi4-64"): + if ( vcs_branch == "master" or vcs_branch == "jellyfish" ) 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