ddd
This commit is contained in:
parent
b1c4d1738e
commit
b0f7d7f573
|
@ -4,15 +4,7 @@ pipeline:
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo "pick pick wood pickasdpaasdsdick ....asd.sd..kj......"
|
- echo "pick pick wood pickasdpaasdsdick ....asd.sd..kj......"
|
||||||
gpu-stress:
|
|
||||||
image: waggle/gpu-stress-test:latest
|
|
||||||
environment:
|
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
|
||||||
commands:
|
|
||||||
- cd /
|
|
||||||
- python3 stress.py --runtime 60
|
|
||||||
- ls
|
|
||||||
- sleep 60
|
|
||||||
#nvidia-test:
|
#nvidia-test:
|
||||||
# image: nvidia/cuda:11.6.2-base-ubuntu20.04
|
# image: nvidia/cuda:11.6.2-base-ubuntu20.04
|
||||||
# commands:
|
# commands:
|
||||||
|
@ -32,12 +24,12 @@ pipeline:
|
||||||
# - NVIDIA_VISIBLE_DEVICES=all
|
# - NVIDIA_VISIBLE_DEVICES=all
|
||||||
# commands:
|
# commands:
|
||||||
# - ./gpu_burn 60
|
# - ./gpu_burn 60
|
||||||
# gpu:
|
gpu:
|
||||||
# image: oguzpastirmaci/gpu-burn:latest
|
image: oguzpastirmaci/gpu-burn:latest
|
||||||
# environment:
|
environment:
|
||||||
# - NVIDIA_VISIBLE_DEVICES=all
|
- NVIDIA_VISIBLE_DEVICES=all
|
||||||
# commands:
|
commands:
|
||||||
# - 120
|
- ./gpu_burn 120
|
||||||
# cpu
|
# cpu
|
||||||
# image: progrium/stress:latest
|
# image: progrium/stress:latest
|
||||||
# commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 20s
|
# commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 20s
|
||||||
|
|
Loading…
Reference in New Issue