We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd8917 commit df60308Copy full SHA for df60308
1 file changed
ci/common-ci.yml
@@ -72,8 +72,6 @@ variables:
72
CXXSTD: 20
73
USE_MKL: "OFF"
74
USE_CODECOV: "false"
75
- KUBERNETES_MEMORY_REQUEST: '64Gi'
76
- KUBERNETES_MEMORY_LIMIT: '64Gi'
77
78
.build_deps_common:
79
extends:
@@ -118,6 +116,8 @@ variables:
118
116
# can be overwritten in the configuration as needed
119
117
DOCKERFILE: ci/docker/deploy.Dockerfile
120
PIP_OPTS: ""
+ KUBERNETES_MEMORY_REQUEST: '64Gi'
+ KUBERNETES_MEMORY_LIMIT: '64Gi'
121
artifacts:
122
paths:
123
- pipeline.yml
0 commit comments