xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Florian Bezdeka <florian.bezdeka@siemens.com>, xenomai@lists.linux.dev
Cc: quirin.gylstorff@siemens.com
Subject: Re: [xenomai-images][PATCH] tests/jobs: Fix warning about an invalid value for kernel type
Date: Thu, 7 Dec 2023 12:09:07 +0900	[thread overview]
Message-ID: <59304ac9-8bf2-401c-8722-a2642ba2226f@siemens.com> (raw)
In-Reply-To: <20231205152202.924589-1-florian.bezdeka@siemens.com>

On 05.12.23 23:22, Florian Bezdeka wrote:
> The following warning could be seen in the LAVA web gui for all x86 test
> jobs. An example available at [1]:
> 
>     Invalid job definition:
>     not a valid value @ data['actions[0]']['deploy']['tftp']['kernel']['type']
> 
> According to the docs [2] the supported values are:
>     image, uimage and zimage
> 
> As kernel type for x86 bootloaders is never used we can remove the type
> property completely.
> 
> [1] https://lava.xenomai.org/scheduler/job/11720
> [2] https://docs.lavasoftware.org/lava/actions-deploy.html#type
> 
> Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
> ---
>  tests/jobs/xenomai-x86-64-efi.yml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/tests/jobs/xenomai-x86-64-efi.yml b/tests/jobs/xenomai-x86-64-efi.yml
> index ec28291..d71b5ae 100644
> --- a/tests/jobs/xenomai-x86-64-efi.yml
> +++ b/tests/jobs/xenomai-x86-64-efi.yml
> @@ -33,7 +33,6 @@ actions:
>      to: tftp
>      kernel:
>        url: ${DEPLOY_URL}/${ISAR_IMAGE}-${ISAR_DISTRIBUTION}-${TARGET}-vmlinuz
> -      type: bzimage
>      ramdisk:
>        url: ${DEPLOY_URL}/${ISAR_IMAGE}-${ISAR_DISTRIBUTION}-${TARGET}-initrd.img
>        compression: gz

Thanks, applied.

Jan

-- 
Siemens AG, Technology
Linux Expert Center


      reply	other threads:[~2023-12-07  3:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 15:22 [xenomai-images][PATCH] tests/jobs: Fix warning about an invalid value for kernel type Florian Bezdeka
2023-12-07  3:09 ` 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=59304ac9-8bf2-401c-8722-a2642ba2226f@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=quirin.gylstorff@siemens.com \
    --cc=xenomai@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).