Skip to content

Commit 01577b0

Browse files
devversionAndrewKushnir
authored andcommitted
ci: bazel saucelabs test job does not setup circleci bazelrc (angular#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 angular#29106
1 parent 7c57293 commit 01577b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ jobs:
225225
steps:
226226
- *attach_workspace
227227
- *init_environment
228+
- *setup_circleci_bazel_config
228229
- run:
229230
name: Preparing environment for running tests on Saucelabs.
230231
command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev)

0 commit comments

Comments
 (0)