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(ci): save cache on main at end of workflow #17354

Merged
merged 2 commits into from
Jan 11, 2023

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jan 11, 2023

Seems like our caching was totally broken. We need to save the cache after building and not before.

On main:

Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Warning: Cache save failed.

On PRs:

Cache not found for input keys: never_saved, 18-cargo-target-windows-2019-xl-release-

@dsherret dsherret enabled auto-merge (squash) January 11, 2023 20:46
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@dsherret dsherret merged commit b0eaa0b into denoland:main Jan 11, 2023
@bartlomieju bartlomieju deleted the chore_ci_save_cache_after_upload branch January 11, 2023 21:21
@kt3k
Copy link
Member

kt3k commented Jan 12, 2023

I guess the problem was probably introduced in #17201. Sorry about it

@dsherret
Copy link
Member Author

@kt3k oh, that was more recent than I thought. Not a big deal!

@iuioiua
Copy link
Collaborator

iuioiua commented Jan 12, 2023

More my bad 😅

dsherret added a commit that referenced this pull request Jan 13, 2023
Seems like our caching was totally broken. We need to save the cache
after building and not before.

```
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Warning: Cache save failed.
```
dsherret added a commit that referenced this pull request Jan 13, 2023
Seems like our caching was totally broken. We need to save the cache
after building and not before.

```
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Warning: Cache save failed.
```
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

4 participants