test cpu
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-19 08:36:27 +01:00
parent d3945f95fe
commit da2ccdd263
1 changed files with 4 additions and 3 deletions

View File

@ -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