| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This commit fixes that the Github actions currently may cache undesired files. e.g. when Bazel runs the `dist/` folder is populated and symlinked with the execroot, where another clone of the `node_modules` would be cached accidentally then. We use an explicit path instead of a pattern as it has been recommended by the Github action documentation. Additionally, we fix that the dev-app building on RBE occurs with 2 concurrent jobs due to the host containers only having 2 cores. We can run more jobs in the RBE containers.
|
Deployed dev-app to: https://ng-comp-dev--pr-23875-ae8fbbcfc74c17cd42c8bb4c4f85332d-yw6byxit.web.app |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
…3875) This commit fixes that the Github actions currently may cache undesired files. e.g. when Bazel runs the `dist/` folder is populated and symlinked with the execroot, where another clone of the `node_modules` would be cached accidentally then. We use an explicit path instead of a pattern as it has been recommended by the Github action documentation. Additionally, we fix that the dev-app building on RBE occurs with 2 concurrent jobs due to the host containers only having 2 cores. We can run more jobs in the RBE containers. (cherry picked from commit acd5ee1)
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This commit fixes that the Github actions currently may cache undesired
files. e.g. when Bazel runs the dist/ folder is populated and
symlinked with the execroot, where another clone of the node_modules
would be cached accidentally then. We use an explicit path instead of a
pattern as it has been recommended by the Github action documentation.
Additionally, we fix that the dev-app building on RBE occurs with 2
concurrent jobs due to the host containers only having 2 cores. We can
run more jobs in the RBE containers.