[PATCH] CI: Azure: Split keymile jobs out

Tom Rini trini at konsulko.com
Mon Jun 26 21:19:54 CEST 2023


Currently the PowerPC build job in Azure will hit the maximum time limit
for a build and stop. Looking at the job, the easiest path to reducing
it is to move Keymile vendor boards to their own job and exclude them
from the PowerPC one (and while at this, the ls102 job).

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Aleksandar Gerasimovski <aleksandar.gerasimovski at hitachienergy.com>
Cc: Heiko Schocher <hs at denx.de>
Cc: Holger Brunck <holger.brunck at hitachienergy.com>
Cc: Niel Fourie <lusus at denx.de>
Cc: Rainer Boschung <rainer.boschung at hitachienergy.com>
---
 .azure-pipelines.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 3c1846a5bc3d..96b2ab4d75e6 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -492,7 +492,7 @@ stages:
         nxp_ls101x:
           BUILDMAN: "freescale&ls101"
         nxp_ls102x:
-          BUILDMAN: "freescale&ls102"
+          BUILDMAN: "freescale&ls102 -x keymile"
         nxp_ls104x:
           BUILDMAN: "freescale&ls104"
         nxp_ls108x:
@@ -507,6 +507,8 @@ stages:
           BUILDMAN: "mx -x mx6,imx8,freescale,technexion,toradex"
         imx8_imx9:
           BUILDMAN: "imx8 imx9"
+        keymile:
+          BUILDMAN: "keymile"
         keystone2_keystone3:
           BUILDMAN: "k2 k3"
         sandbox_asan:
@@ -548,7 +550,7 @@ stages:
         mips:
           BUILDMAN: "mips"
         powerpc:
-          BUILDMAN: "powerpc"
+          BUILDMAN: "powerpc -x keymile"
         siemens:
           BUILDMAN: "siemens"
         tegra:
-- 
2.34.1



More information about the U-Boot mailing list