All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gen_hosts: small fixes
@ 2025-09-09  0:50 Luis Chamberlain
  2025-09-09  0:50 ` [PATCH 1/2] gen_hosts: remove legacy duplicate workflow templates Luis Chamberlain
  2025-09-09  0:50 ` [PATCH 2/2] gen_hosts: remove 'write-your-own-template' placeholder text Luis Chamberlain
  0 siblings, 2 replies; 3+ messages in thread
From: Luis Chamberlain @ 2025-09-09  0:50 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

Here's a couple of not important but yet low hanging fruit fixes
as collateral from my commit 40df5ef72d197 ("gen_hosts: use
kdevops_workflow_name directly for template selection").

These go tested through our CI.

Luis Chamberlain (2):
  gen_hosts: remove legacy duplicate workflow templates
  gen_hosts: remove 'write-your-own-template' placeholder text

 .../roles/gen_hosts/templates/blktests.j2     |  27 -----
 playbooks/roles/gen_hosts/templates/cxl.j2    |  21 ----
 .../roles/gen_hosts/templates/fio-tests.j2    |  28 -----
 .../roles/gen_hosts/templates/fstests.j2      | 109 ------------------
 playbooks/roles/gen_hosts/templates/gitr.j2   |  51 --------
 playbooks/roles/gen_hosts/templates/ltp.j2    |  30 -----
 .../roles/gen_hosts/templates/mmtests.j2      |  36 ------
 .../roles/gen_hosts/templates/nfstest.j2      |  51 --------
 playbooks/roles/gen_hosts/templates/pynfs.j2  |  34 ------
 .../roles/gen_hosts/templates/selftests.j2    |  27 -----
 .../roles/gen_hosts/templates/sysbench.j2     |  27 -----
 .../gen_hosts/templates/workflows/cxl.j2      |  14 ++-
 .../gen_hosts/templates/workflows/pynfs.j2    |  14 ++-
 13 files changed, 26 insertions(+), 443 deletions(-)
 delete mode 100644 playbooks/roles/gen_hosts/templates/blktests.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/cxl.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/fio-tests.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/fstests.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/gitr.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/ltp.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/mmtests.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/nfstest.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/pynfs.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/selftests.j2
 delete mode 100644 playbooks/roles/gen_hosts/templates/sysbench.j2

-- 
2.50.1


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

end of thread, other threads:[~2025-09-09  0:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09  0:50 [PATCH 0/2] gen_hosts: small fixes Luis Chamberlain
2025-09-09  0:50 ` [PATCH 1/2] gen_hosts: remove legacy duplicate workflow templates Luis Chamberlain
2025-09-09  0:50 ` [PATCH 2/2] gen_hosts: remove 'write-your-own-template' placeholder text Luis Chamberlain

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.