mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Migrate to CircleCI 2 #129

Closed rfk closed 6 years ago

rfk commented 6 years ago

This re-uses some components that @autrilla made for server-syncstorage, and a bit of copy-paste from the fxa-oauth-server migration. @jrgm @vladikoff could you please give this a check-over? I wanted to get it working here on this dev repo before attempting to migrate tokenserver.

rfk commented 6 years ago

I see @vladikoff has a PR to move this to circleci 2.0

Oh man, I apologize for missing this @vladikoff!

rfk commented 6 years ago

there are a lot of skipped tests in both the 1.0 and 2.0 style builds.

Typically these are specific backend tests, e.g. there's a whole suite that runs against the memcached backend, but will throw SkipTest if memcache isnt running.

vladikoff commented 6 years ago

Awesome!! 👍