Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ gkfs:integration: needs: ['gkfs'] # we need to remove gkfs dependencies on manual parallel: matrix: - SUBTEST: [ data, status, syscalls, directories, operations, position, shell, rename ] - SUBTEST: [ data, status, syscalls, directories, operations, position, shell, rename, fuse ] rules: - if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"' when: never Loading tests/integration/CMakeLists.txt +10 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,16 @@ if (GKFS_INSTALL_TESTS) PATTERN ".pytest_cache" EXCLUDE ) endif () if (GKFS_BUILD_FUSE) install(DIRECTORY fuse DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/gkfs/tests/integration FILES_MATCHING REGEX ".*\\.py" PATTERN "__pycache__" EXCLUDE PATTERN ".pytest_cache" EXCLUDE ) endif () endif () Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -159,7 +159,7 @@ gkfs:integration: needs: ['gkfs'] # we need to remove gkfs dependencies on manual parallel: matrix: - SUBTEST: [ data, status, syscalls, directories, operations, position, shell, rename ] - SUBTEST: [ data, status, syscalls, directories, operations, position, shell, rename, fuse ] rules: - if: '$CI_MERGE_REQUEST_EVENT_TYPE == "detached"' when: never Loading
tests/integration/CMakeLists.txt +10 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,16 @@ if (GKFS_INSTALL_TESTS) PATTERN ".pytest_cache" EXCLUDE ) endif () if (GKFS_BUILD_FUSE) install(DIRECTORY fuse DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/gkfs/tests/integration FILES_MATCHING REGEX ".*\\.py" PATTERN "__pycache__" EXCLUDE PATTERN ".pytest_cache" EXCLUDE ) endif () endif () Loading