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

Circle 2.0 config #865

Closed
croaky opened this issue Oct 6, 2017 · 7 comments
Closed

Circle 2.0 config #865

croaky opened this issue Oct 6, 2017 · 7 comments

Comments

@croaky
Copy link
Contributor

croaky commented Oct 6, 2017

The current Circle config for Suspenders is Circle 1.0 config. 2.0 is a Docker-ized environment.

https://circleci.com/docs/2.0/faq/
https://circleci.com/docs/2.0/migrating-from-1-2/

@derekprior
Copy link
Contributor

Also worth noting here that even under Circle 1.0, our configuration removes the benefit of automatic parallelization. If we leave the default test step, Circle will detect we want to use RSpec and use it's automatic parallelization strategy for RSpec, provided we have slots.

Fixing this or even trying to get the most out of Circle 2.0 likely means the end to "run exactly what CI runs just by running rake", right? We'd have to manually keep these in sync?

@mike-burns
Copy link
Contributor

@croaky @derekprior do either of you want me to leave this issue open as a reminder? Or do you mind if I close it and we can continue the discussion on the PR?

@toobulkeh
Copy link
Contributor

Despite the problematic use of the term "Sunset":

https://circleci.com/blog/sunsetting-1-0/

We’re sunsetting CircleCI 1.0: August 31, 2018 is the final day for 1.0 builds. Refer to CircleCI 2.0 Hello World document for users and developers to get started with CircleCI 2.0.

@mike-burns
Copy link
Contributor

@iwz
Copy link
Contributor

iwz commented Jun 15, 2018

@mike-burns, I think this is the file that needs to be updated: https://github.com/thoughtbot/suspenders/blob/master/templates/circle.yml.erb

@timup
Copy link

timup commented Jun 15, 2018

CircleCI 2.0 looks for configuration in a different location. Will try to submit a PR with example config this weekend. I have couple of suspenders based apps passing through 2.0, but not entirely happy with the setup.

@stevepolitodesign
Copy link
Contributor

Closing in favor of #1135 and #1172.

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 a pull request may close this issue.

7 participants