aboutsummaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-06-26 15:19:54 -0400
committerTom Rini <trini@konsulko.com>2023-06-29 09:55:50 -0400
commitb042cebede960c3ecf428c438efce0e80865f953 (patch)
tree9d51866846ba81bb80fb052660f398dad41d78f2 /.azure-pipelines.yml
parentdbdf4a06ec4994e1492ae5dbb691509adfb4ce5a (diff)
downloadu-boot-b042cebede960c3ecf428c438efce0e80865f953.zip
u-boot-b042cebede960c3ecf428c438efce0e80865f953.tar.gz
u-boot-b042cebede960c3ecf428c438efce0e80865f953.tar.bz2
CI: Azure: Split keymile jobs out
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@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 3c1846a..96b2ab4 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: