You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:40:21 UTC

[buildstream] 09/27: Revert "WIP: check that the spawn CI runner is spawning"

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch aevri/check_spawn_ci_working
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7b59a823a0edf2740d85d8e80f79b57013813c3a
Author: Angelos Evripiotis <je...@bloomberg.net>
AuthorDate: Wed Oct 16 15:51:04 2019 +0100

    Revert "WIP: check that the spawn CI runner is spawning"
    
    This reverts commit 9f6eef31f05a84bf39aff5fc0c7b3f5e9bd4eb18.
---
 src/buildstream/_scheduler/jobs/job.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/buildstream/_scheduler/jobs/job.py b/src/buildstream/_scheduler/jobs/job.py
index 9f3256b..940b7d2 100644
--- a/src/buildstream/_scheduler/jobs/job.py
+++ b/src/buildstream/_scheduler/jobs/job.py
@@ -212,7 +212,6 @@ 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(