kiso icon indicating copy to clipboard operation
kiso copied to clipboard

Modification aware continuous integration

Open HansUweRempler opened this issue 5 years ago • 0 comments

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

HansUweRempler avatar Jan 17 '20 10:01 HansUweRempler