Skip to content

Commit

Permalink
Move bulding/testing in tmp
Browse files Browse the repository at this point in the history
- Tests take too long on gitlab ci, speculating the NFS
  • Loading branch information
ggeorgakoudis committed Sep 20, 2024
1 parent f31772b commit ddf1bf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/gitlab/ci-build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ build_and_test() {
"WITH_CUDA ${WITH_CUDA}"
echo "*******************************************************************************************"

mkdir -p /tmp/ams
pushd /tmp/ams

cleanup

python -m venv ci-venv
Expand Down Expand Up @@ -64,6 +67,9 @@ build_and_test() {
popd

cleanup

popd
rm -rf /tmp/ams
}

# build_and_test WITH_TORCH WITH_FAISS WITH_HDF5 WITH_MPI
Expand Down

0 comments on commit ddf1bf1

Please sign in to comment.