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 add a new buildbot worker #38

Open
montjoie opened this issue Mar 30, 2021 · 0 comments
Open

How to add a new buildbot worker #38

montjoie opened this issue Mar 30, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@montjoie
Copy link
Contributor

Adding a buildbot worker is possible, but some problem need to be solved:

  • How to share secret for submitting job to LAVA
  • for the moment ghelper use cp to the FILESERVER, but a remote worker will need some "network copy"
  • Instead of using a centralized FILESERVER, some worker could use their local one (and so still use cp)
  • LAVA could boot only from accessible FILESERVER, so a private (as non publicly accessible) worker with its own FILESERVER could only use a local LAVA

So we need to settle, does we want a central FILESERVER or not.
pro-central: all logs, binary are easily accessible for external people want to see them
pro-decentralizer: easier

@aliceinwire aliceinwire added enhancement New feature or request good first issue Good for newcomers labels Sep 7, 2021
@aliceinwire aliceinwire added the help wanted Extra attention is needed label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: In Progress
Development

No branches or pull requests

2 participants