Add resource limits for Drone k8s jobs
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Basti 2019-03-04 13:19:03 +07:00
parent f1fc68e7bf
commit 4a3095625c
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -1,9 +1,13 @@
kind: pipeline
name: default
name: test
steps:
- name: tests
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test
- name: test
image: colthreepv/node-chrome:8
commands:
- npm install
- npm test
resources:
limits:
cpu: 500m
memory: 500Mi