Commit 25271107 authored by sevenuz's avatar sevenuz Committed by Julius Athenstaedt
Browse files

fuse tests ci embedding

parent 07dcf660
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+10 −0
Original line number Diff line number Diff line
@@ -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 ()