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

Move to Circle CI 2.0 #278

Closed
MartinDelille opened this issue Jun 11, 2018 · 3 comments · Fixed by #333
Closed

Move to Circle CI 2.0 #278

MartinDelille opened this issue Jun 11, 2018 · 3 comments · Fixed by #333

Comments

@MartinDelille
Copy link
Contributor

Since Circle CI 1.0 sunset in august.

@philsturgeon
Copy link
Contributor

The most important aspect of CircleCI 2.0 is workflows, but their basing everything around docker images is also going to be very relevant here.

Workflows will allow you to run your various different test suites simultaniously, without needing multiple different CI services involved.

image

There are pre-built images for all sorts of things, so hopefully many of your needs will be satisfied with those, and you wont need to go building custom images.

Here is a very boring CicleCI config with only the one workflow, but it might help:

https://github.com/wework/speccy/blob/master/.circleci/config.yml

@wing328 wing328 self-assigned this Jun 12, 2018
@wing328 wing328 added this to the 3.0.2 milestone Jun 12, 2018
@wing328
Copy link
Member

wing328 commented Jun 12, 2018

@MartinDelille thanks for creating an issue for tracking

@philsturgeon thanks for sharing more about new features in CircleCI 2.0. We'll explore CircleCI 2.0 new features (e.g. custom build images) after the migration.

@wing328
Copy link
Member

wing328 commented Jun 13, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants