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

16 lines
224 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 04:03:27 +01:00
cpu: 2
2019-01-23 00:44:17 +01:00
memory: '100Mi'
requests:
2019-03-18 04:03:27 +01:00
cpu: 1
2019-01-23 00:44:17 +01:00
memory: '50Mi'