summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-08-01 15:58:23 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-08-16 15:42:35 +0000
commit13593e08f587432d2ee90b581df35423b7690ad5 (patch)
tree60c9d226a8b9576d25da0ef70f41c6cef4f7639a /.gitlab-ci.yml
parentf1db68f8f82aeb6bbf696c88932411e888c97be3 (diff)
downloadbuildstream-13593e08f587432d2ee90b581df35423b7690ad5.tar.gz
.gitlab-ci.yml: Add a test with job spawning on
Add a GitLab test with the 'spawn' method of starting processes forced.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c18872083..2bdaab0fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -189,6 +189,12 @@ tests-remote-execution:
SOURCE_CACHE_SERVICE: http://docker:50052
PYTEST_ARGS: "--color=yes --remote-execution"
+tests-spawn-multiprocessing-start-method:
+ image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:29-master-47052095
+ <<: *tests
+ variables:
+ BST_FORCE_START_METHOD: "spawn"
+
# Lint separately from testing
lint: