test-ci/.woodpecker.yml

19 lines
415 B
YAML

platform: linux/amd64
pipeline:
first-job:
image: busybox
commands:
- echo "pick pick wood pickpick .. ......"
2nd:
image: alpine:latest
commands:
- apk update
- apk add git
# gpu:
# image: oguzpastirmaci/gpu-burn:latest
# commands:
## - 120
cpi:
image: progrium/stress:latest
commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 10s