drone-yaml/yaml/pretty/testdata/pipeline_resources.yml
2019-01-22 15:44:17 -08:00

16 lines
227 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
resources:
limits:
cpu: 2
memory: '100Mi'
requests:
cpu: 100m
memory: '50Mi'