All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] coverity: trigger scan as a github action
@ 2022-02-18 12:00 Roger Pau Monne
  2022-02-18 12:00 ` [PATCH 1/2] github: add workflow to run Coverity scans Roger Pau Monne
  2022-02-18 12:00 ` [PATCH 2/2] coverity: do not build QEMU, SeaBIOS or OVMF Roger Pau Monne
  0 siblings, 2 replies; 12+ messages in thread
From: Roger Pau Monne @ 2022-02-18 12:00 UTC (permalink / raw)
  To: xen-devel
  Cc: Roger Pau Monne, Andrew Cooper, George Dunlap, Jan Beulich,
	Julien Grall, Stefano Stabellini, Wei Liu

Hello,

Following series introduces a github workflow to trigger a Coverity
Scan. First patch attempts to move the logic currently in osstest into a
github action mostly as-is (same build targets).

Second patch removes the build of QEMU, SeaBIOS and OVMF from the
Coverity Scan.

Thanks, Roger.

Roger Pau Monne (2):
  github: add workflow to run Coverity scans
  coverity: do not build QEMU, SeaBIOS or OVMF

 .github/workflows/coverity.yml | 35 ++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 .github/workflows/coverity.yml

-- 
2.34.1



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

end of thread, other threads:[~2022-02-18 14:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 12:00 [PATCH 0/2] coverity: trigger scan as a github action Roger Pau Monne
2022-02-18 12:00 ` [PATCH 1/2] github: add workflow to run Coverity scans Roger Pau Monne
2022-02-18 12:21   ` Andrew Cooper
2022-02-18 12:23     ` Andrew Cooper
2022-02-18 13:36       ` Roger Pau Monné
2022-02-18 13:38         ` Brian Olson
2022-02-18 14:04           ` [unsubscribe from xen-devel] " Andrew Cooper
2022-02-18 14:04         ` Andrew Cooper
2022-02-18 12:27     ` Roger Pau Monné
2022-02-18 12:58       ` Andrew Cooper
2022-02-18 12:00 ` [PATCH 2/2] coverity: do not build QEMU, SeaBIOS or OVMF Roger Pau Monne
2022-02-18 12:22   ` Andrew Cooper

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.