From 8da6f66f7b61acf243158a323639595374bdb900 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 24 Jun 2021 12:01:29 +0200 Subject: [PATCH] ci: replace RBE instance name for components-repo-unit-tests job (#42636) Temporarily replaces the RBE instance name for the `components-repo-unit-tests` job until https://github.com/angular/components/pull/23056 is available. PR Close #42636 --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9ad76e0c1..e5afbb0f19 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -734,6 +734,10 @@ jobs: # variable. It needs to be hardcoded here, because env variables interpolation is # not supported. - '/tmp/angular-components-repo' + - run: + # TODO(devversion): remove once https://github.com/angular/components/pull/23056 is available. + name: Replace RBE container instance name + command: sed -i "s#default_instance#primary_instance#g" ${COMPONENTS_REPO_TMP_DIR}/.bazelrc - run: # Updates the `angular/components` `package.json` file to refer to the release output # inside the `packages-dist` directory.