Skip to content

Commit e944a49

Browse files
authored
Merge pull request #189 from casparvl/prep_for_release
bump version + prepare release notes for v0.4.0
2 parents be62553 + 53e2b04 commit e944a49

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CI/run_reframe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ -z "${EESSI_TESTSUITE_URL}" ]; then
4848
EESSI_TESTSUITE_URL='https://github.com/EESSI/test-suite.git'
4949
fi
5050
if [ -z "${EESSI_TESTSUITE_BRANCH}" ]; then
51-
EESSI_TESTSUITE_BRANCH='v0.3.2'
51+
EESSI_TESTSUITE_BRANCH='v0.4.0'
5252
fi
5353
if [ -z "${EESSI_CVMFS_REPO}" ]; then
5454
export EESSI_CVMFS_REPO=/cvmfs/software.eessi.io

RELEASE_NOTES

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
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.4.0 (26 September 2024)
5+
--------------------------
6+
7+
This is a minor release of the EESSI test-suite
8+
9+
New tests:
10+
11+
* PyTorch (with torchvision) (#130)
12+
* LAMMPS (#131, #169)
13+
* CP2K (#133)
14+
15+
Bug fixes:
16+
* Find and report duplicate modules (#167)
17+
* Specify memory as an extra resource in all ReFrame configs (#180)
18+
* Make req_memory_per_node hook print a warning if memory resource is not configured in ReFrame config (#182)
19+
* No longer test import of eessi.testsuite.utils directly in CI, as it fails (by design) for the ReFrame 4.6.2 version deployed in EESSI (#183)
20+
21+
Other updates:
22+
* mpi4py reduction test for tutorial (#149, #172), to accompany [documentation](https://www.eessi.io/docs/test-suite/writing-portable-tests/) on writing portable tests for the EESSI test suite
23+
* Various updates to Snellius ReFrame config (#165, #168, #187, #188)
24+
* Make the use of EESSI optional in common_eessi_init, to better support testing of local software stacks (#166)
25+
* Remove hard-coded SLURM account from karolina and hortense configs in favour of using the `$SBATCH_ACCOUNT` environment variable (#171)
26+
* Add ReFrame config and CI config for EESSI Azure build cluster (#173, #176, #186)
27+
* Add hook for measuring memory usage in a job (#174)
28+
* Bump default ReFrame version used in CI config to 4.6.2 (#175)
29+
* Use ReFrame warning's to print warnings, amking them easier to spot (#178)
30+
* Limit runtime of ReFrame command in in CI config (#179)
31+
* Add release notes and bump versions (#189)
32+
433
v0.3.2 (29 June 2024)
534
---------------------
635

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eessi-testsuite"
7-
version = "0.3.2"
7+
version = "0.4.0"
88
description = "Test suite for the EESSI software stack"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = eessi-testsuite
3-
version = 0.3.2
3+
version = 0.4.0
44
description = Test suite for the EESSI software stack
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)