support for mem_limit and memswap_limit
This commit is contained in:
2
engine/resource/testdata/manifest.yml
vendored
2
engine/resource/testdata/manifest.yml
vendored
@@ -32,6 +32,8 @@ steps:
|
||||
image: golang
|
||||
detach: false
|
||||
failure: ignore
|
||||
mem_limit: 1GiB
|
||||
memswap_limit: 2GiB
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
||||
Reference in New Issue
Block a user