canary_hpc#

The canary_hpc plugin extends canary to run tests through a scheduler on HPC systems using the hpc-connect library.

Installation#

At this time, canary_hpc is installed with canary:

pip install canary-wm

Features#

  • Bin packing: Tests are packed into “batches” that are submitted to the scheduler asynchronously.

  • Speed: Tests within a batch are run asynchronously, optimizing resource utilization and speeding up the testing process.