Skip to content

jenkins: do not query info database for url

Mark Janes requested to merge majanes/mesa_ci:fast_url into master

We store job urls in the get/set_info database, so that the informaiton is preserved for later processing.

Accessing information from this database uses rsync, and is very slow. For builds with many components, printing the list of urls is O(n^2) jobs, with each query taking ~300ms. The builds complete faster than the log printing their status updates.

Merge request reports