public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] mmtests-compare and minor fix
@ 2025-08-12  0:42 Luis Chamberlain
  2025-08-12  0:42 ` [PATCH 1/2] gen_hosts: fix inventory path for dedicated mmtests workflow Luis Chamberlain
  2025-08-12  0:42 ` [PATCH 2/2] mmtests: add AB testing and comparison support Luis Chamberlain
  0 siblings, 2 replies; 5+ messages in thread
From: Luis Chamberlain @ 2025-08-12  0:42 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

While running mmtests I realized the html graphs were not being
generaed. So kick that off and also try to enhance graphing. We can
fine tune this later with time. The goal is to easily be able to do AB
testing with mmtests against different kernels.

Also a small fix for gen_hosts is provided due to a patch from Daniel
which forgot to update the kdevops_hosts in that file.

Luis Chamberlain (2):
  gen_hosts: fix inventory path for dedicated mmtests workflow
  mmtests: add AB testing and comparison support

 .gitignore                                    |   2 +
 defconfigs/mmtests-ab-testing                 |  22 +
 defconfigs/mmtests-ab-testing-thpcompact      |  31 +
 playbooks/mmtests-compare.yml                 |   5 +
 playbooks/mmtests.yml                         |   2 +-
 playbooks/roles/gen_hosts/tasks/main.yml      |   2 +-
 .../roles/gen_hosts/templates/mmtests.j2      |  10 +
 playbooks/roles/mmtests/tasks/main.yaml       |  58 +-
 .../roles/mmtests_compare/defaults/main.yml   |   6 +
 .../mmtests_compare/files/apply_patch.sh      |  32 +
 .../files/embed_graphs_in_html.sh             | 100 +++
 .../mmtests_compare/files/generate_graphs.sh  | 148 +++++
 .../files/generate_html_with_graphs.sh        |  89 +++
 .../mmtests_compare/files/run_comparison.sh   |  58 ++
 .../roles/mmtests_compare/tasks/main.yml      | 472 ++++++++++++++
 .../templates/comparison_report.html.j2       | 414 ++++++++++++
 scripts/generate_mmtests_graphs.py            | 598 ++++++++++++++++++
 workflows/mmtests/Makefile                    |  19 +-
 ...fined-array-reference-when-no-operat.patch |  46 ++
 ...act-fix-library-order-in-gcc-command.patch |  33 +
 20 files changed, 2139 insertions(+), 8 deletions(-)
 create mode 100644 defconfigs/mmtests-ab-testing
 create mode 100644 defconfigs/mmtests-ab-testing-thpcompact
 create mode 100644 playbooks/mmtests-compare.yml
 create mode 100644 playbooks/roles/mmtests_compare/defaults/main.yml
 create mode 100755 playbooks/roles/mmtests_compare/files/apply_patch.sh
 create mode 100755 playbooks/roles/mmtests_compare/files/embed_graphs_in_html.sh
 create mode 100755 playbooks/roles/mmtests_compare/files/generate_graphs.sh
 create mode 100755 playbooks/roles/mmtests_compare/files/generate_html_with_graphs.sh
 create mode 100755 playbooks/roles/mmtests_compare/files/run_comparison.sh
 create mode 100644 playbooks/roles/mmtests_compare/tasks/main.yml
 create mode 100644 playbooks/roles/mmtests_compare/templates/comparison_report.html.j2
 create mode 100644 scripts/generate_mmtests_graphs.py
 create mode 100644 workflows/mmtests/fixes/0001-compare-Fix-undefined-array-reference-when-no-operat.patch
 create mode 100644 workflows/mmtests/fixes/0002-thpcompact-fix-library-order-in-gcc-command.patch

-- 
2.47.2


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

end of thread, other threads:[~2025-08-14  0:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12  0:42 [PATCH 0/2] mmtests-compare and minor fix Luis Chamberlain
2025-08-12  0:42 ` [PATCH 1/2] gen_hosts: fix inventory path for dedicated mmtests workflow Luis Chamberlain
2025-08-13 12:40   ` Daniel Gomez
2025-08-14  0:48     ` Luis Chamberlain
2025-08-12  0:42 ` [PATCH 2/2] mmtests: add AB testing and comparison support Luis Chamberlain

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