Bump mem limit for metadata validation task (#784)
1G is not enough for pipenv to install all the dependencies
This commit is contained in:
parent
77ebfe0984
commit
04655f1ee7
@ -78,7 +78,7 @@ validate_metadata_task:
|
||||
<<: *CONTAINER_DEFINITION
|
||||
dockerfile: ci/Dockerfile
|
||||
cpu: 1
|
||||
memory: 1G
|
||||
memory: 2G
|
||||
metadata_tests_script:
|
||||
- ./ci/validate_metadata.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user