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

- added support for Circle CI #177

Merged
merged 24 commits into from
Oct 9, 2019
Merged

- added support for Circle CI #177

merged 24 commits into from
Oct 9, 2019

Conversation

pat-s
Copy link
Member

@pat-s pat-s commented Sep 24, 2019

Features

  • Dep installation with 6 CPUS (36 max but we are running into mem probs)
  • build and deploy stages in their own pipes
  • deploy stage depends on build stage
  • Support for R library caching (caches are immutable on Circle and we build a daily cache using a CRON build at 3 am in the morning)
  • SSH deployment is supported but needs to be enabled manually by the user
  • Support for any R version by using rocker images (just append :<version> at the end)

Issues


  • I'll write a blog post about the Pros and Cons of Circle CI vs Travis
  • @sckott will add the Github app for Circle CI to all our repos, already WIP

@pat-s pat-s requested a review from krlmlr September 25, 2019 15:45
@pat-s pat-s marked this pull request as ready for review September 25, 2019 15:46
Copy link
Collaborator

@krlmlr krlmlr left a comment

Choose a reason for hiding this comment

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

Looks good, thanks! Can you please merge?

R/use_tic.R Show resolved Hide resolved
@pat-s pat-s changed the title Add support for Circle CI - added support for Circle CI Oct 9, 2019
@pat-s pat-s merged commit 3b1650c into master Oct 9, 2019
@pat-s pat-s deleted the circle-ci branch October 9, 2019 11:14
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