Skip to content

Commit ea9a0e0

Browse files
devversionmmalerba
authored andcommitted
build: update saucelabs tunnel (#12689)
* Updates the Saucelabs Connect Tunnel to the most recent version that seems to include a major bug fix that should improve tunnel stability * Changes the CircleCI resource class to the `xlarge` (similar as in angular/angular). This should speed up the Bazel builds due to more CPU threads and more RAM.
1 parent 1c2f0b5 commit ea9a0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ version: 2
4141
jobs:
4242
build:
4343
<<: *job_defaults
44-
resource_class: large
44+
resource_class: xlarge
4545
steps:
4646
- checkout:
4747
<<: *post_checkout

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-
TUNNEL_FILE="sc-4.4.12-linux.tar.gz"
5+
TUNNEL_FILE="sc-4.5.0-linux.tar.gz"
66
TUNNEL_URL="https://saucelabs.com/downloads/${TUNNEL_FILE}"
77
TUNNEL_DIR="/tmp/saucelabs-connect"
88

0 commit comments

Comments
 (0)