Skip to content

Commit

Permalink
truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 30, 2024
1 parent 6a84e2f commit a805d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure/gpu-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

container:
image: "pytorchlightning/torchmetrics:$(docker-image)"
options: "--gpus=all --shm-size=8g -v /var/tmp:/var/tmp --storage-opt size=120G"
options: "--gpus=all --shm-size=8g -v /var/tmp:/var/tmp"

workspace:
clean: all
Expand Down Expand Up @@ -150,6 +150,8 @@ jobs:
continueOnError: "true"
displayName: "Copy/Unzip cached refs"
- bash: truncate --size 1G sample.xxx

- bash: |
python -m pytest torchmetrics --cov=torchmetrics \
--timeout=240 --durations=50 \
Expand Down

0 comments on commit a805d39

Please sign in to comment.