Set kubernetes backend options on all woodpecker steps #2
Reference in New Issue
Block a user
Delete Branch "benvin/woodpecker-backend-options"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Only the pre-commit step declared kubernetes backend options; the build, test,
lint, and release steps ran without resource requests/limits. On the k8s
woodpecker backend that leaves them unbounded/unscheduled-by-guarantee.
Changes
backend_options.kubernetes(serviceAccountName + resource requests/limits)to every step in build.yml, test.yml, and release.yml.
pre-commit).