-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
Add Fluxbot #278
Merged
Merged
Add Fluxbot #278
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ModelZookeeper commands |
Can you add a brief description in the OP of what this does? |
Done, lmk if it needs more description. |
This was referenced Jan 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With this, we should be able to listen for certain commands on issues on the repos we care for. For example, if we wish to test a Flux PR/ branch/ commit to see how it effects models in the model-zoo. We can add some CI to the zoo, and on similar grounds convert the models into markdown/ HTML via Literate.jl to publish on the website automatically. The bot would respond with status of the jobs when they finish, and even put the output in a gist. It would respond to
@ModelZookeeper
, but only once we merge this so GA can pick up the workflow (ah well). We would need a similar.fluxbot
in the repos we want it to listen to, or can make it into a Github app, this seemed easier for now.Of course, we can optionally give it certain models or directories (eg.
build MNIST
) so its not too long. It would use GPUs wherever possible, but that's dependent on how the model is written.We can extrapolate to also bring Metalhead under the purview so we can test with more standard models as well.
There is some config remaining - basically having a pipeline on Buildkite rather than on GitLab and adding the relevant keys and tokens.
TODO: