Buildbot: automated build for every pull request #44
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently developers can manually trigger builds with blender-bot, but ideally this would be automated so that fewer mistakes slip through and contributors can fix things before a reviewer has to get involved.
We can incrementally do a few things:
make format
passes, and potentially other checks likeclang-tidy
.intern/cycles/kernel
.Not sure if we have this level of control but any pulls for cycles should be building the GPU kernels, I know extra load, but with that many kernels, best to find out if a specific one has build issues sooner rather than later.