Skip to content
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

How to test changes to buildbot? #160

Closed
Moxinilian opened this issue Apr 1, 2024 · 1 comment
Closed

How to test changes to buildbot? #160

Moxinilian opened this issue Apr 1, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Moxinilian
Copy link
Member

I am trying to add a reporter to the buildbot configuration so a comment tagging the authors is created on a commit for which a build has failed. However, this is my first time touching buildbot configs and while I am slowly starting to understand how buildbot works, I have no idea how to actually test my code.

Is this even possible? If not, how does one create changes? @gkistanova maybe you would know?

@Moxinilian Moxinilian added the question Further information is requested label Apr 1, 2024
@DavidSpickett
Copy link
Contributor

Recent changes by @asb have addressed this. Start with https://llvm.org/docs/HowToAddABuilder.html#testing-a-builder-config-locally. If you want to change Buildbot itself, you could get the source of the version listed there and modify it.

For the basic stuff like syntax, Alex has also enabled CI on this repo to check that - #303.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants