Skip to content

Commit 6050cd0

Browse files
devversionmhevery
authored andcommitted
ci: downgrade to sauce-connect v4.5.1 (#28659)
We currently face a lot of flakiness with our Saucelabs CI jobs. These randomly exceed the 10min CircleCI no-output limit 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 **could** cause this flakiness. I've manually did multiple test runs and was only able to reproduce the issues with v4.5.3 (latest version), so it might be worth downgrading to v4.5.1. This is also what the Saucelabs support proposed us to do (though it's not guaranteed that v4.5.1 is unaffected by the same issue) PR Close #28659
1 parent 0cb02d9 commit 6050cd0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"rewire": "2.5.2",
138138
"rollup-plugin-commonjs": "8.1.0",
139139
"rxjs": "^6.3.0",
140-
"sauce-connect": "https://saucelabs.com/downloads/sc-4.5.3-linux.tar.gz",
140+
"sauce-connect": "https://saucelabs.com/downloads/sc-4.5.1-linux.tar.gz",
141141
"semver": "5.4.1",
142142
"tslint": "5.7.0",
143143
"tslint-eslint-rules": "4.1.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8905,9 +8905,9 @@ sauce-connect-launcher@^1.2.4:
89058905
lodash "^4.16.6"
89068906
rimraf "^2.5.4"
89078907

8908-
"sauce-connect@https://saucelabs.com/downloads/sc-4.5.3-linux.tar.gz":
8908+
"sauce-connect@https://saucelabs.com/downloads/sc-4.5.1-linux.tar.gz":
89098909
version "0.0.0"
8910-
resolved "https://saucelabs.com/downloads/sc-4.5.3-linux.tar.gz#c7ad595a2a42f837fab91de3c3f51b49f2af6b36"
8910+
resolved "https://saucelabs.com/downloads/sc-4.5.1-linux.tar.gz#5ca9328724c5ff16b12ea49e7a748d44f7305be5"
89118911

89128912
saucelabs@^1.5.0:
89138913
version "1.5.0"

0 commit comments

Comments
 (0)