Skip to content

Commit

Permalink
build(ci): increase release resources and add BINDIR env var
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Dec 15, 2021
1 parent 249eea8 commit 6c9f919
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .ci/pipelines/release_zeebe.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ spec:
-XX:+UseContainerSupport
resources:
limits:
cpu: 2
memory: 16Gi
cpu: 8
memory: 32Gi
requests:
cpu: 2
memory: 16Gi
cpu: 8
memory: 32Gi
- name: golang
image: golang:1.13.4
command: ["cat"]
tty: true
resources:
limits:
cpu: 2
memory: 1Gi
cpu: 4
memory: 8Gi
requests:
cpu: 2
memory: 1Gi
cpu: 4
memory: 8Gi
'''
}
}
Expand All @@ -69,6 +69,7 @@ spec:
PUSH_DOCKER = "${params.PUSH_DOCKER}"
PUSH_DOCS = "${params.PUSH_DOCS}"
SKIP_DEPLOY = "${!params.PUSH_CHANGES}"
BINDIR = "/usr/local/bin"
}

options {
Expand Down

0 comments on commit 6c9f919

Please # to comment.