Skip to content

Commit 668b235

Browse files
devversionvivian-hu-zz
authored andcommitted
build: run e2e tests with bazel rbe (#14870)
* Similar to other Bazel jobs, we should enable remote execution for the e2e tests. These currently build Angular Material in order to serve the e2e-app, so this could slow-down CI. Ideally remote caching would be also accepted, but this will be discussed soon.
1 parent 4b35cad commit 668b235

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,13 @@ jobs:
152152
e2e_tests:
153153
<<: *job_defaults
154154
resource_class: xlarge
155+
environment:
156+
GCP_DECRYPT_TOKEN: *gcp_decrypt_token
155157
steps:
156158
- *checkout_code
157159
- *restore_cache
160+
- *copy_bazel_config
161+
- *setup_bazel_remote_execution
158162

159163
- run: bazel test e2e/...
160164

@@ -305,6 +309,7 @@ jobs:
305309
- *checkout_code
306310
- *restore_cache
307311
- *attach_release_output
312+
- *copy_bazel_config
308313
- *setup_bazel_remote_execution
309314

310315
# CircleCI has a config setting to enforce SSH for all github connections.

0 commit comments

Comments
 (0)