diff mbox series

CI: Rework rockchip jobs in Azure

Message ID 20221227164808.2030523-1-trini@konsulko.com
State Accepted
Commit 478ed23e11beb96a071fb5387bfe117d0f84e5aa
Delegated to: Tom Rini
Headers show
Series CI: Rework rockchip jobs in Azure | expand

Commit Message

Tom Rini Dec. 27, 2022, 4:48 p.m. UTC
The rockchip job is getting close to the hard time limit in Azure for
the free tier. Split this in to 32bit and 64bit board jobs.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .azure-pipelines.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Tom Rini Dec. 29, 2022, 10:26 p.m. UTC | #1
On Tue, Dec 27, 2022 at 11:48:08AM -0500, Tom Rini wrote:

> The rockchip job is getting close to the hard time limit in Azure for
> the free tier. Split this in to 32bit and 64bit board jobs.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
Simon Glass Dec. 29, 2022, 10:38 p.m. UTC | #2
On Tue, 27 Dec 2022 at 10:48, Tom Rini <trini@konsulko.com> wrote:
>
> The rockchip job is getting close to the hard time limit in Azure for
> the free tier. Split this in to 32bit and 64bit board jobs.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  .azure-pipelines.yml | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 21213369c6c5..ca29479745e6 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -535,8 +535,10 @@  stages:
           BUILDMAN: "uniphier"
         aarch64_catch_all:
           BUILDMAN: "aarch64 -x amlogic,bcm,imx8,imx9,k3,tegra,ls1,ls2,lx216,mvebu,uniphier,renesas,sunxi,samsung,socfpga,rk,versal,zynq"
-        rockchip:
-          BUILDMAN: "rk"
+        rockchip_32bit:
+          BUILDMAN: "rk -x aarch64"
+        rockchip_64bit:
+          BUILDMAN: "rk&aarch64"
         renesas:
           BUILDMAN: "renesas"
         zynq: