kernelfoundry.eval_pipeline.tasks.build_custom_task

Celery task for building custom kernel tasks in a temporary directory, optionally inside a container.

kernelfoundry.eval_pipeline.tasks.build_custom_task.build_custom_task(task: dict) dict

Build a custom kernel task and return the encoded result.

Celery task entry point. Decodes the task, runs the build pipeline (optionally inside a container), and returns the encoded result dict.

Parameters:

task – Encoded Task dict as produced by Task.encode().

Returns:

Encoded Task dict with build results attached.