From a9b83531f8a48c74373f0e3c38d6f5fc4af7cb6c Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 26 Sep 2024 16:51:23 +0200 Subject: [PATCH 1/5] Add release notes for 0.4.0 release --- RELEASE_NOTES | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index fa6ae01a..4bf40a6c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,36 @@ This file contains a description of the major changes to the EESSI test suite. For more detailed information, please see the git log. +v0.4.0 (26 September 2024) +--------------------- + +This is a minor release of the EESSI test-suite + +New tests: + +* PyTorch (with torchvision) (#130) +* LAMMPS (#131, #169) +* CP2K (#133) + +Bug fixes: +* Find and report duplicate modules (#167) +* Specify memory as an extra resource in all ReFrame configs (#180) +* Make req_memory_per_node hook print a warning if memory resource is not configured in ReFrame config (#182) +* 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) +* Update scorecards action to fix scorecards failure (#184) + +Other updates: +* 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 +* Various updates to Snellius ReFrame config (#165, #168, #187, #188) +* Make the use of EESSI optional in common_eessi_init, to better support testing of local software stacks (#166) +* Remove hard-coded SLURM account from karolina and hortense configs in favour of using the `$SBATCH_ACCOUNT` environment variable (#171) +* Add ReFrame config and CI config for EESSI Azure build cluster (#173, #176, #186) +* Add hook for measuring memory usage in a job (#174) +* Bump default ReFrame version used in CI config to 4.6.2 (#175) +* Use ReFrame warning's to print warnings, amking them easier to spot (#178) +* Limit runtime of ReFrame command in in CI config (#179) + + v0.3.2 (29 June 2024) --------------------- From 2c2dcc3da57b8a583e9ff47c0995ac016000e6f0 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 26 Sep 2024 16:55:40 +0200 Subject: [PATCH 2/5] Update versions --- CI/run_reframe.sh | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/run_reframe.sh b/CI/run_reframe.sh index b50bd8c8..eda506f0 100755 --- a/CI/run_reframe.sh +++ b/CI/run_reframe.sh @@ -48,7 +48,7 @@ if [ -z "${EESSI_TESTSUITE_URL}" ]; then EESSI_TESTSUITE_URL='https://github.com/EESSI/test-suite.git' fi if [ -z "${EESSI_TESTSUITE_BRANCH}" ]; then - EESSI_TESTSUITE_BRANCH='v0.3.2' + EESSI_TESTSUITE_BRANCH='v0.4.0' fi if [ -z "${EESSI_CVMFS_REPO}" ]; then export EESSI_CVMFS_REPO=/cvmfs/software.eessi.io diff --git a/pyproject.toml b/pyproject.toml index 445232af..bcc958c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eessi-testsuite" -version = "0.3.2" +version = "0.4.0" description = "Test suite for the EESSI software stack" readme = "README.md" license = {file = "LICENSE"} diff --git a/setup.cfg b/setup.cfg index af7a3b6a..6c08d50c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eessi-testsuite -version = 0.3.2 +version = 0.4.0 description = Test suite for the EESSI software stack long_description = file: README.md long_description_content_type = text/markdown From b70bb3b4a3e19f722f3b5cd402d18a417adc55bf Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 26 Sep 2024 16:57:00 +0200 Subject: [PATCH 3/5] Add the current PR to the release notes too --- RELEASE_NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4bf40a6c..458990d0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -29,7 +29,7 @@ Other updates: * Bump default ReFrame version used in CI config to 4.6.2 (#175) * Use ReFrame warning's to print warnings, amking them easier to spot (#178) * Limit runtime of ReFrame command in in CI config (#179) - +* Add release notes and bump versions (#189) v0.3.2 (29 June 2024) --------------------- From ebf8a2b19be908e62623ef1ff917d1460048e3b8 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:17:21 +0200 Subject: [PATCH 4/5] Update RELEASE_NOTES Co-authored-by: Kenneth Hoste --- RELEASE_NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 458990d0..51e35aaf 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,7 +2,7 @@ This file contains a description of the major changes to the EESSI test suite. For more detailed information, please see the git log. v0.4.0 (26 September 2024) ---------------------- +-------------------------- This is a minor release of the EESSI test-suite From 53e2b04d69c7fd7c1c7db578ddc7b7fda1435dc4 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 26 Sep 2024 17:18:56 +0200 Subject: [PATCH 5/5] Removed update to scorecards action, it's not relevant to externals --- RELEASE_NOTES | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 51e35aaf..5cb6d168 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -17,7 +17,6 @@ Bug fixes: * Specify memory as an extra resource in all ReFrame configs (#180) * Make req_memory_per_node hook print a warning if memory resource is not configured in ReFrame config (#182) * 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) -* Update scorecards action to fix scorecards failure (#184) Other updates: * 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