diff --git a/.woodpecker.yml b/.woodpecker.yml index 7b346f1..d802bc5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 +