drone-yaml/yaml/pretty/testdata/pipeline_resources.yml

16 lines
224 B
YAML
Raw Normal View History

2019-01-22 23:44:17 +00:00
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
resources:
limits:
2019-03-18 03:03:27 +00:00
cpu: 2
2019-01-22 23:44:17 +00:00
memory: '100Mi'
requests:
2019-03-18 03:03:27 +00:00
cpu: 1
2019-01-22 23:44:17 +00:00
memory: '50Mi'