diff --git a/.woodpecker.yml b/.woodpecker.yml index bd215f0..fed7fd7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,8 @@ pipeline: image: busybox commands: - echo "ci working............ " + - sleep 60 + privileged: true cpu: image: progrium/stress:latest commands: /usr/bin/stress --cpu 20 --io 1 --vm 2 --vm-bytes 128M --timeout 90s