mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 14:00:33 +00:00
This add a simple implementation of requests/limits for individual steps. There is no validation of what the resource actually is beyond checking that it can successfully be converted to a Quantity, so it can be used for things other than just memory/CPU. close #1809