You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to configuration settings in #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 #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
:eessi-bot-software-layer/eessi_bot_job_manager.py
Lines 70 to 77 in 2d15e77
eessi-bot-software-layer/eessi_bot_job_manager.py
Line 611 in 2d15e77
This should be done before making a new release or we might miss to update the bot configs.
The text was updated successfully, but these errors were encountered: