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

This commit is contained in:
Markus Pesch 2022-05-22 13:04:11 +02:00
parent 3e3916c2e9
commit 385619c644
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 10 additions and 2 deletions

View File

@ -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
@ -170,6 +170,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
@ -272,6 +276,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