diff --git a/.circleci/config.yml b/.circleci/config.yml index 067fb8baefc9..16f3ea163015 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -152,9 +152,13 @@ jobs: e2e_tests: <<: *job_defaults resource_class: xlarge + environment: + GCP_DECRYPT_TOKEN: *gcp_decrypt_token steps: - *checkout_code - *restore_cache + - *copy_bazel_config + - *setup_bazel_remote_execution - run: bazel test e2e/... @@ -305,6 +309,7 @@ jobs: - *checkout_code - *restore_cache - *attach_release_output + - *copy_bazel_config - *setup_bazel_remote_execution # CircleCI has a config setting to enforce SSH for all github connections.