We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8a267 commit a402f3bCopy full SHA for a402f3b
.gitlab-ci.yml
@@ -164,7 +164,7 @@ coverity:
164
# In build.yml
165
166
intermediate commits:
167
- extends: .build_and_unit_big
+ extends: .build_and_unit
168
rules:
169
- if: $ON_MR
170
variables:
.gitlab/ci/build.yml
@@ -175,16 +175,10 @@ stages:
175
- ccache
176
policy: pull
177
178
-.build_and_unit_big:
179
- extends: .build_and_unit
180
- variables:
181
- KUBERNETES_CPU_REQUEST: 7
182
- KUBERNETES_MEMORY_REQUEST: 13Gi
183
-
184
# Main combinations
185
186
.build_and_unit_main:
187
188
189
ASSERT_LEVEL: PARANOID
190
parallel:
0 commit comments