kiso
kiso copied to clipboard
Modification aware continuous integration
Issue by elbosch
Tuesday Jan 14, 2020 at 16:22 GMT
Originally opened as https://github.com/Bosch-AE-SW/cddk-oss/issues/437
Is your feature request related to a problem? Please describe. we always run everything (and nothing) while running our CI jobs. Today we only do it for the code that is used with our first reference HW. That has for example the effect, that essentials is not build for stm32f7 at the moment.
Describe the solution you'd like Each time we touch a module, we should get a list of affected build artefacts. e.g. we change sth. in cellular- we need to run all jobs related to this.
Describe alternatives you've considered always run everything for all possible configurations.
Additional context