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

rework the dev/test cycle (and with it, simplify CI) #38

Closed
edaniszewski opened this issue Feb 22, 2018 · 3 comments
Closed

rework the dev/test cycle (and with it, simplify CI) #38

edaniszewski opened this issue Feb 22, 2018 · 3 comments
Assignees

Comments

@edaniszewski
Copy link
Contributor

Description

The dev/test/lint cycle in 2.0 is still based on some old assumptions/requirements from 1.X -- because of the architectural changes and simplified test setup, we really don't need to be using containers for some of this stuff anymore.

This is a bit of work, but should make development easier, and should make CI much cleaner since we won't have to deal with docker-in-docker-esque environments.

@edaniszewski
Copy link
Contributor Author

as a note, this is also going to require some changes and cleanup for the tests themselves. in particular, being smarter about where test data is generated/stored.

@MatthewHink
Copy link
Contributor

If there is a way for CI to do the same thing make ci does, I'm in.

Maybe not, but just saying.

@MatthewHink
Copy link
Contributor

Also need to talk to you about the interface change for led write (separate issue)

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

No branches or pull requests

2 participants