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

Re-write container pipeline service CI engine #530

Open
3 tasks
mohammedzee1000 opened this issue Mar 20, 2018 · 0 comments
Open
3 tasks

Re-write container pipeline service CI engine #530

mohammedzee1000 opened this issue Mar 20, 2018 · 0 comments

Comments

@mohammedzee1000
Copy link
Collaborator

The current container pipeline ci is very tightly coupled with CICO. This should not ideally be the case.
We need more separation of concerns.

What we want is

  • Provisioning of the service should not be part of CI code. It can be invoked by CI, and fail if it fails, when its needed, but should not be built into it.
  • A CI, that just runs tests, given the nodes, without worrying about how they were provisioned.
  • A CI, that allows us to run targeted tests. I may not want sit through entire provision if i just did a minor change to code base, I want to test against that change. In cases where it needed, we can rsync code, and trigger parts of provisioning to maybe re-deploy containers, as needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant