mozilla-services / hindsight

Hindsight - light weight data processing skeleton
Mozilla Public License 2.0
668 stars 55 forks source link

Remove CircleCI jobs and clean up Travis jobs #169

Closed ameihm0912 closed 6 years ago

ameihm0912 commented 6 years ago

Remove CircleCI job from hindsight repo.

@trink do you think it makes sense here to adopt an approach for testing similar to what we have in lua_sandbox_extensions now, but just focused on hindsight itself? The intent would be to move away from duplicated effort building extensions.

Do we get any immediate benefit from building on the various other distributions right now, or can we simplify this?

trink commented 6 years ago

We can simplify it.

Most of the tests for Hindsight exist in the sandbox extensions as integration tests so this setup can just be a verification of the Hindsight build itself with the few unit tests as it requires zero module support.