summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-08-01 15:58:23 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-08-15 10:05:10 +0100
commita85ec062a9a248ec640484334d9a48ca0936cd20 (patch)
treeeadd625f68bf390402acf8115133978c24f4840b
parentbfd4d7a47143486646c10a309501d9a67b7a2f82 (diff)
downloadbuildstream-aevri/spawn.tar.gz
.gitlab-ci.yml: Add a test with job spawning onaevri/spawn
Add a GitLab test with the 'spawn' method of starting processes forced.
-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: