Add resource limits for Drone k8s jobs
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
f1fc68e7bf
commit
4a3095625c
16
.drone.yml
16
.drone.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user