You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pod lighthouse-webhooks-*' logs the following error and is unable to start builds after a force push to the main branch:
{"Branch":"master","Clone":"http://anonymized.git","ID":"7750","Link":"http://anonymized/browse","Name":"anonymized","Namespace":"anonymized","Webhook":"push","error":"failed to create agent: failed to calculate in repo config: failed to load trigger config for repository anonymized/anonymized for ref : failed to switch to ref : failed to fetch repository anonymized/anonymized: error pulling: exit status 128 From http://anonymized\n + 39cef83...5b96277 master -\u003e origin/master (forced update)\nhint: You have divergent branches and need to specify how to reconcile them.\nhint: You can do so by running one of the following commands sometime before\nhint: your next pull:\nhint: \nhint: git config pull.rebase false # merge\nhint: git config pull.rebase true # rebase\nhint: git config pull.ff only # fast-forward only\nhint: \nhint: You can replace \"git config\" with \"git config --global\" to set a default\nhint: preference for all repositories. You can also pass --rebase, --no-rebase,\nhint: or --ff-only on the command line to override the configured default per\nhint: invocation.\nfatal: Need to specify how to reconcile divergent branches.\n","head":"5b962770018594a9076066421e3d5eaaebc2e0d2","level":"error","msg":"Error creating agent for PushEvent.","org":"anonymized","ref":"refs/heads/master","repo":"anonymized","time":"2023-03-29T14:32:51Z"}
Reproducible with bitbucketserver as well as github.
Now, we all know that force pushes to a main branch are fishy, but imo it is still a lighthouse bug that should be fixed!
The text was updated successfully, but these errors were encountered:
The pod
lighthouse-webhooks-*'
logs the following error and is unable to start builds after a force push to the main branch:Reproducible with bitbucketserver as well as github.
Now, we all know that force pushes to a main branch are fishy, but imo it is still a lighthouse bug that should be fixed!
The text was updated successfully, but these errors were encountered: