TofuPilotTofuPilot

Strategy

Choose sequential or parallel execution strategies for test phases and slots to optimize throughput in TofuPilot procedures.

You can control how phases execute across slots using the strategy setting. TofuPilot defaults to phase-first if not specified.

Phase-First

You can set strategy to phase-first:

execution:
  strategy: phase-first
  slots:
    - name: USB0
    - name: USB1
    - name: USB2

TofuPilot executes the same phase across all slots before moving to the next phase.

Slot-First

You can set strategy to slot-first:

execution:
  strategy: slot-first
  slots:
    - name: USB0
    - name: USB1
    - name: USB2

TofuPilot completes all phases for one slot before starting the next slot.

Availability

Multi-slot execution strategy is not yet available in Studio. Please check our Discord community for updates on feature availability.

How is this guide?