All of lore.kernel.org
 help / color / mirror / Atom feed
From: chris.paterson2@renesas.com (Chris Paterson)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs
Date: Thu,  5 Sep 2019 17:22:52 +0100	[thread overview]
Message-ID: <20190905162254.24424-2-chris.paterson2@renesas.com> (raw)
In-Reply-To: <20190905162254.24424-1-chris.paterson2@renesas.com>

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

  reply	other threads:[~2019-09-05 16:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2019-09-18  5:23   ` [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing RT configs 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190905162254.24424-2-chris.paterson2@renesas.com \
    --to=chris.paterson2@renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.