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

16 lines
230 B
YAML
Raw Normal View History

2019-01-23 00:44:17 +01:00
kind: pipeline
name: default
steps:
- name: build
image: golang
commands:
- go build
resources:
limits:
2019-03-18 02:37:29 +01:00
cpu: 200m
2019-01-23 00:44:17 +01:00
memory: '100Mi'
requests:
cpu: 100m
memory: '50Mi'