public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/4] steady-state: few fixes for steady state support
@ 2025-07-18  4:05 Luis Chamberlain
  2025-07-18  4:05 ` [PATCH 1/4] steady-state: use extra sparse drives when on libvirt Luis Chamberlain
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luis Chamberlain @ 2025-07-18  4:05 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, Viacheslav Dubeyko, kdevops; +Cc: Luis Chamberlain

Here are some fixes on top of what ChatGPT Codex generated. It shows
why it gets only a grade of B. I've now tested this code on bare metal and
confirm it works. Future work generated by AI won't be merged directly but more
heavily tested and vetted. We essentially need to tell the bots to test
new workflows too. It would have caught some of the minor issues like
these.

The conversion of scripts/workflows/precondition/prefill-fio-jobs.sh was
a bit more difficult so although the an AI did that conversion I did
have to carefully vet it.

I did try to revert all the work and merge this patch on top as a clean
single patch but that actually ended up being a mess. Oh well. The next
patch will be a better example new workflow model of a patch we can tell
generative AIs to use as a good example of a new workflow to base its
work on.

This goes tested against bare metal. I just created the host file myself.

Luis Chamberlain (4):
  steady-state: use extra sparse drives when on libvirt
  steady-state: fix identation on Makefile
  steady-state: remove extra menu
  steady-state: quite a bit of fixes

 .../roles/steady_state/defaults/main.yml      |  37 +-
 playbooks/roles/steady_state/tasks/main.yaml  | 314 +++++++++++++-
 .../roles/steady_state/templates/ss_bw.ini.j2 |  22 +-
 .../steady_state/templates/ss_iops.ini.j2     |  22 +-
 .../precondition/prefill-fio-jobs.sh          | 390 ------------------
 workflows/steady_state/Kconfig                |  83 +++-
 workflows/steady_state/Makefile               |  34 +-
 7 files changed, 454 insertions(+), 448 deletions(-)
 delete mode 100755 scripts/workflows/precondition/prefill-fio-jobs.sh

-- 
2.47.2


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

end of thread, other threads:[~2025-07-18  4:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-18  4:05 [PATCH 0/4] steady-state: few fixes for steady state support Luis Chamberlain
2025-07-18  4:05 ` [PATCH 1/4] steady-state: use extra sparse drives when on libvirt Luis Chamberlain
2025-07-18  4:05 ` [PATCH 2/4] steady-state: fix identation on Makefile Luis Chamberlain
2025-07-18  4:05 ` [PATCH 3/4] steady-state: remove extra menu Luis Chamberlain
2025-07-18  4:05 ` [PATCH 4/4] steady-state: quite a bit of fixes Luis Chamberlain

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