[PATCH 1/3] CI: Azure: Merge PowerPC jobs in to one

Tom Rini trini at konsulko.com
Wed Aug 10 03:08:52 CEST 2022


At this point given the number of PowerPC platforms we have, a single
job to build them all fits within the time limit we have in Azure.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
This reduces the overall build time marginally due to freeing up some
parallel build slots. However, it needs the DM_ETH series to be applied
first as that removes a handful of PowerPC platforms and when we do them
all at once we're very close to the maximum run time limit.
---
 .azure-pipelines.yml | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 053f816db59c..4f01598dbb28 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -514,20 +514,8 @@ stages:
           BUILDMAN: "m68k"
         mips:
           BUILDMAN: "mips"
-        non_fsl_ppc:
-          BUILDMAN: "powerpc -x freescale"
-        mpc85xx_freescale:
-          BUILDMAN: "mpc85xx&freescale -x t208xrdb -x t102* -x p1_p2_rdb_pc -x p1010rdb -x corenet_ds -x bsc91*"
-        t208xrdb_corenet_ds:
-          BUILDMAN: "t208xrdb corenet_ds"
-        fsl_ppc:
-          BUILDMAN: "mpc83xx&freescale"
-        t102x:
-          BUILDMAN: "t102*"
-        p1_p2_rdb_pc:
-          BUILDMAN: "p1_p2_rdb_pc"
-        p1010rdb_bsc91:
-          BUILDMAN: "p1010rdb bsc91"
+        powerpc:
+          BUILDMAN: "powerpc"
         siemens:
           BUILDMAN: "siemens"
         tegra:
-- 
2.25.1



More information about the U-Boot mailing list