From: Daniel Gomez <da.gomez@kernel.org>
To: Luis Chamberlain <mcgrof@kernel.org>,
Chuck Lever <cel@kernel.org>, Daniel Gomez <da.gomez@kruces.com>,
Vincent Fu <vincent.fu@samsung.com>,
kdevops@lists.linux.dev
Subject: Re: [PATCH v2] workflows: add fio-tests performance tests
Date: Tue, 26 Aug 2025 21:18:37 +0200 [thread overview]
Message-ID: <9556825e-1df1-4c5b-a36d-48d2404852f8@kernel.org> (raw)
In-Reply-To: <20250821212844.158398-1-mcgrof@kernel.org>
On 21/08/2025 23.28, Luis Chamberlain wrote:
> diff --git a/workflows/fio-tests/Makefile b/workflows/fio-tests/Makefile
> new file mode 100644
> index 000000000000..cc641606e98c
> --- /dev/null
> +++ b/workflows/fio-tests/Makefile
> @@ -0,0 +1,68 @@
> +ifeq (y,$(CONFIG_WORKFLOWS_DEDICATED_WORKFLOW))
> +export KDEVOPS_HOSTS_TEMPLATE := fio-tests.j2
> +endif
> +
> +fio-tests:
> + $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
> + --connection=ssh \
> + --inventory hosts \
> + --extra-vars=@$(KDEVOPS_EXTRA_VARS) \
> + playbooks/fio-tests.yml \
> + $(LIMIT_HOSTS)
I missed this...
The --connection and --inventory arguments shouldn't be necessary. They are
managed by the inventory (hosts) file itself and the ansible.cfg.
Can you add a cleanup patch on top so it's consistent with the rest of the
wrappers?
FYI, in future cleanups, I'd also like to get rid of the ANSIBLE_VERBOSE and
control it through ansible.cfg (key: vebosity) [1] and expose it as kconfig
option.
Link: https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-verbosity [1]
This should apply to all the ansible-playbook wrappers added.
> +
> +fio-tests-baseline:
> + $(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
> + --connection=ssh \
> + --inventory hosts \
> + --extra-vars=@$(KDEVOPS_EXTRA_VARS) \
> + playbooks/fio-tests-baseline.yml \
> + $(LIMIT_HOSTS)
> +
...
next prev parent reply other threads:[~2025-08-26 19:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-21 21:28 [PATCH v2] workflows: add fio-tests performance tests Luis Chamberlain
2025-08-26 16:55 ` Luis Chamberlain
2025-08-26 19:18 ` Daniel Gomez [this message]
2025-08-26 20:49 ` Luis Chamberlain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9556825e-1df1-4c5b-a36d-48d2404852f8@kernel.org \
--to=da.gomez@kernel.org \
--cc=cel@kernel.org \
--cc=da.gomez@kruces.com \
--cc=kdevops@lists.linux.dev \
--cc=mcgrof@kernel.org \
--cc=vincent.fu@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox