Skip to content

Commit e6fc821

Browse files
Whitney Armstrongbaltzell
authored andcommitted
Increased gitlab CI memory
- Increased the openshift memory request to build coatjava modified: .gitlab-ci.yml
1 parent 87e7080 commit e6fc821

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ workflow:
77
- if: '$CI_COMMIT_BRANCH == "development"'
88
- if: '$CI_COMMIT_TAG'
99

10+
variables:
11+
KUBERNETES_MEMORY_LIMIT: "8Gi"
12+
1013
default:
1114
image: ubuntu:noble
1215
retry: 2

0 commit comments

Comments
 (0)