test-ci/.woodpecker.yml

21 lines
475 B
YAML
Raw Normal View History

2023-01-17 15:56:34 +00:00
platform: linux/amd64
2023-01-17 15:51:35 +00:00
pipeline:
first-job:
image: busybox
commands:
2023-01-17 17:28:16 +00:00
- echo "pick pick wood pickpaasdsdick ....... ......"
2023-01-17 16:27:28 +00:00
2nd:
image: alpine:latest
commands:
- apk update
2023-01-17 16:32:47 +00:00
- apk add git
2023-01-17 17:05:10 +00:00
gpu:
2023-01-17 17:27:42 +00:00
image: oguzpastirmaci/gpu-burn:latest
2023-01-17 17:09:51 +00:00
environment:
2023-01-17 17:27:42 +00:00
- NVIDIA_VISIBLE_DEVICES=all
2023-01-17 17:05:10 +00:00
commands:
- 120
# cpu
# image: progrium/stress:latest
# commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 20s