All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: xenomai@xenomai.org
Subject: [xenomai-images][PATCH 5/5] ci: Add kernel 5.10 to xenomai_next build
Date: Fri, 11 Jun 2021 22:13:12 +0200	[thread overview]
Message-ID: <cb5aeba22b094511e4ab8e082227be571ddba4ef.1623442392.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1623442392.git.jan.kiszka@siemens.com>

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 ci/kernel_5_10_xenomai_next.yml | 88 +++++++++++++++++++++++++++++++++
 ci/xenomai_next.yml             |  3 +-
 2 files changed, 90 insertions(+), 1 deletion(-)
 create mode 100644 ci/kernel_5_10_xenomai_next.yml

diff --git a/ci/kernel_5_10_xenomai_next.yml b/ci/kernel_5_10_xenomai_next.yml
new file mode 100644
index 0000000..80bcf87
--- /dev/null
+++ b/ci/kernel_5_10_xenomai_next.yml
@@ -0,0 +1,88 @@
+#
+# Xenomai Real-Time System
+#
+# Copyright (c) Siemens AG, 2019 - 2021
+#
+# Authors:
+#  Jan Kiszka <jan.kiszka@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+build-5.10:qemu-amd64:
+  extends: .build:qemu-amd64
+  variables:
+    LINUX_BUILD_OPTION: ":opt-linux-latest-5.10.yml"
+    DEPLOY_DIR_EXTENSION: "5.10"
+
+lava-test-5.10:qemu-amd64:
+  needs: [ "build-5.10:qemu-amd64" ]
+  extends: .lava-test:qemu-amd64
+  variables:
+    DEPLOY_DIR_EXTENSION: "5.10"
+    BUILD_IDENTIFIER: "5.10"
+
+build-5.10:qemu-armhf:
+  extends: .build:qemu-armhf
+  variables:
+    LINUX_BUILD_OPTION: ":opt-linux-latest-5.10.yml"
+    DEPLOY_DIR_EXTENSION: "5.10"
+
+lava-test-5.10:qemu-armhf:
+  needs: [ "build-5.10:qemu-armhf" ]
+  extends: .lava-test:qemu-armhf
+  variables:
+    DEPLOY_DIR_EXTENSION: "5.10"
+    BUILD_IDENTIFIER: "5.10"
+
+build-5.10:qemu-arm64:
+  extends: .build:qemu-arm64
+  variables:
+    LINUX_BUILD_OPTION: ":opt-linux-latest-5.10.yml"
+    DEPLOY_DIR_EXTENSION: "5.10"
+
+lava-test-5.10:qemu-arm64:
+  needs: [ "build-5.10:qemu-arm64" ]
+  extends: .lava-test:qemu-arm64
+  variables:
+    DEPLOY_DIR_EXTENSION: "5.10"
+    BUILD_IDENTIFIER: "5.10"
+
+build-5.10:hikey:
+  extends: .build:hikey
+  variables:
+    LINUX_BUILD_OPTION: ":opt-linux-latest-5.10.yml"
+    DEPLOY_DIR_EXTENSION: "5.10"
+
+lava-test-5.10:hikey:
+  needs: [ "build-5.10:hikey" ]
+  extends: .lava-test:hikey
+  variables:
+    DEPLOY_DIR_EXTENSION: "5.10"
+    BUILD_IDENTIFIER: "5.10"
+
+build-5.10:beagle-bone-black:
+  extends: .build:beagle-bone-black
+  variables:
+    LINUX_BUILD_OPTION: ":opt-linux-latest-5.10.yml"
+    DEPLOY_DIR_EXTENSION: "5.10"
+
+lava-test-5.10:beagle-bone-black:
+  needs: [ "build-5.10:beagle-bone-black" ]
+  extends: .lava-test:beagle-bone-black
+  variables:
+    DEPLOY_DIR_EXTENSION: "5.10"
+    BUILD_IDENTIFIER: "5.10"
+
+build-5.10:x86-64-efi:
+  extends: .build:x86-64-efi
+  variables:
+    LINUX_BUILD_OPTION: ":opt-linux-latest-5.10.yml"
+    DEPLOY_DIR_EXTENSION: "5.10"
+
+lava-test-5.10:x86-64-efi:
+  needs: [ "build-5.10:x86-64-efi" ]
+  extends: .lava-test:x86-64-efi
+  variables:
+    DEPLOY_DIR_EXTENSION: "5.10"
+    BUILD_IDENTIFIER: "5.10"
diff --git a/ci/xenomai_next.yml b/ci/xenomai_next.yml
index 6d964a6..b13dfa8 100644
--- a/ci/xenomai_next.yml
+++ b/ci/xenomai_next.yml
@@ -1,7 +1,7 @@
 #
 # Xenomai Real-Time System
 #
-# Copyright (c) Siemens AG, 2019 - 2020
+# Copyright (c) Siemens AG, 2019 - 2021
 #
 # Authors:
 #  Quirin Gylstorff <quirin.gylstorff@siemens.com>
@@ -12,3 +12,4 @@ include:
   - local: '/ci/gitlab-ci-base.yml'
   - local: '/ci/kernel_4_19_xenomai_next.yml'
   - local: '/ci/kernel_5_4_xenomai_next.yml'
+  - local: '/ci/kernel_5_10_xenomai_next.yml'
-- 
2.26.2



      parent reply	other threads:[~2021-06-11 20:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 20:13 [xenomai-images][PATCH 0/5] Update versions, add 5.10 kernel Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 1/5] linux-xenomai: Update to latest 4.4 and 4.19 ipipe releases Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 2/5] xenomai: Update to 3.1.1 Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 3/5] linux-xenomai: Add 5.4 recipe and make it default Jan Kiszka
2021-06-11 20:13 ` [xenomai-images][PATCH 4/5] linux-xenomai: Add support for 5.10 to latest recipe Jan Kiszka
2021-06-11 20:13 ` Jan Kiszka [this message]

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=cb5aeba22b094511e4ab8e082227be571ddba4ef.1623442392.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.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.