Changes to configuration settings in https://github.com/EESSI/eessi-bot-software-layer/pull/263 (e.g., renaming tarball_prefix to artefact_prefix) may lead to bot components crashing when those settings are accessed, but weren't changed in the app.cfg.
We should ensure that all needed settings are present for the event handler and the job manager by using something similar to what is done for the job manager in eessi_bot_job_manager.py:
Changes to configuration settings in https://github.com/EESSI/eessi-bot-software-layer/pull/263 (e.g., renaming
tarball_prefix
toartefact_prefix
) may lead to bot components crashing when those settings are accessed, but weren't changed in theapp.cfg
.We should ensure that all needed settings are present for the event handler and the job manager by using something similar to what is done for the job manager in
eessi_bot_job_manager.py
:This should be done before making a new release or we might miss to update the bot configs.