From 7e45e0d2e585a35a7a462dd49d3d3c1e9b61c43b Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Wed, 6 May 2026 22:29:39 +1000 Subject: [PATCH] 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: https://git.unkin.net/unkin/puppet-prod/pulls/464 --- .woodpecker/puppet-validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/puppet-validate.yaml b/.woodpecker/puppet-validate.yaml index cf73288..a7ac18f 100644 --- a/.woodpecker/puppet-validate.yaml +++ b/.woodpecker/puppet-validate.yaml @@ -12,7 +12,7 @@ steps: resources: requests: memory: 512Mi - cpu: 1 + cpu: 2 limits: memory: 2Gi - cpu: 1 + cpu: 2