Skip to content
  • Paul Gschwendtner's avatar
    ci: run legacy saucelabs for every build (#29270) · 16c59aec
    Paul Gschwendtner authored
    Recently we moved the Saucelabs job into a cronjob in order to avoid
    heavy flakiness that we experienced due to a Saucelabs connect bug
    that has been supposedly fixed by the Saucelabs team (no new version
    is released yet though).
    
    Our initial assumption was that we very rarely hit specific browser failures
    and can therefore move the Saucelabs tests into a cronjob, but after some
    days of having the cronjob, we realized that we actually hit browser-specific
    failures quite often and that we should run the tests for every PR (like before)
    
    PR Close #29270
    16c59aec