Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable the bot to execute configurable workflows #244

Open
trz42 opened this issue Feb 6, 2024 · 0 comments
Open

enable the bot to execute configurable workflows #244

trz42 opened this issue Feb 6, 2024 · 0 comments

Comments

@trz42
Copy link
Contributor

trz42 commented Feb 6, 2024

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

  • can be defined per target repository
  • can be adjusted to new needs without the need to change the bot itself
  • allow conditional execution
  • etc

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant