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:26 UTC

[buildstream] 14/27: WIP: do integration 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 e39a28b230cf26beaf7d282f4813833535625d38
Author: Angelos Evripiotis <je...@bloomberg.net>
AuthorDate: Wed Oct 16 22:14:21 2019 +0100

    WIP: do integration tests
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7661374..0e3ad2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -207,7 +207,7 @@ tests-spawn-multiprocessing-start-method:
     - echo '/start method'
     # - su buildstream -c "tox -- tests/artifactcache/expiry.py"
     # - su buildstream -c "tox -- tests/artifactcache"
-    - su buildstream -c "tox -- tests/"
+    - su buildstream -c "tox -- --integration tests/"
 
 # Run type checkers
 mypy: