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:
parent
7c57293bee
commit
01577b0bed
|
@ -225,6 +225,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- *attach_workspace
|
- *attach_workspace
|
||||||
- *init_environment
|
- *init_environment
|
||||||
|
- *setup_circleci_bazel_config
|
||||||
- run:
|
- run:
|
||||||
name: Preparing environment for running tests on Saucelabs.
|
name: Preparing environment for running tests on Saucelabs.
|
||||||
command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev)
|
command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev)
|
||||||
|
|
Loading…
Reference in New Issue