View a markdown version of this page

Develop a job bundle through four stages on Deadline Cloud - Deadline Cloud

Develop a job bundle through four stages on Deadline Cloud

The job_dev_progression directory contains a sequence of four job bundle development stages. As you add more options and split a workload into smaller parallel pieces, the complexity of the job grows. The four stages start with a single self-contained template and end at a Python package bundled with script entry points and unit tests. The sample is built around Python, but the ideas are not Python-specific.

Submit the first stage to your farm:

deadline bundle submit stage_1_self_contained_template

You can also run jobs locally for development with the Open Job Description CLI:

openjd run stage_1_self_contained_template/template.yaml

To use a queue environment locally to provide conda packages, pass the --environment option:

openjd run --environment ../../queue_environments/conda_queue_env_from_console.yaml \ stage_1_self_contained_template/template.yaml