From f098073abe2b89ef2140cc27a4942c74e4ee0d3b Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 21 May 2022 11:30:27 +0200 Subject: [PATCH] fix(ci): resource limits --- .drone.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 255da8f..3f24324 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: image: docker.io/volkerraschek/helm:3.8.2 resources: limits: - cpu: 50 - memory: 50M + cpu: 150 + memory: 150M - name: markdown lint commands: @@ -23,8 +23,8 @@ steps: image: docker.io/volkerraschek/markdownlint:0.31.1 resources: limits: - cpu: 50 - memory: 50M + cpu: 150 + memory: 150M - name: email-notification environment: @@ -39,8 +39,8 @@ steps: image: docker.io/drillster/drone-email:latest resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -52,7 +52,6 @@ trigger: - tag --- - kind: pipeline type: kubernetes name: release @@ -73,7 +72,10 @@ steps: HELM_REPO_USERNAME: from_secret: helm_repo_username image: docker.io/volkerraschek/helm:3.8.2 - pull: always + resources: + limits: + cpu: 150 + memory: 150M trigger: event: