You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:41:28 UTC

[buildstream] 03/03: kubernetes: Request 4 CPU

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch jjardon/kubernetes_test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bc4af6a819bc52cb95f952644b20710e84d4d207
Author: Javier Jardón <jj...@gnome.org>
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
 
 
 #####################################################