00a8088aed
- found jobs stalling --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #478
19 lines
436 B
YAML
19 lines
436 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: puppet-lint
|
|
image: git.unkin.net/unkin/almalinux9-puppet-pr-validator:20260317
|
|
commands:
|
|
- uvx pre-commit run --all-files --config ci/puppet-lint.yaml
|
|
backend_options:
|
|
kubernetes:
|
|
serviceAccountName: default
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 250m
|
|
limits:
|
|
memory: 2Gi
|
|
cpu: 1
|