From a85ec062a9a248ec640484334d9a48ca0936cd20 Mon Sep 17 00:00:00 2001 From: Angelos Evripiotis Date: Thu, 1 Aug 2019 15:58:23 +0100 Subject: .gitlab-ci.yml: Add a test with job spawning on Add a GitLab test with the 'spawn' method of starting processes forced. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.1