Open
Description
Currently the testing during development phase of sprints is made building the crc project, but there are other components involved which should be tested as well.
The idea would be generate a partial distributable every day which will be the base for running tests. To accomplish this several actions should be implemented.
This issue will track the actions related to accomplish this goal
- Decouple distributable build from release process (use current component builds instead of embber)
- Use https://ci.appveyor.com/project/code-ready/crc/history to test bits on downstream
- Isolate e2e test execution (container running as monitools) [e2e] e2e container image #2533
- Sign develop distributables
- Customize packaging actions to create distributables based on latest master branch for every component #2963
Activity