Skip to content

Commit 2c25895

Browse files
committed
build: run e2e tests with bazel rbe
* 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 5a8dd1e commit 2c25895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,12 @@ 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+
- *setup_bazel_remote_execution
158161

159162
- run: bazel test e2e/...
160163

0 commit comments

Comments
 (0)