All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Gallagher <greg@embeddedgreg.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Xenomai <xenomai@xenomai.org>
Subject: Re: [PATCH] ci: Add 5.4 release builds for arm and arm64
Date: Fri, 5 Feb 2021 09:50:59 -0500	[thread overview]
Message-ID: <CALLqZ8Q+pfcJDvLtpGAhXsppDr50kignkkKOp7isN_jA1YDNJg@mail.gmail.com> (raw)
In-Reply-To: <a5fc19bc-df67-ba55-7546-fd361ac3fe0d@siemens.com>

On Fri, Feb 5, 2021 at 9:48 AM Jan Kiszka <jan.kiszka@siemens.com> wrote:

> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
>
> Greg, should we also drop a kernel version from CI for arm and arm64?
> The 4.14ers?
>
>  .gitlab-ci.yml | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 87532a3376..19c24dc88a 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -165,6 +165,14 @@ variables:
>      paths:
>        - .ccache
>
> +arm-5.4-release:
> +  extends: .build
> +  variables:
> +    ARCH: arm
> +    IPIPE_REV: ipipe-core-5.4..*-arm-.*
> +    IPIPE_KERNEL: ${IPIPE_MIRROR_URL}/ipipe-arm.git
> +    KERNEL_DEFCONFIG: multi_v7_defconfig
> +
>  arm-4.19-release:
>    extends: .build
>    variables:
> @@ -189,6 +197,14 @@ arm-4.4-cip-head:
>      IPIPE_KERNEL: ${IPIPE_MIRROR_URL}/ipipe.git
>      KERNEL_DEFCONFIG: multi_v7_defconfig
>
> +arm64-5.4-release:
> +  extends: .build
> +  variables:
> +    ARCH: arm64
> +    IPIPE_REV: ipipe-core-5.4..*-arm64-.*
> +    IPIPE_KERNEL: ${IPIPE_MIRROR_URL}/ipipe-arm64.git
> +    KERNEL_DEFCONFIG: defconfig
> +
>  arm64-4.19-release:
>    extends: .build
>    variables:
> --
> 2.26.2


Please drop the 4.14 kernels. I’ll have a new 4.19 for both arm and arm64
by the end of the weekend.

-Greg

>
>

      reply	other threads:[~2021-02-05 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05 14:48 [PATCH] ci: Add 5.4 release builds for arm and arm64 Jan Kiszka
2021-02-05 14:50 ` Greg Gallagher [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=CALLqZ8Q+pfcJDvLtpGAhXsppDr50kignkkKOp7isN_jA1YDNJg@mail.gmail.com \
    --to=greg@embeddedgreg.com \
    --cc=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.