public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/5] Add CI support for blktests
@ 2025-05-12 14:45 Daniel Gomez
  2025-05-12 14:45 ` [PATCH 1/5] blktests: output compress results Daniel Gomez
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Daniel Gomez @ 2025-05-12 14:45 UTC (permalink / raw)
  To: Luis Chamberlain; +Cc: kdevops, Daniel Gomez, Daniel Gomez

Add necessary defconfigs for blktests CI, including the .ci/targets for
running generic CI workflow.

Include blktests results enhancements to be able to copy all results if
option is enabled. This is a workflow specific configuration only but if
other workflows include this feature, we can promote to a global/common
kdevops workflow configuration.

Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
---
Daniel Gomez (5):
      blktests: output compress results
      blktests: do not compress if output is empty
      blktests: add option to copy all results
      .ci: add blktests workflow support
      defconfig: add blktests

 .ci/build-test/blktests                            |  1 +
 .ci/results/blktests                               | 10 +++
 .ci/test/blktests                                  |  1 +
 defconfigs/blktests                                | 31 +++++++++
 defconfigs/blktests_block                          | 30 +++++++++
 defconfigs/blktests_loop                           | 30 +++++++++
 defconfigs/blktests_nbd                            | 30 +++++++++
 defconfigs/blktests_nvme                           | 30 +++++++++
 defconfigs/blktests_scsi                           | 30 +++++++++
 defconfigs/blktests_srp                            | 30 +++++++++
 defconfigs/blktests_zbd                            | 30 +++++++++
 .../python/workflows/blktests/gen-results-dir.py   | 73 +++++++++++-----------
 playbooks/roles/blktests/tasks/main.yml            | 29 ++++++++-
 workflows/blktests/Kconfig                         |  8 +++
 14 files changed, 327 insertions(+), 36 deletions(-)
---
base-commit: ef549598f2261ac89643d3e7a8ea0f050fc27c5f
change-id: 20250512-ci-blktests-30298ea3bb15

Best regards,
-- 
Daniel Gomez <da.gomez@samsung.com>


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-12 14:45 [PATCH 0/5] Add CI support for blktests Daniel Gomez
2025-05-12 14:45 ` [PATCH 1/5] blktests: output compress results Daniel Gomez
2025-05-12 14:45 ` [PATCH 2/5] blktests: do not compress if output is empty Daniel Gomez
2025-05-12 14:45 ` [PATCH 3/5] blktests: add option to copy all results Daniel Gomez
2025-05-12 14:45 ` [PATCH 4/5] .ci: add blktests workflow support Daniel Gomez
2025-05-12 14:45 ` [PATCH 5/5] defconfig: add blktests Daniel Gomez
2025-05-14 18:32 ` [PATCH 0/5] Add CI support for blktests Luis Chamberlain

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