-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge PR through github API #2
Comments
Yes because I currently run the buildbot with the merge commit and only push it to develop if the checks pass. A bit like a merge queue. |
At sagemath/sage#35062, I'm proposing to activate github's new merge queue feature. What would be needed to make this equivalent to your current setup using the buildbot? |
I haven't used it but the real task is to set up CI that adequately covers the supported platforms, not turning on the merge queue feature. |
What platforms do you test, Volker? |
I'm apparently building some platform-independent parts that aren't covered by the current ci, e.g. pdf docs The builders are here: http://build.sagemath.org/#/builders |
On that page, where does one see what system packages are installed, and how you configure the build? |
Yes, we should add a PDF doc builder to the CI that runs for every ticket. |
The buildbot workers are all minimal installations, the worker configuration is in https://github.com/sagemath/buildbot-sage/blob/master/sage_bot/workers.py |
Thanks, I'll take a look. By the way, a PDF builder is added in sagemath/sage#35169 |
Currently,
sage-release-management/git_sage/repo/release_merge.py
Lines 78 to 90 in a246c86
The text was updated successfully, but these errors were encountered: