All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marek Marczykowski-Górecki" <marmarek@invisiblethingslab.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: xen-devel@lists.xenproject.org, Doug Goldstein <cardoe@cardoe.com>
Subject: Re: [PATCH 6/6] automation: include tail of serial log in the gitlab outout
Date: Tue, 25 Apr 2023 02:52:31 +0200	[thread overview]
Message-ID: <ZEckT63hoBPm/Ss3@mail-itl> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2304241718120.3419@ubuntu-linux-20-04-desktop>

[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]

On Mon, Apr 24, 2023 at 05:39:19PM -0700, Stefano Stabellini wrote:
> On Mon, 24 Apr 2023, Marek Marczykowski-Górecki wrote:
> > Make it a bit easier to see what has failed.
> > 
> > Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
> > ---
> >  automation/scripts/qubes-x86-64.sh | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/automation/scripts/qubes-x86-64.sh b/automation/scripts/qubes-x86-64.sh
> > index 6442f7dda515..9b89d90f653c 100755
> > --- a/automation/scripts/qubes-x86-64.sh
> > +++ b/automation/scripts/qubes-x86-64.sh
> > @@ -228,5 +228,6 @@ fi
> >  
> >  sleep 1
> >  
> > +tail -n 100 smoke.serial
> >  (grep -q "^Welcome to Alpine Linux" smoke.serial && grep -q "${passed}" smoke.serial) || exit 1
> >  exit 0
> 
> Isn't smoke.serial already in stdout and also part of the artifacts? The
> user can always click on the full output or on the smoke.serial file
> among artifacts.  Maybe the issue is that it is called ".serial" instead
> of ".txt" so the browser will not try to open it directly in a browser
> window. If we rename it to ".txt" the user could just click on
> "artifacts" and then on "serial.txt" and it would be all there.
> 
> 100 lines is not much, but I think in general it is better if we make it
> easier to access smoke.serial in its entirety instead.

Yes, you can click on it to get it full. But that's two extra clicks,
and if the thing that matters is just that panic message at the end, you
can also have it right in the job preview.

-- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      reply	other threads:[~2023-04-25  0:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-24 20:56 [PATCH 0/6] automation: add PCI passthrough tests on x86 Marek Marczykowski-Górecki
2023-04-24 20:56 ` [PATCH 1/6] automation: specify explicit dom0 mem size for ADL tests Marek Marczykowski-Górecki
2023-04-25  0:05   ` Stefano Stabellini
2023-04-24 20:56 ` [PATCH 2/6] automation: add runtime qemu dependencies to test container Marek Marczykowski-Górecki
2023-04-25  0:05   ` Stefano Stabellini
2023-04-24 20:56 ` [PATCH 3/6] automation: re-enable building SeaBIOS in Alpine container Marek Marczykowski-Górecki
2023-04-25  2:57   ` Stefano Stabellini
2023-04-24 20:56 ` [PATCH 4/6] automation: wait for the login prompt as test end marker Marek Marczykowski-Górecki
2023-04-25  0:30   ` Stefano Stabellini
2023-04-24 20:57 ` [PATCH 5/6] automation: PCI passthrough tests on ADL hw Marek Marczykowski-Górecki
2023-04-25  3:01   ` Stefano Stabellini
2023-04-25 16:37     ` Marek Marczykowski-Górecki
2023-04-25 13:58   ` Jason Andryuk
2023-04-24 20:57 ` [PATCH 6/6] automation: include tail of serial log in the gitlab outout Marek Marczykowski-Górecki
2023-04-25  0:39   ` Stefano Stabellini
2023-04-25  0:52     ` Marek Marczykowski-Górecki [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=ZEckT63hoBPm/Ss3@mail-itl \
    --to=marmarek@invisiblethingslab.com \
    --cc=cardoe@cardoe.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.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.