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

Fix CI Test runs not using bundler cache #978

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

schneems
Copy link
Contributor

@schneems schneems commented Apr 8, 2020

When testing the same code in the same pipeline the cache should be used so gems do not have to be re-installed. This same test passes using an older version of the buildpack:

$ HATCHET_BUILDPACK_BRANCH="v211" rspec spec/hatchet/ci_spec.rb:39

@schneems schneems force-pushed the schneems/buildpack-cache-in-ci branch 2 times, most recently from 288c5d5 to 02542fe Compare April 8, 2020 19:48
When testing the same code in the same pipeline the cache should be used so gems do not have to be re-installed. This same test passes using an older version of the buildpack:

```
$ HATCHET_BUILDPACK_BRANCH="v211" rspec spec/hatchet/ci_spec.rb:39
```
@schneems schneems merged commit facd237 into master Apr 8, 2020
@schneems schneems deleted the schneems/buildpack-cache-in-ci branch April 8, 2020 20:03
@schneems
Copy link
Contributor Author

schneems commented Apr 8, 2020

Internal tickets ids:

  • 848134
  • 846451
  • 847045

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.

2 participants