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
{{ message }}
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
Currently adding a new repo to hydra for CI involves editing at least three files. Which can be seen for example in #578. This is quite ergonomically and prone to errors (I think).
It would be pretty cool if we had a json file that looked something like this:
from which this scaffolding that's currently needed would be driven. Maybe optionally have a key bors: true if borsng should be enabled on that repo or not.
The text was updated successfully, but these errors were encountered:
makes it have flags for bors and prs. spec.json cannot be generated, and we have to have the PrsJson at the top to fill in spec.json. Notifications are also a separate workstream as jobsets are handled at eval time and notifications are built and deployed as a config file hydra parses. Would be nice to clean this up further, but not likely in the short term.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently adding a new repo to hydra for CI involves editing at least three files. Which can be seen for example in #578. This is quite ergonomically and prone to errors (I think).
It would be pretty cool if we had a
json
file that looked something like this:from which this scaffolding that's currently needed would be driven. Maybe optionally have a key
bors: true
if borsng should be enabled on that repo or not.The text was updated successfully, but these errors were encountered: