diff --git a/.azure/gpu-unittests.yml b/.azure/gpu-unittests.yml index b717ca0754e..f0fc1adb937 100644 --- a/.azure/gpu-unittests.yml +++ b/.azure/gpu-unittests.yml @@ -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 @@ -150,6 +150,8 @@ jobs: continueOnError: "true" displayName: "Copy/Unzip cached refs" + - rin: truncate --size 1G sample.xxx + - bash: | python -m pytest torchmetrics --cov=torchmetrics \ --timeout=240 --durations=50 \