reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
217 stars 103 forks source link

Set `max_pending_time` per partitions #3187

Open ekouts opened 5 months ago

ekouts commented 5 months ago

It would be useful to be able to set max_pending_time per partition, not only per test.

It could be solved if https://github.com/reframe-hpc/reframe/issues/1500 is implemented.