Skip to content

Update browser URL format to match bgd-browser

Misha Gusarov requested to merge misha/fix-url-settings into master
  • Unit tests

Metrics' and documentation updates are not needed, no functional changes.

Description

BuildGrid used a format for URLs that didn't match bgd-browser URL structure, so links in finished operations pointed to 404.

Fix it by removing instance name from the format.

Validation

  • Start a buildgrid instance with bgd-browser running. Make sure action-browser-url in buildgrid config points to bgd-browser.
  • Run a failing command (e.g. /bin/false) using recc in verbose mode, find the logs URL in the output
  • Check that this URL works in bgd-browser.

Merge request reports