Add repository-dispatch
event on merge to flux-core master
branch
#3600
Unanswered
SteVwonder
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem: flux-sched's docker image is only re-built when a new commit lands in the
flux-sched
master
branch. It would be cool if theflux-sched
images were re-built and deployed with the latest version offlux-core
after each merge intoflux-core
'smaster
branch.This can be accomplished with Github's webhooks. There is a github action that we can add to flux-core to make this quite simple: https://github.com/peter-evans/repository-dispatch
We would then need to add a new workflow action to flux-sched that rebuilds and deploys the updated images.
Beta Was this translation helpful? Give feedback.
All reactions