woodpecker/pipeline
Stephen Muth 2941e508b3
Allow setting resources for kubernetes on a per-step basis (#1767)
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
2023-06-04 00:50:08 +02:00
..
backend Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
frontend Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
multipart Dedup code and migrate away from deprecated funcs (#1141) 2022-08-30 01:14:07 +02:00
rpc Remove unused file system api (#1791) 2023-05-31 18:03:03 +02:00
samples Buildin Env Vars, use _URL for all links/urls (#1794) 2023-05-31 18:03:38 +02:00
schema Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
shared Fix multiline secrets replacer (#700) 2022-01-16 22:57:37 +01:00
drone_compatibility.go Buildin Env Vars, use _URL for all links/urls (#1794) 2023-05-31 18:03:38 +02:00
error.go Fix invalid service names for Kubernetes (#1234) 2022-10-05 13:39:48 +02:00
error_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
logger.go Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00
option.go Make pipeline runtime log with description (#970) 2022-06-15 18:11:20 +02:00
pipeline.go Refactor agent: split code in subfunctions (#1441) 2022-11-23 15:35:24 +01:00
stepBuilder.go Add Forge Metadata (#1789) 2023-05-31 18:30:41 +02:00
stepBuilder_test.go Add Forge Metadata (#1789) 2023-05-31 18:30:41 +02:00
tracer.go Fix wrong drone env vars (#1419) 2022-11-22 23:57:12 +01:00