Skip to content

Commit 9ca5722

Browse files
devversionjelbourn
authored andcommitted
build: downgrade to sauce-connect v4.5.1 (#28659) (#15183)
We currently face a lot of flakiness with our Saucelabs job. These randomly exceed the 2min establish timeout because something throws off `sauce-connect` in a long-lasting loop where it tries to connect to some of their Saucelabs servers. The initial assumption from the Saucelabs team was that we might have some invalid firewall rules, but this does not answer why this happens _randomly_, so the latest update from the support is that there have been some changes in the latest version of `sauce-connect` version that cause this flakiness.
1 parent 45e90a6 commit 9ca5722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/saucelabs/start-tunnel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e -o pipefail
44

5-
tunnelFileName="sc-4.5.3-linux.tar.gz"
5+
tunnelFileName="sc-4.5.1-linux.tar.gz"
66
tunnelUrl="https://saucelabs.com/downloads/${tunnelFileName}"
77

88
tunnelTmpDir="/tmp/material-saucelabs"

0 commit comments

Comments
 (0)