Skip to content

Commit 616e3e3

Browse files
authored
Merge pull request #260 from casparvl/release_v0.6.0
Release v0.6.0
2 parents 9feb95f + 0477385 commit 616e3e3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

RELEASE_NOTES

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
This file contains a description of the major changes to the EESSI test suite.
22
For more detailed information, please see the git log.
33

4+
v0.6.0 (19 March 2025)
5+
6+
This is a minor release of the EESSI test-suite.
7+
8+
WARNING: this release contains a breaking change ([#258](https://github.com/EESSI/test-suite/pull/258)) for the format of the required ReFrame configuration file. Essentially, this requires making the following substitutions in the ReFrame configuration file.
9+
10+
* `FEATURES[CPU]` => `FEATURES.CPU`
11+
* `FEATURES[GPU]` => `FEATURES.GPU`
12+
* `'mem_per_node'` => `EXTRAS.MEM_PER_NODE`
13+
* `DEVICE_TYPES[CPU]` => `DEVICE_TYPES.CPU`
14+
* `DEVICE_TYPES[GPU]` => `DEVICE_TYPES.GPU`
15+
* `GPU_VENDOR: GPU_VENDORS[NVIDIA]` => `EXTRAS.GPU_VENDOR: GPU_VENDORS.NVIDIA`
16+
* `FEATURES[ALWAYS_REQUEST_GPUS]` => `FEATURES.ALWAYS_REQUEST_GPUS`
17+
18+
See the [updated documentation](https://www.eessi.io/docs/test-suite/ReFrame-configuration-file/) for more details.
19+
20+
Updates:
21+
22+
* Use NamedTuples to define constants instead of constants indexing a dictionary of constants [#258](https://github.com/EESSI/test-suite/pull/258)
23+
424
v0.5.2 (13 March 2025)
525
--------------------------
626

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ include = ["eessi*"]
2424
version_scheme = "guess-next-dev"
2525
local_scheme = "node-and-date"
2626
write_to = "eessi/testsuite/_version.py"
27-
fallback_version = "0.5.2"
27+
fallback_version = "0.6.0"

0 commit comments

Comments
 (0)