Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix CI cache state for darwin #20339

Merged
merged 2 commits into from Feb 24, 2022
Merged

chore: fix CI cache state for darwin #20339

merged 2 commits into from Feb 24, 2022

Conversation

flotwig
Copy link
Contributor

@flotwig flotwig commented Feb 23, 2022

  • Closes

User facing changelog

Additional details

  • /tmp is a symlink on mac, causing this error when cache state is restored in darwin CI (only if there is a cache hit):
    image
Error untarring cache: Error extracting tarball /var/folders/bl/wbxjgtzx7j5_mjsmfr3ynlc00000gp/T/cache486786390 : tmp/node_modules_installed: Cannot extract through symlink tmp/node_modules_installed tar: Error exit delayed from previous errors. : exit status 1

How has the user experience changed?

PR Tasks

  • [na] Have tests been added/updated?
  • [na] Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • [na] Has a PR for user-facing changes been opened in cypress-documentation?
  • [na] Have API changes been updated in the type definitions?
  • [na] Have new configuration options been added to the cypress.schema.json?

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Feb 23, 2022

Thanks for taking the time to open a PR!

@cypress
Copy link

cypress bot commented Feb 23, 2022



Test summary

577 0 0 0Flakiness 0


Run details

Project cypress
Status Passed
Commit 3ae9b03
Started Feb 23, 2022 10:27 PM
Ended Feb 23, 2022 10:35 PM
Duration 08:06 💡
OS Linux Debian - 10.10
Browser Electron 94

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@flotwig flotwig marked this pull request as ready for review February 23, 2022 22:40
@@ -300,12 +300,12 @@ commands:
key: v{{ .Environment.CACHE_VERSION }}-{{ checksum "platform_key" }}-node-modules-cache-{{ checksum "circle_cache_key" }}
paths:
- /tmp/node_modules_cache
Copy link
Member

@tgriesser tgriesser Feb 24, 2022

Choose a reason for hiding this comment

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

@flotwig does this path also need to change?

edit: nevermind, seeing that's a different path

Copy link
Member

@emilyrohrbough emilyrohrbough left a comment

Choose a reason for hiding this comment

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

Will need to keep this in mind for system-tests if we ever add them to the mac workflow.

@tgriesser tgriesser merged commit 27e3dc3 into develop Feb 24, 2022
@tgriesser tgriesser deleted the fix-cache-state branch February 24, 2022 14:07
tgriesser added a commit that referenced this pull request Mar 2, 2022
* 10.0-release:
  fix: comment link to accurate docs (#20437)
  fix: scaffold commands file (#20398)
  fix(launchpad): support default export (#20383)
  feat(launchpad): support for Vue CLI 5 (#20413)
  fix: UNIFY-676 browsers should be configurable in setupNodeEvents (#20367)
  fix: make launchpad link open default browser (#20399)
  fix(icons): publish the files in the package
  fix: build icons in build-prod (#20411)
  test: migrate module-api to 10.0
  chore: build this branch
  test: migrate module_api to system tests (#20265)
  chore: remove pkg/driver //@ts-nocheck final (#20169)
  chore: fix "cannot find module" in clone-repo-and-checkout-release-branch (#20293)
  chore: Update Chrome (beta) to 99.0.4844.45 (#20234)
  chore: fix CI cache state for darwin (#20339)
  Add TODO comments
  feedback
  chore: move tests to its own file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants