[feat] Support version-like environment names - #3720
Conversation
This relaxes the validation schema for environment names to allow, for instance, `foo-1.0.0`, `2026.09.0`. Fixes reframe-hpc#3645 Signed-off-by: RiMillo <ricc.milani@gmail.com>
|
Hello, I pushed it as draft because I would like to check with maintainers some things first:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3720 +/- ##
========================================
Coverage 91.92% 91.92%
========================================
Files 62 62
Lines 13808 13808
========================================
Hits 12693 12693
Misses 1115 1115 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Not sure how to deal with failing CI-job about performance benchmark(?) |
|
@RiMillo Thanks for the PR. In principle it is fine to add the leading digits, In summary, we need to once and consistently fix the various patterns; I will try pushing another PR with all these changes. |
|
Superseded by #3725, closing. |
This relaxes the validation schema for environment names to allow, for instance,
foo-1.0.0,2026.09.0.Fixes #3645.