From b3dcaf2546af708d7ee656985e2106528c5b9f7f Mon Sep 17 00:00:00 2001 From: Jeff Olivier Date: Sat, 27 Apr 2024 00:03:23 -0600 Subject: [PATCH] I recall there being an issue with the daos_build test that it can fail due to installed libraries not matching what we are building in the test. So let's switch the branch to google/2.4 Features: dfuse Required-githooks: true Change-Id: I6384c96f68ca65d06feab81ec583a17f7afee61f Signed-off-by: Jeff Olivier --- src/tests/ftest/dfuse/daos_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/ftest/dfuse/daos_build.py b/src/tests/ftest/dfuse/daos_build.py index 5e7c30d25be..713db2942b6 100644 --- a/src/tests/ftest/dfuse/daos_build.py +++ b/src/tests/ftest/dfuse/daos_build.py @@ -208,7 +208,7 @@ def run_build_test(self, cache_mode, intercept=False, run_on_vms=False): cmds = ['python3 -m venv {}/venv'.format(mount_dir), 'git clone https://github.com/daos-stack/daos.git {}'.format(build_dir), - 'git -C {} checkout release/2.4'.format(build_dir), + 'git -C {} checkout google/2.4'.format(build_dir), 'git -C {} submodule init'.format(build_dir), 'git -C {} submodule update'.format(build_dir), 'python3 -m pip install pip --upgrade',