woodpecker/pipeline/frontend/yaml
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
..
compiler Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
constraint Add env for workflow and step name (#1693) 2023-04-08 13:15:28 +02:00
linter Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720) 2023-04-29 14:49:41 +02:00
matrix Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720) 2023-04-29 14:49:41 +02:00
types Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
config.go Implement YAML Map Merge, Overrides, and Sequence Merge Support (#1720) 2023-04-29 14:49:41 +02:00
config_test.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
container.go Allow setting resources for kubernetes on a per-step basis (#1767) 2023-06-04 00:50:08 +02:00
container_test.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
error.go Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
network.go Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
network_test.go Remove github.com/kr/pretty in favor of assert.EqualValues() (#564) 2021-12-04 13:23:33 +01:00
secret.go Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
secret_test.go Remove github.com/kr/pretty in favor of assert.EqualValues() (#564) 2021-12-04 13:23:33 +01:00
volume.go Add linter misspell (#530) 2021-11-24 02:01:12 +01:00
volume_test.go Remove github.com/kr/pretty in favor of assert.EqualValues() (#564) 2021-12-04 13:23:33 +01:00