mozilla-services / Dockerflow

Cloud Services Dockerflow specification
Apache License 2.0
195 stars 28 forks source link

Convert to CircleCI 2.0 #32

Closed pjenvey closed 6 years ago

pjenvey commented 6 years ago

The 1.0 style configuration still used in this sample is supposedly retiring this August

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

mostlygeek commented 6 years ago

Yes this should be high priority. I'll do it.

milescrabill commented 6 years ago

I made a similar baseline example a few months ago when CircleCI 2.0 was new. See here: https://github.com/mozilla-services/ci-testground.

It uses some extra things like docker caching and circleci workflows, which parallelize the ci build process. You can see an example of the parallelized workflow here.

mostlygeek commented 6 years ago

Closed in #35