public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 1/2] nfstest: add git-core to the list of install dependencies
@ 2024-04-24 21:15 Scott Mayhew
  2024-04-24 21:15 ` [PATCH 2/2] nfstest: fix another RHEL 8-ism Scott Mayhew
  2024-04-24 21:19 ` [PATCH 1/2] nfstest: add git-core to the list of install dependencies Chuck Lever
  0 siblings, 2 replies; 7+ messages in thread
From: Scott Mayhew @ 2024-04-24 21:15 UTC (permalink / raw)
  To: kdevops

Currently git-core won't be installed if you're running nfstest as a
dedicated workflow.

Signed-off-by: Scott Mayhew <smayhew@redhat.com>
---
 playbooks/roles/nfstest/vars/Debian.yml | 1 +
 playbooks/roles/nfstest/vars/RedHat.yml | 1 +
 playbooks/roles/nfstest/vars/Suse.yml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/playbooks/roles/nfstest/vars/Debian.yml b/playbooks/roles/nfstest/vars/Debian.yml
index cb4cfe5..05d87a2 100644
--- a/playbooks/roles/nfstest/vars/Debian.yml
+++ b/playbooks/roles/nfstest/vars/Debian.yml
@@ -3,3 +3,4 @@ nfstest_packages:
   - nfs-common
   - python-is-python3
   - tcpdump
+  - git-core
diff --git a/playbooks/roles/nfstest/vars/RedHat.yml b/playbooks/roles/nfstest/vars/RedHat.yml
index d8c65fb..a14c20e 100644
--- a/playbooks/roles/nfstest/vars/RedHat.yml
+++ b/playbooks/roles/nfstest/vars/RedHat.yml
@@ -3,3 +3,4 @@ nfstest_packages:
   - nfs-utils
   - python-unversioned-command
   - tcpdump
+  - git-core
diff --git a/playbooks/roles/nfstest/vars/Suse.yml b/playbooks/roles/nfstest/vars/Suse.yml
index 35fcc8e..76adc4d 100644
--- a/playbooks/roles/nfstest/vars/Suse.yml
+++ b/playbooks/roles/nfstest/vars/Suse.yml
@@ -2,3 +2,4 @@
 nfstest_packages:
   - nfs-utils
   - tcpdump
+  - git-core
-- 
2.44.0


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

end of thread, other threads:[~2024-04-24 22:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 21:15 [PATCH 1/2] nfstest: add git-core to the list of install dependencies Scott Mayhew
2024-04-24 21:15 ` [PATCH 2/2] nfstest: fix another RHEL 8-ism Scott Mayhew
2024-04-24 21:21   ` Chuck Lever
2024-04-24 22:00     ` Scott Mayhew
2024-04-24 22:52       ` Chuck Lever III
2024-04-24 21:19 ` [PATCH 1/2] nfstest: add git-core to the list of install dependencies Chuck Lever
2024-04-24 21:50   ` Scott Mayhew

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