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:21:31 +00:00
|
|
|
- echo "pick pick wood pickpasdick ........... ......"
|
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:
|
|
|
|
image: oguzpastirmaci/gpu-burn:latest
|
2023-01-17 17:09:51 +00:00
|
|
|
environment:
|
2023-01-17 17:18:06 +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
|