EESSI / eessi-bot-software-layer

Bot to help with requests to add software installations to the EESSI software layer
GNU General Public License v2.0
0 stars 18 forks source link

enable the bot to execute configurable workflows #244

Open trz42 opened 9 months ago

trz42 commented 9 months ago

Right now the bot executes a relatively fixed workflow (defined by the bot) where the individual blocks are defined by scripts in a target repository.

We should look into making this more flexible to allow for workflows that

Likely this means that the bot needs some kind of workflow engine. In addition to technical considerations such as which engine should be used, there need to be good understanding of what (build, test, deploy, progress, status, etc) can be executed where (frontend, compute node).