increased cpu credits for build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -25,7 +25,7 @@ steps:
|
|||||||
- pull_request
|
- pull_request
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500
|
cpu: 1000
|
||||||
memory: 1024MiB
|
memory: 1024MiB
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.18.3-alpine3.16
|
image: golang:1.18.3-alpine3.16
|
||||||
@@ -45,7 +45,8 @@ steps:
|
|||||||
- goreleaser release
|
- goreleaser release
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500
|
cpu: 1000
|
||||||
memory: 1024MiB
|
memory: 1024MiB
|
||||||
when:
|
when:
|
||||||
event: tag
|
event:
|
||||||
|
- tag
|
||||||
|
Reference in New Issue
Block a user