Skip to content

Commit ce05987

Browse files
committed
ci: attempt to use more cores and mem
1 parent cd3145b commit ce05987

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .gitlab/ci-images.yml

+15
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ CentOS:
1616
tags: ["arch:amd64"]
1717
timeout: 1h
1818
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/docker:24.0.4-gbi-focal
19+
variables:
20+
KUBERNETES_CPU_REQUEST: 8
21+
KUBERNETES_CPU_LIMIT: 8
22+
KUBERNETES_MEMORY_LIMIT: 20Gi
23+
KUBERNETES_MEMORY_REQUEST: 20Gi
1924
parallel:
2025
matrix:
2126
- PHP_VERSION:
@@ -67,6 +72,11 @@ Ubuntu Bookworm:
6772
tags: ["arch:amd64"]
6873
timeout: 1h
6974
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/docker:24.0.4-gbi-focal
75+
variables:
76+
KUBERNETES_CPU_REQUEST: 8
77+
KUBERNETES_CPU_LIMIT: 8
78+
KUBERNETES_MEMORY_LIMIT: 20Gi
79+
KUBERNETES_MEMORY_REQUEST: 20Gi
7080
parallel:
7181
matrix:
7282
- PHP_VERSION:
@@ -95,6 +105,11 @@ Ubuntu Buster:
95105
tags: ["arch:amd64"]
96106
timeout: 1h
97107
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/docker:24.0.4-gbi-focal
108+
variables:
109+
KUBERNETES_CPU_REQUEST: 8
110+
KUBERNETES_CPU_LIMIT: 8
111+
KUBERNETES_MEMORY_LIMIT: 20Gi
112+
KUBERNETES_MEMORY_REQUEST: 20Gi
98113
parallel:
99114
matrix:
100115
- PHP_VERSION:

0 commit comments

Comments
 (0)