fix(ci): resource limits
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-05-22 13:09:53 +02:00
parent 29d1ea0ff2
commit 8c92b356b3
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

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