-
Notifications
You must be signed in to change notification settings - Fork 0
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
CI Infrastructure #3
Comments
Related to #10 in that there are CI helpers / actions that could percolate up from the package level to the ecosystem level (and thereby benefit from wider adoption and thus a wider pool of contributors/maintainers). Related to #9 in that there may be some documentation/tutorials that could live at the ecosystem level. |
over in #20 @bsipocz mentioned something that might make sense here: encouragement / guidance / templates for member projects on setting up a CI job that uses |
I would have the templates as part of this issue, they have nothing to do with #10, at least I would not shovel the them there as we have a lot to do about the plugins et al without doing anything at all about the dev versions and CI configs. |
(Needless to say that I would be very much interested in this one, too, but I used up my 3 assignments elsewhere 😉 ) |
another piece: cron github jobs to Chatted with Ross about this, but haven't come up with an actual implementation to make it happen. |
Hackmd link for the summit: https://hackmd.io/0M1Yh7KwTnaXSsU14BiyQw |
Edit by bsipocz to hash out some ideas e.g. to include in CI templating, etc:
filterwarnings
to error out on warnings: expected warnings should be handled in CI, or ignored. Erroring out by default provides enormous help to notice new deprecations while upstream dependencies are still in their dev cycle (assuming there is a job that uses the dev versions/nightly builds)Also, this could include documentation about the available CI tooling, though there is a risk involved here with keeping this up-to-date.
The text was updated successfully, but these errors were encountered: