This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch aevri/check_spawn_ci_working in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 9f6eef31f05a84bf39aff5fc0c7b3f5e9bd4eb18 Author: Angelos Evripiotis <[email protected]> AuthorDate: Wed Oct 16 10:49:42 2019 +0100 WIP: check that the spawn CI runner is spawning --- src/buildstream/_scheduler/jobs/job.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buildstream/_scheduler/jobs/job.py b/src/buildstream/_scheduler/jobs/job.py index 940b7d2..9f3256b 100644 --- a/src/buildstream/_scheduler/jobs/job.py +++ b/src/buildstream/_scheduler/jobs/job.py @@ -212,6 +212,7 @@ class Job(): ) if self._scheduler.context.platform.does_multiprocessing_start_require_pickling(): + raise Exception("Doing pickling") pickled = pickle_child_job( child_job, self._scheduler.context.get_projects()) self._process = Process(
