From 7e197ae37009e7eaea0827e91544759854514010 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Fri, 22 Aug 2025 09:20:24 +0200 Subject: [PATCH] also mention v0.9.0 release notes that initial_comment was replaced in bot configuration by new_job_instance_repo/build_on_arch/build_for_arch/jobdir --- RELEASE_NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4b61e797..6dd9bac6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -22,6 +22,10 @@ Improvements: for build jobs; for details, see https://github.com/EESSI/eessi-bot-software-layer?tab=readme-ov-file#architecturetargets-section * the `repo_target_map` setting is removed because the information is now included in the `node_type_map` setting + * the `initial_comment` setting in the `[submitted_job_comments]` section of the bot configuration + has been replaced with separate settings: `new_job_instance_repo`, `build_on_arch`, `build_for_arch`, `jobdir`; + for details, see https://github.com/EESSI/eessi-bot-software-layer/blob/develop/README.md#submitted_job_comments-section + and the example bot configuration `app.cfg.example`; * `bot:build` filters `architecture:` and `accel:` are replaced by `on:` and `for:` (for details see documentation at https://www.eessi.io/docs/bot/#building) * add CI to build and publish smee-client container image (#321, #322)