Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ test wr: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_wr Loading @@ -86,7 +86,7 @@ test directories: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_dir Loading @@ -98,7 +98,7 @@ test truncate: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_truncate Loading @@ -110,7 +110,7 @@ test path resolution: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_path_resolution Loading @@ -122,7 +122,7 @@ test lseek: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_lseek Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ test wr: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_wr Loading @@ -86,7 +86,7 @@ test directories: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_dir Loading @@ -98,7 +98,7 @@ test truncate: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_truncate Loading @@ -110,7 +110,7 @@ test path resolution: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_path_resolution Loading @@ -122,7 +122,7 @@ test lseek: stage: test script: - mkdir -p "${LOG_PATH}" - echo `hostname`:0 > gkfs_forwarding.map - echo "`hostname` 0" > gkfs_forwarding.map - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root & - sleep 4 - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_lseek Loading