RE: [isar-cip-core][PATCH v2 2/2] ci: Add rzt2h-evk build target

Hung Tran <[email protected]> Thu, 16 Jul 2026 11:39:30 +0000
Newsgroups org.cip-project.lists.cip-dev
Message-ID <OS9PR01MB17501C59DEA908E102CBB6735C6C72@OS9PR01MB17501.jpnprd01.prod.outlook.com>
Hi Jan,

> -----Original Message-----
> From: Jan Kiszka <[email protected]>
> Sent: Thursday, July 16, 2026 12:39 PM
> To: Hung Tran <[email protected]>; [email protected]
> Subject: Re: [isar-cip-core][PATCH v2 2/2] ci: Add rzt2h-evk build target
> 
> On 15.07.26 13:58, Hung Tran wrote:
> > Signed-off-by: Hung Tran <[email protected]>
> > ---
> >  .gitlab-ci.yml | 39 +++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 39 insertions(+)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a20ad6..f33184b
> > 100644
> > --- a/.gitlab-ci.yml
> > +++ b/.gitlab-ci.yml
> > @@ -122,6 +122,13 @@ build:hihope-rzg2m-base:
> >      target: hihope-rzg2m
> >      dtb: r8a774a1-hihope-rzg2m-ex.dtb
> >
> > +build:rzt2h-evk-base:
> > +  extends:
> > +    - .build_base
> > +  variables:
> > +    target: rzt2h-evk
> > +    dtb: r9a09g077m44-rzt2h-evk.dtb
> > +
> >  build:qemu-amd64-base:
> >    extends:
> >      - .build_base
> > @@ -196,6 +203,14 @@ build:hihope-rzg2m-test:
> >      extension: test
> >      dtb: r8a774a1-hihope-rzg2m-ex.dtb
> >
> > +build:rzt2h-evk-test:
> > +  extends:
> > +    - .build_base
> > +  variables:
> > +    target: rzt2h-evk
> > +    extension: test
> > +    dtb: r9a09g077m44-rzt2h-evk.dtb
> > +
> >  build:qemu-amd64-test-nokernel:
> >    extends:
> >      - .build_base
> > @@ -292,6 +307,14 @@ build:hihope-rzg2m-bookworm:
> >      dtb: r8a774a1-hihope-rzg2m-ex.dtb
> >      release: bookworm
> >
> > +build:rzt2h-evk-bookworm:
> > +  extends:
> > +    - .build_base
> > +  variables:
> > +    target: rzt2h-evk
> > +    dtb: r9a09g077m44-rzt2h-evk.dtb
> > +    release: bookworm
> > +
> >  # bullseye images
> >  build:iwg20m-bullseye:
> >    extends:
> > @@ -309,6 +332,14 @@ build:hihope-rzg2m-bullseye:
> >      dtb: r8a774a1-hihope-rzg2m-ex.dtb
> >      release: bullseye
> >
> > +build:rzt2h-evk-bullseye:
> > +  extends:
> > +    - .build_base
> > +  variables:
> > +    target: rzt2h-evk
> > +    dtb: r9a09g077m44-rzt2h-evk.dtb
> > +    release: bullseye
> > +
> >  build:qemu-amd64-secure-boot-bullseye:
> >    extends:
> >      - .build_base
> > @@ -337,6 +368,14 @@ build:hihope-rzg2m-buster:
> >      dtb: r8a774a1-hihope-rzg2m-ex.dtb
> >      release: buster
> >
> > +build:rzt2h-evk-buster:
> > +  extends:
> > +    - .build_base
> > +  variables:
> > +    target: rzt2h-evk
> > +    dtb: r9a09g077m44-rzt2h-evk.dtb
> > +    release: buster
> > +
> >  build:qemu-amd64-secure-boot-buster:
> >    extends:
> >      - .build_base
> 
> The board's kernel support is limited to 6.12. While it generally works to
> use newer kernels with older Debian images, I don't see the need to cover
> that in CI here. So, limit to a trixie build, or do you have other reasons to
> spread this out?

Thank you for your comment.
You are right, there is no need to cover that many combinations in CI, while kernel version is limited.
I will resend to update this.

Regards,
Hung Tran.

> 
> Jan
> 
> --
> Siemens AG, Foundational Technologies
> Linux Expert Center