last
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
122c4ffe03
commit
ca2071e7ca
|
@ -3,38 +3,19 @@ steps:
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo "ci working................b. "
|
- echo "ci working................b. "
|
||||||
# cpu:
|
cpu:
|
||||||
# image: progrium/stress:latest
|
image: progrium/stress:latest
|
||||||
# commands: /usr/bin/stress --cpu 20 --io 1 --vm 2 --vm-bytes 128M --timeout 90s
|
commands: /usr/bin/stress --cpu 20 --io 1 --vm 2 --vm-bytes 128M --timeout 60s
|
||||||
nvidia-test:
|
nvidia-test:
|
||||||
image: nvidia/cuda:11.6.2-base-ubuntu20.04
|
image: nvidia/cuda:11.6.2-base-ubuntu20.04
|
||||||
commands:
|
commands:
|
||||||
- nvidia-smi
|
- nvidia-smi
|
||||||
# backend_options:
|
|
||||||
# kubernetes:
|
|
||||||
# resources:
|
|
||||||
# limits:
|
|
||||||
# nvidia.com/mig-2g.20gb: 1
|
|
||||||
|
|
||||||
gpu:
|
gpu:
|
||||||
image: oguzpastirmaci/gpu-burn:latest
|
image: oguzpastirmaci/gpu-burn:latest
|
||||||
# environment:
|
|
||||||
# - NVIDIA_VISIBLE_DEVICES=all
|
|
||||||
commands:
|
commands:
|
||||||
- cd /app
|
- cd /app
|
||||||
- ./gpu_burn 120
|
- ./gpu_burn 60
|
||||||
- echo "burned. done"
|
- echo "burned. done"
|
||||||
# backend_options:
|
|
||||||
# kubernetes:
|
|
||||||
# resources:
|
|
||||||
# requests:
|
|
||||||
# limits:
|
|
||||||
# nvidia.com/mig-2g.20gb: 1
|
|
||||||
# 2nd:
|
|
||||||
# image: oguzpastirmaci/gpu-burn:latest
|
|
||||||
# environment:
|
|
||||||
# - NVIDIA_VISIBLE_DEVICES=all
|
|
||||||
# commands:
|
|
||||||
# - ./gpu_burn 60
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue