commit 9b2361259a874ebfca257c0e044a9be995328545 from: Sergey Bronnikov date: Tue Aug 17 08:43:05 2021 UTC Load FUSE kernel module before running testing Regression tests skipped when running on Ubuntu in Cirrus CI. JUnit report contains a reason of skip - Seem a problem exist because FUSE kernel module is not loaded before a testing. https://cirrus-ci.org/guide/linux/ commit - e7ed74c0e1a8073b5917f989f61036f6e3df8ab6 commit + 9b2361259a874ebfca257c0e044a9be995328545 blob - 8b55451fe6d26cb0759ffd1b6b353658b8078407 blob + 202deef9fd837eb556bc3fab34b045a732bfb0b7 --- .cirrus.yml +++ .cirrus.yml @@ -17,7 +17,8 @@ ubuntu_1804_gcc: &ubuntu_1804_gcc bootstrap_script: - apt-get update install_script: - - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio + - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio kmod + - modprobe fuse ubuntu_1804_clang: &ubuntu_1804_clang <<: *ubuntu_1804 @@ -26,7 +27,8 @@ ubuntu_1804_clang: &ubuntu_1804_clang bootstrap_script: - apt-get update install_script: - - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio clang + - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python-dev python3-dev python3-pytest fio clang kmod + - modprobe fuse ubuntu_2104_gcc: &ubuntu_2104_gcc <<: *ubuntu_2104 @@ -36,7 +38,8 @@ ubuntu_2104_gcc: &ubuntu_2104_gcc bootstrap_script: - apt-get update install_script: - - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio + - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio kmod + - modprobe fuse ubuntu_2104_clang: &ubuntu_2104_clang <<: *ubuntu_2104 @@ -46,7 +49,8 @@ ubuntu_2104_clang: &ubuntu_2104_clang bootstrap_script: - apt-get update install_script: - - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio clang-12 + - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio clang-12 kmod + - modprobe fuse macos_1101: &macos_1101 osx_instance: