Skip to content

Switches to our dev instance when looking for green builds

John Skarbek requested to merge jts/use-dev-for-finding-green-builds into master
  • Previous when looking at gitlab.com some commits that might be green there, were never build on the dev instance
  • This is a problem because only the final commit is what gets built
  • Merges to master happen often in gitlab.com and less often on the dev instance so the chance of having our frontend assets available to us is much more likely if we search there instead

Addresses: https://gitlab.com/gitlab-org/release/framework/issues/161

Merge request reports