diff mbox series

[2/2] gitr: Update default git version to be cloned

Message ID 20241013153053.1431805-2-cel@kernel.org (mailing list archive)
State New
Headers show
Series [1/2] fstests: Run the NFS/RDMA section with NFSv4.1 | expand

Commit Message

Chuck Lever Oct. 13, 2024, 3:30 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

A few of the git regression tests that passed on Fedora 39 hosts now
fail on Fedora 40. This seems to have been addressed in git-2.46.0,
the latest stable git version as of this writing.

But the newer unit tests seem to require more disk space than the
meager 5GB currently used as the default.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 playbooks/roles/gitr/tasks/main.yml | 2 +-
 workflows/gitr/Kconfig              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/playbooks/roles/gitr/tasks/main.yml b/playbooks/roles/gitr/tasks/main.yml
index 2eafeaa2f120..faf1fff75ce0 100644
--- a/playbooks/roles/gitr/tasks/main.yml
+++ b/playbooks/roles/gitr/tasks/main.yml
@@ -183,7 +183,7 @@ 
     export_volname: "{{ gitr_nfs_server_export }}"
     export_options: "{{ nfsd_export_options }}"
     export_fstype: "{{ gitr_nfs_export_fstype }}"
-    export_size: 5g
+    export_size: 10g
     export_pnfs: "{{ (gitr_test_group == 'nfs-pnfs') | bool }}"
   when:
     - gitr_nfs_use_kdevops_nfsd|bool
diff --git a/workflows/gitr/Kconfig b/workflows/gitr/Kconfig
index 05bac614fee3..8de23252208a 100644
--- a/workflows/gitr/Kconfig
+++ b/workflows/gitr/Kconfig
@@ -82,7 +82,7 @@  config GITR_REPO
 
 config GITR_REPO_COMMIT
 	string "The version of git to check out"
-	default "v2.43.0"
+	default "v2.46.0"
 	help
 	  The commit to be used for the test.