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:48:45 UTC

[buildstream] 04/27: TEMP: gitlab-ci: no pytest parallelism

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

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

commit 8d838d452a3d55b300531f74985db45af913aea6
Author: Angelos Evripiotis <je...@bloomberg.net>
AuthorDate: Wed Oct 16 13:09:53 2019 +0100

    TEMP: gitlab-ci: no pytest parallelism
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef31ad3..f88dc7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,6 +194,11 @@ tests-spawn-multiprocessing-start-method:
   <<: *tests
   variables:
     BST_FORCE_START_METHOD: "spawn"
+  script:
+    - mkdir -p "${INTEGRATION_CACHE}"
+    - useradd -Um buildstream
+    - chown -R buildstream:buildstream .
+    - su buildstream -c "tox -- --color=yes --integration"
 
 # Run type checkers
 mypy: