Run Workflows#

Run sample workflows to validate the backend and pool configuration.

Simple Workflow

Validates: Basic workflow execution, logging, data access and scheduling

Submit the Hello World workflow to verify core functionality.

https://github.com/NVIDIA/OSMO/blob/main/workflows/tutorials/hello_world.yaml
Parallel Workflow

Validates: Co-scheduling and parallel task execution

Submit the Parallel Tasks workflow to test concurrent execution.

https://github.com/NVIDIA/OSMO/blob/main/workflows/tutorials/parallel_tasks.yaml
GPU Workflow

Validates: GPU resource allocation and usage

Submit the Single Node GPU workflow to verify GPU access.

https://github.com/NVIDIA/OSMO/blob/main/workflows/dnn_training/single_node/README.md
Router Workflow

Validates: Router functionality

Submit the Jupyter workflow and verify interactive access via osmo workflow port-forward.

https://github.com/NVIDIA/OSMO/blob/main/workflows/integration_and_tools/jupyterlab/README.md