dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting
       [not found] <bug-108763-502@http.bugs.freedesktop.org/>
@ 2018-11-16 14:06 ` bugzilla-daemon
  2018-11-16 14:40 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-16 14:06 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1013 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108763

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop
                   |sktop.org                   |.org
         QA Contact|intel-gfx-bugs@lists.freede |
                   |sktop.org                   |
            Summary|[CI][SHARDS] shard-iclb6    |[CI] Make IGT_runner exit
                   |dies on boot without giving |with an error code != 0
                   |out its precious logs       |when aborting
          Component|DRM/Intel                   |IGT

--- Comment #1 from Martin Peres <martin.peres@free.fr> ---
Right now, our shards do not reboot after the kernel got tainted because it
cannot know if the execution of IGT went well or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2679 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting
       [not found] <bug-108763-502@http.bugs.freedesktop.org/>
  2018-11-16 14:06 ` [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting bugzilla-daemon
@ 2018-11-16 14:40 ` bugzilla-daemon
  2018-11-20 12:06 ` bugzilla-daemon
  2019-01-04 15:39 ` bugzilla-daemon
  3 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-16 14:40 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 247 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108763

--- Comment #2 from Petri Latvala <petri.latvala@intel.com> ---
https://patchwork.freedesktop.org/series/52615/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1125 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting
       [not found] <bug-108763-502@http.bugs.freedesktop.org/>
  2018-11-16 14:06 ` [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting bugzilla-daemon
  2018-11-16 14:40 ` bugzilla-daemon
@ 2018-11-20 12:06 ` bugzilla-daemon
  2019-01-04 15:39 ` bugzilla-daemon
  3 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-11-20 12:06 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 846 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108763

Chris Wilson <chris@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Chris Wilson <chris@chris-wilson.co.uk> ---
commit 68264891ceee34195839d82d4d87cbae08ef2431 (origin/master, origin/HEAD)
Author: Petri Latvala <petri.latvala@intel.com>
Date:   Fri Nov 16 16:32:52 2018 +0200

    runner: Exit with a nonzero status if aborting

    Signed-off-by: Petri Latvala <petri.latvala@intel.com>
    Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2577 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting
       [not found] <bug-108763-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2018-11-20 12:06 ` bugzilla-daemon
@ 2019-01-04 15:39 ` bugzilla-daemon
  3 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-01-04 15:39 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 855 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=108763

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #4 from Martin Peres <martin.peres@free.fr> ---
(In reply to Chris Wilson from comment #3)
> commit 68264891ceee34195839d82d4d87cbae08ef2431 (origin/master, origin/HEAD)
> Author: Petri Latvala <petri.latvala@intel.com>
> Date:   Fri Nov 16 16:32:52 2018 +0200
> 
>     runner: Exit with a nonzero status if aborting
>     
>     Signed-off-by: Petri Latvala <petri.latvala@intel.com>
>     Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2550 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-04 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-108763-502@http.bugs.freedesktop.org/>
2018-11-16 14:06 ` [Bug 108763] [CI] Make IGT_runner exit with an error code != 0 when aborting bugzilla-daemon
2018-11-16 14:40 ` bugzilla-daemon
2018-11-20 12:06 ` bugzilla-daemon
2019-01-04 15:39 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox