ci: bazel saucelabs test job does not setup circleci bazelrc (#29106)

Currently the `test_saucelabs` job does not use our general
CircleCI bazel configuration. We should set this configuration
up, as it enables better logging, better use of the `xlarge`
resource class, and also sets up Bazel's integrated flakiness
retry functionality.

PR Close #29106
This commit is contained in:
Paul Gschwendtner 2019-03-04 21:40:50 +01:00 committed by Andrew Kushnir
parent 7c57293bee
commit 01577b0bed
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ jobs:
steps:
- *attach_workspace
- *init_environment
- *setup_circleci_bazel_config
- run:
name: Preparing environment for running tests on Saucelabs.
command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev)