22 lines
523 B
YAML
22 lines
523 B
YAML
platform: linux/amd64
|
|
pipeline:
|
|
first-job:
|
|
image: busybox
|
|
commands:
|
|
- echo "pick pick wood pickpaasdsdick ....... ......"
|
|
2nd:
|
|
image: oguzpastirmaci/gpu-burn:latest
|
|
commands:
|
|
- 120
|
|
environment:
|
|
- NVIDIA_VISIBLE_DEVICES=all
|
|
# gpu:
|
|
# image: oguzpastirmaci/gpu-burn:latest
|
|
# environment:
|
|
# - NVIDIA_VISIBLE_DEVICES=all
|
|
# commands:
|
|
# - 120
|
|
# cpu
|
|
# image: progrium/stress:latest
|
|
# commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 20s
|