From 01577b0bede560c6c217997f0f33e874715f672f Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 4 Mar 2019 21:40:50 +0100 Subject: [PATCH] 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 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index df4f727eda..9bee425bab 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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)