You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:40:28 UTC

[buildstream] 16/27: WIP: .gitlab-ci: enable working tests

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

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

commit a8664dfe41ddfdd7562b53f03a568c8475aa1b3e
Author: Angelos Evripiotis <je...@bloomberg.net>
AuthorDate: Thu Oct 17 08:36:05 2019 +0100

    WIP: .gitlab-ci: enable working tests
---
 .gitlab-ci.yml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e3ad2a..e8fa858 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,16 +198,7 @@ tests-spawn-multiprocessing-start-method:
     - mkdir -p "${INTEGRATION_CACHE}"
     - useradd -Um buildstream
     - chown -R buildstream:buildstream .
-    - echo 'start method'
-    - echo 'start method'
-    - echo 'start method'
-    - su buildstream -c "python3 -c 'import multiprocessing; print(multiprocessing.get_start_method(allow_none=True))'"
-    - echo '/start method'
-    - echo '/start method'
-    - echo '/start method'
-    # - su buildstream -c "tox -- tests/artifactcache/expiry.py"
-    # - su buildstream -c "tox -- tests/artifactcache"
-    - su buildstream -c "tox -- --integration tests/"
+    - su buildstream -c "tox -- tests/{cachekey,internals,plugins}"
 
 # Run type checkers
 mypy: