FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: do not accidentally cache undesired files in github action by devversion · Pull Request #23875 · angular/components · GitHub

build: do not accidentally cache undesired files in github action - #23875

Merged
amysorto merged 1 commit into
angular:masterfrom
devversion:build/improvements-dev-app-build
Nov 4, 2021
Merged

build: do not accidentally cache undesired files in github action#23875
amysorto merged 1 commit into
angular:masterfrom
devversion:build/improvements-dev-app-build

Conversation

Copy link
Copy Markdown
Member

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.

google-cla Bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Nov 2, 2021
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.
devversion force-pushed the build/improvements-dev-app-build branch from 53908fc to ae8fbbc Compare November 2, 2021 21:37
devversion added the dev-app preview When applied, previews of the dev-app are deployed to Firebase label Nov 2, 2021

github-actions Bot commented Nov 2, 2021

Copy link
Copy Markdown

devversion added merge safe target: patch This PR is targeted for the next patch release labels Nov 2, 2021
devversion marked this pull request as ready for review November 2, 2021 21:45
devversion requested a review from a team November 2, 2021 21:45

josephperrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

devversion added the action: merge The PR is ready for merge by the caretaker label Nov 2, 2021
amysorto merged commit acd5ee1 into angular:master Nov 4, 2021
amysorto pushed a commit that referenced this pull request Nov 4, 2021
…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)

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

angular-automatic-lock-bot Bot locked and limited conversation to collaborators Dec 5, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement dev-app preview When applied, previews of the dev-app are deployed to Firebase target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL