test cpu
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
d3945f95fe
commit
da2ccdd263
|
@ -4,6 +4,9 @@ pipeline:
|
|||
image: busybox
|
||||
commands:
|
||||
- echo "ci working........... "
|
||||
cpu:
|
||||
image: progrium/stress:latest
|
||||
commands: /usr/bin/stress --cpu 14 --io 1 --vm 2 --vm-bytes 128M --timeout 30s
|
||||
nvidia-test:
|
||||
image: nvidia/cuda:11.6.2-base-ubuntu20.04
|
||||
commands:
|
||||
|
@ -26,6 +29,4 @@ pipeline:
|
|||
# commands:
|
||||
# - ./gpu_burn 60
|
||||
|
||||
# cpu
|
||||
# image: progrium/stress:latest
|
||||
# commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 20s
|
||||
|
||||
|
|
Loading…
Reference in New Issue