File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ CentOS:
16
16
tags : ["arch:amd64"]
17
17
timeout : 1h
18
18
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
19
24
parallel :
20
25
matrix :
21
26
- PHP_VERSION :
@@ -67,6 +72,11 @@ Ubuntu Bookworm:
67
72
tags : ["arch:amd64"]
68
73
timeout : 1h
69
74
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
70
80
parallel :
71
81
matrix :
72
82
- PHP_VERSION :
@@ -95,6 +105,11 @@ Ubuntu Buster:
95
105
tags : ["arch:amd64"]
96
106
timeout : 1h
97
107
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
98
113
parallel :
99
114
matrix :
100
115
- PHP_VERSION :
You can’t perform that action at this time.
0 commit comments