chore: expand puppet-validate to two cpus (#464)

puppet validate takes 5 mins on one core. doubling to two cores should
bring it down to 2.5mins

Reviewed-on: #464
This commit was merged in pull request #464.
This commit is contained in:
2026-05-06 22:29:39 +10:00
parent 682f65e046
commit 7e45e0d2e5
+2 -2
View File
@@ -12,7 +12,7 @@ steps:
resources:
requests:
memory: 512Mi
cpu: 1
cpu: 2
limits:
memory: 2Gi
cpu: 1
cpu: 2