Add resource limits for Drone k8s jobs
continuous-integration/drone/push Build is running Details

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
1 changed files with 10 additions and 6 deletions

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