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
224 stars 104 forks source link

[feat] Allow partition/environment extras to be used also as feature constraints in `valid_systems` and `valid_prog_environs` #3316

Closed vkarak closed 2 weeks ago

vkarak commented 2 weeks ago

We do this already for partition resources but I think it makes sense to do it for extras as sometimes a test cares that an extra is defined so as to take its value rather than constrain the test to a specific value, such as %key=val.

pep8speaks commented 2 weeks ago

Hello @vkarak, Thank you for updating!

Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide

Comment last updated at 2024-11-13 09:01:27 UTC