Can we speed up our (blocking) CI pipelines at all?
Currently a successful pipeline takes around 23 to 50 minutes to complete. That's not so great in terms of interactive development.
Can any of our slower tests be made faster, or safely made "nightly only" or "main only" or something, so that we can get our MRs checked and merged faster?