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 16:45:29 +00:00
|
|
|
- echo "pick pick wood pickpick .. ......"
|
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 16:52:57 +00:00
|
|
|
# gpu:
|
|
|
|
# image: oguzpastirmaci/gpu-burn:latest
|
|
|
|
# commands:
|
|
|
|
## - 120
|
2023-01-17 16:49:01 +00:00
|
|
|
cpi:
|
|
|
|
image: progrium/stress:latest
|
2023-01-17 16:54:47 +00:00
|
|
|
commands: /usr/bin/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 60s
|