File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
733733test_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
744744test_smoke_graalvm :
745745 extends : .test_job
You can’t perform that action at this time.
0 commit comments