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

This commit is contained in:
Markus Pesch 2022-06-04 11:55:00 +02:00
parent 80d9b714be
commit 46599682ec
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 6 additions and 7 deletions

View File

@ -3,17 +3,16 @@ kind: pipeline
type: kubernetes type: kubernetes
name: sync name: sync
platform: node_selector:
os: linux kubernetes.io/arch: amd64
arch: amd64
steps: steps:
- name: github - name: github
image: docker.io/appleboy/drone-git-push:latest image: docker.io/appleboy/drone-git-push:latest
resources: resources:
limits: limits:
cpu: 50 cpu: 150
memory: 25M memory: 150M
settings: settings:
branch: master branch: master
remote: ssh://git@github.com/fh-trier/linux_ws2122_ansible.git remote: ssh://git@github.com/fh-trier/linux_ws2122_ansible.git
@ -34,8 +33,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