kdevops.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Scott Mayhew <smayhew@redhat.com>
To: mcgrof@kernel.org
Cc: jlayton@kernel.org, kdevops@lists.linux.dev
Subject: [PATCH] fstests: ensure the fstests_prep_localhost tasks get executed
Date: Tue, 17 Oct 2023 10:33:44 -0400	[thread overview]
Message-ID: <20231017143344.430183-1-smayhew@redhat.com> (raw)

Currently they get skipped because localhost isn't included in
ansible-playbook --limit arg.  This results in subsequent errors when
parsing fstests results if the junitxml and/or junitparser modules
aren't already installed.

Fixes: e00143f6 ("fstests: add support for testing NFS")
Signed-off-by: Scott Mayhew <smayhew@redhat.com>
---
 workflows/fstests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflows/fstests/Makefile b/workflows/fstests/Makefile
index 370be411..e6346084 100644
--- a/workflows/fstests/Makefile
+++ b/workflows/fstests/Makefile
@@ -137,7 +137,7 @@ DYNAMIC_RUNTIME_VARS += , "fstests_start_after_test": "$(START_AFTER)"
 endif
 
 fstests:
-	$(Q)ansible-playbook $(ANSIBLE_VERBOSE) -l baseline,dev \
+	$(Q)ansible-playbook $(ANSIBLE_VERBOSE) -l localhost,baseline,dev \
 		-f 30 -i hosts playbooks/fstests.yml --skip-tags run_tests,copy_results $(LIMIT_HOSTS)
 
 fstests-kdevops-setup: $(KDEVOPS_EXTRA_VARS)
-- 
2.41.0


             reply	other threads:[~2023-10-17 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-17 14:33 Scott Mayhew [this message]
2023-10-17 15:45 ` [PATCH] fstests: ensure the fstests_prep_localhost tasks get executed Jeff Layton

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=20231017143344.430183-1-smayhew@redhat.com \
    --to=smayhew@redhat.com \
    --cc=jlayton@kernel.org \
    --cc=kdevops@lists.linux.dev \
    --cc=mcgrof@kernel.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).