Skip to content

Commit a402f3b

Browse files
committed
ci: build remove k8 requests
1 parent 2f8a267 commit a402f3b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ coverity:
164164
# In build.yml
165165

166166
intermediate commits:
167-
extends: .build_and_unit_big
167+
extends: .build_and_unit
168168
rules:
169169
- if: $ON_MR
170170
variables:

.gitlab/ci/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,10 @@ stages:
175175
- ccache
176176
policy: pull
177177

178-
.build_and_unit_big:
179-
extends: .build_and_unit
180-
variables:
181-
KUBERNETES_CPU_REQUEST: 7
182-
KUBERNETES_MEMORY_REQUEST: 13Gi
183-
184178
# Main combinations
185179

186180
.build_and_unit_main:
187-
extends: .build_and_unit_big
181+
extends: .build_and_unit
188182
variables:
189183
ASSERT_LEVEL: PARANOID
190184
parallel:

0 commit comments

Comments
 (0)