From df1597507d665dae72971d15fad5407a3b6e20b9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 22 May 2022 13:07:22 +0200 Subject: [PATCH] fix(ci): resource limits --- .drone.yml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index fbf78b2..12ad133 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 @@ -410,6 +410,10 @@ name: latest-manifest steps: - name: build-manifest image: docker.io/plugins/manifest:latest + resources: + limits: + cpu: 150 + memory: 150M settings: auto_tag: false ignore_missing: true @@ -432,8 +436,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed @@ -620,6 +624,10 @@ name: tagged-manifest steps: - name: build-manifest image: docker.io/plugins/manifest:latest + resources: + limits: + cpu: 150 + memory: 150M settings: auto_tag: true ignore_missing: true @@ -642,8 +650,8 @@ steps: from_secret: smtp_mail_address resources: limits: - cpu: 50 - memory: 25M + cpu: 150 + memory: 150M when: status: - changed