Skip to content

Commit bdb09cc

Browse files
committed
ci: replace RBE instance name for components-repo-unit-tests job
Temporarily replaces the RBE instance name for the `components-repo-unit-tests` job until angular/components#23056 is available.
1 parent bdfc92a commit bdb09cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,10 @@ jobs:
738738
# variable. It needs to be hardcoded here, because env variables interpolation is
739739
# not supported.
740740
- "/tmp/angular-components-repo"
741+
- run:
742+
# TODO(devversion): remove once https://github.com/angular/components/pull/23056 is available.
743+
name: Replace RBE container instance name
744+
command: sed -i "s#default_instance#primary_instance#g" ${COMPONENTS_REPO_TMP_DIR}/.bazelrc
741745
- run:
742746
# Updates the `angular/components` `package.json` file to refer to the release output
743747
# inside the `packages-dist` directory. Note that it's not necessary to perform a yarn

0 commit comments

Comments
 (0)