All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device
@ 2019-09-05 16:22 Chris Paterson
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chris Paterson @ 2019-09-05 16:22 UTC (permalink / raw)
  To: cip-dev

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(-)

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:
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs
  2019-09-05 16:22 [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
@ 2019-09-05 16:22 ` Chris Paterson
  2019-09-18  5:23   ` nobuhiro1.iwamatsu at toshiba.co.jp
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Chris Paterson @ 2019-09-05 16:22 UTC (permalink / raw)
  To: cip-dev

arm: socfpga_defconfig
x86: siemens_i386-rt.config

Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Cc: Pavel Machek <pavel@denx.de>
---
 .gitlab-ci.yml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62562c8b6fbb..78748f84ada5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -183,6 +183,39 @@ x86_toshiba_atom_baytrail_cip.config:
     paths:
       - output
 
+# RT build configurations
+rt_arm_socfpga_defconfig:
+  stage: build
+  image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG
+  variables:
+    BUILD_ARCH: arm
+    CONFIG: socfpga_defconfig
+    CONFIG_LOC: cip-kernel-config
+    BUILD_ONLY: "true"
+  script:
+    - /opt/build_kernel.sh
+  artifacts:
+    name: "$CI_JOB_NAME"
+    when: on_success
+    paths:
+      - output
+
+rt_x86_siemens_i386-rt.config:
+  stage: build
+  image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG
+  variables:
+    BUILD_ARCH: x86
+    CONFIG: siemens_i386-rt.config
+    CONFIG_LOC: cip-kernel-config
+    BUILD_ONLY: "true"
+  script:
+    - /opt/build_kernel.sh
+  artifacts:
+    name: "$CI_JOB_NAME"
+    when: on_success
+    paths:
+      - output
+
 # Extra build configurations
 arm_shmobile_defconfig:
   stage: build
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device
  2019-09-05 16:22 [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
@ 2019-09-05 16:22 ` Chris Paterson
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
  2019-09-06  3:34 ` [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device nobuhiro1.iwamatsu at toshiba.co.jp
  3 siblings, 0 replies; 8+ messages in thread
From: Chris Paterson @ 2019-09-05 16:22 UTC (permalink / raw)
  To: cip-dev

Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Cc: Pavel Machek <pavel@denx.de>
---

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(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78748f84ada5..e2e1f7dcf203 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:
@@ -241,8 +241,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:
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing RT configs
  2019-09-05 16:22 [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
@ 2019-09-05 16:22 ` Chris Paterson
  2019-09-18  5:23   ` nobuhiro1.iwamatsu at toshiba.co.jp
  2019-09-06  3:34 ` [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device nobuhiro1.iwamatsu at toshiba.co.jp
  3 siblings, 1 reply; 8+ messages in thread
From: Chris Paterson @ 2019-09-05 16:22 UTC (permalink / raw)
  To: cip-dev

x86: siemens_i386-rt.config

Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Cc: Pavel Machek <pavel@denx.de>
---
 .gitlab-ci.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6348d1c47f6e..d4cd0c9bd2f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -262,6 +262,23 @@ x86_toshiba_defconfig:
     paths:
       - output
 
+# RT build configurations
+rt_x86_siemens_i386-rt.config:
+  stage: build
+  image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG
+  variables:
+    BUILD_ARCH: x86
+    CONFIG: siemens_i386-rt.config
+    CONFIG_LOC: cip-kernel-config
+    BUILD_ONLY: "true"
+  script:
+    - /opt/build_kernel.sh
+  artifacts:
+    name: "$CI_JOB_NAME"
+    when: on_success
+    paths:
+      - output
+
 # Extra build configurations
 arm_shmobile_defconfig:
   stage: build
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device
  2019-09-05 16:22 [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
                   ` (2 preceding siblings ...)
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
@ 2019-09-06  3:34 ` nobuhiro1.iwamatsu at toshiba.co.jp
  2019-09-06  7:27   ` Chris Paterson
  3 siblings, 1 reply; 8+ messages in thread
From: nobuhiro1.iwamatsu at toshiba.co.jp @ 2019-09-06  3:34 UTC (permalink / raw)
  To: cip-dev

Hi Chris,

> -----Original Message-----
> From: Chris Paterson [mailto:chris.paterson2 at renesas.com]
> Sent: Friday, September 6, 2019 1:23 AM
> To: cip-dev at lists.cip-project.org
> Cc: Chris Paterson <chris.paterson2@renesas.com>; iwamatsu nobuhiro(?
> ? ?? ????????) <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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device
  2019-09-06  3:34 ` [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device nobuhiro1.iwamatsu at toshiba.co.jp
@ 2019-09-06  7:27   ` Chris Paterson
  0 siblings, 0 replies; 8+ messages in thread
From: Chris Paterson @ 2019-09-06  7:27 UTC (permalink / raw)
  To: cip-dev

Hello Iwamatsu-san,

> From: nobuhiro1.iwamatsu at toshiba.co.jp
> <nobuhiro1.iwamatsu@toshiba.co.jp>
> Sent: 06 September 2019 04:35
> 
> Hi Chris,
> 
> > -----Original Message-----
> > From: Chris Paterson [mailto:chris.paterson2 at renesas.com]
> > Sent: Friday, September 6, 2019 1:23 AM
> > To: cip-dev at lists.cip-project.org
> > Cc: Chris Paterson <chris.paterson2@renesas.com>; iwamatsu nobuhiro(?
> > ? ?? ????????) <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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
@ 2019-09-18  5:23   ` nobuhiro1.iwamatsu at toshiba.co.jp
  0 siblings, 0 replies; 8+ messages in thread
From: nobuhiro1.iwamatsu at toshiba.co.jp @ 2019-09-18  5:23 UTC (permalink / raw)
  To: cip-dev

Hi Chris,

> -----Original Message-----
> From: cip-dev-bounces at lists.cip-project.org
> [mailto:cip-dev-bounces at lists.cip-project.org] On Behalf Of Chris
> Paterson
> Sent: Friday, September 6, 2019 1:23 AM
> To: cip-dev at lists.cip-project.org
> Subject: [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing
> RT configs
> 
> arm: socfpga_defconfig
> x86: siemens_i386-rt.config
> 
> Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
> Cc: Pavel Machek <pavel@denx.de>

Applied, thanks.

Best regards,
  Nobuhiro

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing RT configs
  2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
@ 2019-09-18  5:23   ` nobuhiro1.iwamatsu at toshiba.co.jp
  0 siblings, 0 replies; 8+ messages in thread
From: nobuhiro1.iwamatsu at toshiba.co.jp @ 2019-09-18  5:23 UTC (permalink / raw)
  To: cip-dev

Hi Chris,

> -----Original Message-----
> From: cip-dev-bounces at lists.cip-project.org
> [mailto:cip-dev-bounces at lists.cip-project.org] On Behalf Of Chris
> Paterson
> Sent: Friday, September 6, 2019 1:23 AM
> To: cip-dev at lists.cip-project.org
> Subject: [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing
> RT configs
> 
> x86: siemens_i386-rt.config
> 
> Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
> Cc: Pavel Machek <pavel@denx.de>

Applied, thanks.

Best regards,
  Nobuhiro

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-09-18  5:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 16:22 [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
2019-09-18  5:23   ` nobuhiro1.iwamatsu at toshiba.co.jp
2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device Chris Paterson
2019-09-05 16:22 ` [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Start testing RT configs Chris Paterson
2019-09-18  5:23   ` nobuhiro1.iwamatsu at toshiba.co.jp
2019-09-06  3:34 ` [cip-dev] [PATCH linux-4.19.y-cip] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device nobuhiro1.iwamatsu at toshiba.co.jp
2019-09-06  7:27   ` Chris Paterson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.