Message ID | 20190905162254.24424-1-chris.paterson2@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Nobuhiro Iwamatsu |
Headers | show |
Series | [linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device | expand |
Hi Chris, > -----Original Message----- > From: Chris Paterson [mailto:chris.paterson2@renesas.com] > Sent: Friday, September 6, 2019 1:23 AM > To: cip-dev@lists.cip-project.org > Cc: Chris Paterson <chris.paterson2@renesas.com>; iwamatsu nobuhiro(岩 > 松 信洋 ○SWC□OST) <nobuhiro1.iwamatsu@toshiba.co.jp> > Subject: [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the > r8a774a1-hihope-rzg2m-ex device > > Signed-off-by: Chris Paterson <chris.paterson2@renesas.com> > Cc: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> > --- > > Please apply this patch either with or before the "Add HopeRun RZ/G2[M] > main/sub boards" series: > https://patchwork.kernel.org/project/cip-dev/list/?series=167529 > > This will mean that the RZ/G2M board is tested in the LAVA lab as the > code for it is added. > > It is safe to add this patch before the above series if that's easier. > Applied, thanks. I pushed ci/linux-4.19.y-cip. If test was OK, I will push to linux-4.19.y-cip. Best regards, Nobuhiro
Hello Iwamatsu-san, > From: nobuhiro1.iwamatsu@toshiba.co.jp > <nobuhiro1.iwamatsu@toshiba.co.jp> > Sent: 06 September 2019 04:35 > > Hi Chris, > > > -----Original Message----- > > From: Chris Paterson [mailto:chris.paterson2@renesas.com] > > Sent: Friday, September 6, 2019 1:23 AM > > To: cip-dev@lists.cip-project.org > > Cc: Chris Paterson <chris.paterson2@renesas.com>; iwamatsu nobuhiro(岩 > > 松 信洋 ○SWC□OST) <nobuhiro1.iwamatsu@toshiba.co.jp> > > Subject: [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the > > r8a774a1-hihope-rzg2m-ex device > > > > Signed-off-by: Chris Paterson <chris.paterson2@renesas.com> > > Cc: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> > > --- > > > > Please apply this patch either with or before the "Add HopeRun RZ/G2[M] > > main/sub boards" series: > > https://patchwork.kernel.org/project/cip-dev/list/?series=167529 > > > > This will mean that the RZ/G2M board is tested in the LAVA lab as the > > code for it is added. > > > > It is safe to add this patch before the above series if that's easier. > > > > Applied, thanks. > I pushed ci/linux-4.19.y-cip. If test was OK, I will push to linux-4.19.y-cip. Looks good to me. Pipeline: https://gitlab.com/cip-project/cip-kernel/linux-cip/pipelines/80609721 RZ/G2M boot test: https://lava.ciplatform.org/scheduler/job/3472 RZ/G2M SMC test: https://lava.ciplatform.org/scheduler/job/3473 Thanks, Chris > > Best regards, > Nobuhiro
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62562c8b6fbb..aec930a72edc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,8 +109,8 @@ arm64_renesas_defconfig: BUILD_ARCH: arm64 CONFIG: renesas_defconfig CONFIG_LOC: cip-kernel-config - DEVICES: r8a774c0-ek874 - DTBS: r8a774c0-ek874.dtb + DEVICES: r8a774c0-ek874 r8a774a1-hihope-rzg2m-ex + DTBS: r8a774c0-ek874.dtb r8a774a1-hihope-rzg2m-ex.dtb script: - /opt/build_kernel.sh artifacts: @@ -208,8 +208,8 @@ arm64_defconfig: BUILD_ARCH: arm64 CONFIG: defconfig CONFIG_LOC: intree - DEVICES: r8a774c0-ek874 - DTBS: r8a774c0-ek874.dtb + DEVICES: r8a774c0-ek874 r8a774a1-hihope-rzg2m-ex + DTBS: r8a774c0-ek874.dtb r8a774a1-hihope-rzg2m-ex.dtb script: - /opt/build_kernel.sh artifacts:
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com> Cc: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> --- Please apply this patch either with or before the "Add HopeRun RZ/G2[M] main/sub boards" series: https://patchwork.kernel.org/project/cip-dev/list/?series=167529 This will mean that the RZ/G2M board is tested in the LAVA lab as the code for it is added. It is safe to add this patch before the above series if that's easier. .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)