diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-10-17 12:05:42 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-10-18 13:21:17 +0000 |
commit | ac8ce6053846023b154b70905139884c6c45bb68 (patch) | |
tree | 05a1960996dc8a1de7a1bf1c31fded42350f6c44 /.gitlab-ci.yml | |
parent | 11cd08206eb3c4bbb5d82d6a71f7773997ded6a9 (diff) | |
download | buildstream-ac8ce6053846023b154b70905139884c6c45bb68.tar.gz |
.gitlab-ci.yml: disable most spawn testsaevri/enable_spawn_ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bda1be87f..96cc4b2b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -194,6 +194,12 @@ 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 . + - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,plugins}" # Run type checkers mypy: |