From da7337bd1469b568178facdf63e82474af589c77 Mon Sep 17 00:00:00 2001 From: lara Date: Mon, 8 Apr 2024 12:47:41 +0200 Subject: [PATCH 1/2] Add test-suite release notes for release 0.2.0 to documentation --- docs/test-suite/release-notes.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/test-suite/release-notes.md b/docs/test-suite/release-notes.md index dd2254164f..635c936d54 100644 --- a/docs/test-suite/release-notes.md +++ b/docs/test-suite/release-notes.md @@ -1,6 +1,29 @@ # Release notes for EESSI test suite -## 0.1.0 +## 0.2.0 (7 march 2024) + +This is a minor release of the EESSI test-suite + +It includes: + +* Implement the CI for regular runs on a system (#93) +* Add OSU tests and update the hooks and configs to make the tests portable (#54, #95, #96, #97, #110, #116, #117, #118, #121) +* Add extra scales to filter tests(#94) +* add new hook to filter out invalid scales based on features in the config (#111) +* unify test names (#108) +* updates to CI workflow ((#102, #103, #104, #105) +* Update common_config (#114) +* Add common config item to redirect the report file to the same directory as e.g. the perflog (#122) +* Fix code formatting + enforce it in CI workflow (#120) + +Bug fixes: + +* Fix hook _assign_num_tasks_per_node (#98) +* fix import common-config vsc_hortense (#99) +* fix typo in partition names in configuration file for vsc_hortense (#106) + + +## 0.1.0 (5 Oktober 2023) Version 0.1.0 is the first release of the EESSI test suite. From 388ad05c37d83b6e7e8c90c7aee5d420695cae34 Mon Sep 17 00:00:00 2001 From: lara Date: Mon, 8 Apr 2024 12:50:54 +0200 Subject: [PATCH 2/2] spell check --- docs/test-suite/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-suite/release-notes.md b/docs/test-suite/release-notes.md index 635c936d54..c2c1b9882a 100644 --- a/docs/test-suite/release-notes.md +++ b/docs/test-suite/release-notes.md @@ -23,7 +23,7 @@ Bug fixes: * fix typo in partition names in configuration file for vsc_hortense (#106) -## 0.1.0 (5 Oktober 2023) +## 0.1.0 (5 October 2023) Version 0.1.0 is the first release of the EESSI test suite.