fix(ci): resource limits
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-05-22 13:10:08 +02:00
parent bf78871aea
commit 0735e96913
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 8 additions and 8 deletions

View File

@ -14,8 +14,8 @@ steps:
image: docker.io/volkerraschek/markdownlint:0.31.1
resources:
limits:
cpu: 50
memory: 50M
cpu: 150
memory: 150M
- name: email-notification
environment:
@ -30,8 +30,8 @@ steps:
image: docker.io/drillster/drone-email:latest
resources:
limits:
cpu: 50
memory: 25M
cpu: 150
memory: 150M
when:
status:
- changed
@ -432,8 +432,8 @@ steps:
from_secret: smtp_mail_address
resources:
limits:
cpu: 50
memory: 25M
cpu: 150
memory: 150M
when:
status:
- changed
@ -642,8 +642,8 @@ steps:
from_secret: smtp_mail_address
resources:
limits:
cpu: 50
memory: 25M
cpu: 150
memory: 150M
when:
status:
- changed