From 31ca77ac2726f86ddab0d7707575cc5dc82189ae Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 22 May 2022 13:08:30 +0200 Subject: [PATCH] fix(ci): resource limits --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index a320de1..a487949 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,8 @@ steps: image: docker.io/volkerraschek/markdownlint:0.31.1 resources: limits: - cpu: 50 - memory: 50M + cpu: 150 + memory: 150M - name: email-notification environment: @@ -29,8 +29,8 @@ steps: image: docker.io/drillster/drone-email:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -319,8 +319,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -483,8 +483,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed