buildworker: start: fix worker startup failure after update #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
buildworker: start: fix worker startup failure after update
Workers are currently refusing to work:
as the buildbot.tac template changed in commit 4ba1dcb66155 ("worker:
Add option --connection-string for create-worker") and version v3.10.0.
So lets use this new
--connection-string
feature and get rid of thesed-fu.
Fixes: efbddc9 ("Bump buildbot to v3.11.1 release")
ci: fix worker startup issue by adding missing env vars and cleanup unused vars
Workers are currently refusing to work:
and we're not aware about it, so lets fix it by adding the same
environment variables we're actually using in production.
While at it, cleanup the unused container_verify_string variables.
Fixed (failing) CI test is visible here https://github.com/openwrt/buildbot/actions/runs/11060475202/job/30731095086#step:5:48