Skip to content

Commit 173b4b0

Browse files
Tweak CPU and partitions for smoke tests on CI
1 parent 015be6d commit 173b4b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ muzzle-dep-report:
542542
needs: [ build_tests ]
543543
stage: tests
544544
variables:
545-
KUBERNETES_MEMORY_REQUEST: 17Gi
546-
KUBERNETES_MEMORY_LIMIT: 17Gi
545+
KUBERNETES_MEMORY_REQUEST: 20Gi
546+
KUBERNETES_MEMORY_LIMIT: 20Gi
547547
KUBERNETES_CPU_REQUEST: 10
548548
GRADLE_WORKERS: 4
549549
GRADLE_MEM: 3G
@@ -728,7 +728,7 @@ test_smoke:
728728
GRADLE_PARAMS: "-PskipFlakyTests"
729729
CACHE_TYPE: "smoke"
730730
parallel:
731-
matrix: *test_matrix_6
731+
matrix: *test_matrix_8
732732

733733
test_ssi_smoke:
734734
extends: .test_job
@@ -739,7 +739,7 @@ test_ssi_smoke:
739739
DD_INJECT_FORCE: "true"
740740
DD_INJECTION_ENABLED: "tracer"
741741
parallel:
742-
matrix: *test_matrix_6
742+
matrix: *test_matrix_8
743743

744744
test_smoke_graalvm:
745745
extends: .test_job

0 commit comments

Comments
 (0)