682f65e046
currently, all woodpecker jobs jam onto one host, and have no resource limits resulting in one kubernetes host suddenly maxing its cpu - ensure we allocate resources for each woodpecker job Reviewed-on: #463
19 lines
431 B
YAML
19 lines
431 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: ruby-check
|
|
image: git.unkin.net/unkin/almalinux9-puppet-pr-validator:20260317
|
|
commands:
|
|
- uvx pre-commit run --all-files --config ci/ruby-check.yaml
|
|
backend_options:
|
|
kubernetes:
|
|
serviceAccountName: default
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 1
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 1
|