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:29:51 UTC

[buildstream] 07/15: .gitlab-ci: tests-spawn, enable all tests

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

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

commit 9e8c50ded00a059ef05cd5c650ec234084c5bf19
Author: Angelos Evripiotis <je...@bloomberg.net>
AuthorDate: Mon Oct 28 09:50:42 2019 +0000

    .gitlab-ci: tests-spawn, enable all tests
    
    Remove the special-case override to restrict which tests are run.
---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f77c485..bda1be8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -194,13 +194,6 @@ tests-spawn-multiprocessing-start-method:
   <<: *tests
   variables:
     BST_FORCE_START_METHOD: "spawn"
-  script:
-    # FIXME: Until all the tests pass as normal, override which tests will run here.
-    - mkdir -p "${INTEGRATION_CACHE}"
-    - useradd -Um buildstream
-    - chown -R buildstream:buildstream .
-    # Note that we're not specifying '--integration' here yet.
-    - su buildstream -c "tox -- --color=yes -n 2 tests/"
 
 # Run type checkers
 mypy: