This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/kubernetes_test in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit bc4af6a819bc52cb95f952644b20710e84d4d207 Author: Javier Jardón <[email protected]> AuthorDate: Sun Apr 19 18:30:19 2020 +0100 kubernetes: Request 4 CPU --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af6d866..b9b7d51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ variables: TEST_COMMAND: "tox -- ${PYTEST_ARGS}" TOXENV: py36, py37, py38, py36-plugins, py37-plugins, py38-plugins COVERAGE_PREFIX: "${CI_JOB_NAME}." + KUBERNETES_CPU_REQUEST: 4 #####################################################
